hyjl
Member
Offline
Posts: 23
|
 |
« on: November 23, 2008, 07:07:28 AM » |
|
Hi, I would like to have another plain text editor instead of WYSIWYG (FCKeditor). Possible to add this option? Thank you.
Regards,
|
|
|
|
|
Logged
|
|
|
|
|
|
General_Kerr
Hyper-Active Member
 
Offline
Posts: 301
General_Kerr
|
 |
« Reply #2 on: November 26, 2008, 01:16:45 PM » |
|
the fckeditor has murdered several of my scripts, a plain WYSINAWYG (What You See Is Not Always What You Get  ) text would be nice as an option
|
|
|
|
|
Logged
|
|
|
|
mimesis
Member
Offline
Posts: 36
FFDB Advocate
|
 |
« Reply #3 on: November 27, 2008, 05:09:27 PM » |
|
May I suggest TextPad. It has highlighting for various styles of codes, and it brings a simple java debugger.
|
|
|
|
|
Logged
|
|
|
|
hyjl
Member
Offline
Posts: 23
|
 |
« Reply #4 on: November 28, 2008, 06:51:05 AM » |
|
so any official comment? will they implement new simple plain text editor for us?
|
|
|
|
|
Logged
|
|
|
|
|
manicgames
|
 |
« Reply #5 on: November 28, 2008, 12:39:20 PM » |
|
Not right away, requests are reviewed, most likely voted, then applied.
|
|
|
|
|
Logged
|
|
|
|
General_Kerr
Hyper-Active Member
 
Offline
Posts: 301
General_Kerr
|
 |
« Reply #6 on: November 30, 2008, 09:56:19 AM » |
|
i'd like to be able to not have to upload my site every time i make an edit, it sucks.
|
|
|
|
|
Logged
|
|
|
|
|
manicgames
|
 |
« Reply #7 on: November 30, 2008, 01:15:47 PM » |
|
Yeah, messes up my code too. Oh wait, it's messed up when I already upload it. 
|
|
|
|
|
Logged
|
|
|
|
General_Kerr
Hyper-Active Member
 
Offline
Posts: 301
General_Kerr
|
 |
« Reply #8 on: December 03, 2008, 08:24:36 AM » |
|
when i went to edit the functions.php file for quickJokes (just a simple edit) it took the entire file and threw it into a blender, luckly i had a backup on my PC that i edited and then uploaded.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
|
|
wapmob
|
 |
« Reply #11 on: December 05, 2008, 10:40:47 PM » |
|
i'm kinda disapointed about 110mb's editor,hard to handle sometimes..
|
|
|
|
|
Logged
|
|
|
|
|
trexler
|
 |
« Reply #12 on: December 09, 2008, 01:39:59 PM » |
|
I agree that for most purposes now, the editor needs to support php and just text without corrupting it.
|
|
|
|
|
Logged
|
|
|
|
|
gardenofdreams
|
 |
« Reply #13 on: December 22, 2008, 12:24:18 PM » |
|
Could someone explain the above in very simple terms for someone who is not as tech-savvy as the rest of you? LOL ~ If the editor has been troublesome I need alternatives. Haven't tried it yet, just been really busy uploading material and have not used the editor here. Previewing our pages here as we work on them shouldn't have to be a nightmare... 
|
|
|
|
|
Logged
|
|
|
|
|
tpog
|
 |
« Reply #14 on: December 23, 2008, 06:03:54 AM » |
|
The File Manager editor is primarily intended as a WYSIWYG editor for web pages or by using the source button, for making changes to the html source code / tags. If you want to do anymore than this (e.g. php), it is advisable to find an alternative, as it has numerous quirks, including: - stripping out escape characters
- reformating code (fine for html but can be a pain with php)
- inserting code (e.g. adding closing tags, again fine for html but can screw up php)
- Ensuring code is surrounded by <html> tags (problem if you need to code php that needs to send headers etc)
There are ways around this, one of which is the hack described above to circumvent the reformatting, however if you forget to use it, it will screw up the code! If you're still interested, let me know and I'll add a description about using it. General recommendation here seems to be to use notepad or one of its variations, assuming you're not using some sort of document composer.
|
|
|
|
|
Logged
|
|
|
|
|
|
Miniature URL
Member
Offline
Posts: 49
2600 Hero Developer
|
 |
« Reply #16 on: December 30, 2008, 01:22:53 PM » |
|
I agree, i am coding a game in Javascript and pure html 5 and it's adding all sorts of unnecessary markup that is causing my game to crash with syntax errors. In all honesty this is the only thing preventing me from enjoying the service.
Javascript Canvas Pong
|
|
|
|
|
Logged
|
|
|
|
|
Primefalcon
|
 |
« Reply #17 on: December 30, 2008, 01:46:53 PM » |
|
May I suggest just using your own editor and uploading it via Filezilla?
if it comes down to it though you could easily code your own editor in PHP using filewrite functions, don't forget to password protect it though lol
|
|
|
|
|
Logged
|
|
|
|
Miniature URL
Member
Offline
Posts: 49
2600 Hero Developer
|
 |
« Reply #18 on: December 30, 2008, 01:56:43 PM » |
|
May I suggest just using your own editor and uploading it via Filezilla?
if it comes down to it though you could easily code your own editor in PHP using filewrite functions, don't forget to password protect it though lol
No you can't as it's against the tos to upload your own "file manager" to you web space as it posses a security threat. Also it's much easier to edit your scripts online and refresh the page then it is to edit one line of code offline, ftp it to the web space, refresh the page and repreat the whole process all over again.
|
|
|
|
|
Logged
|
|
|
|
|
manicgames
|
 |
« Reply #19 on: December 30, 2008, 02:14:12 PM » |
|
No, it's against the TOS to let others upload things through your file manager.
|
|
|
|
|
Logged
|
|
|
|
|