Pages: [1] 2   Go Down
Send this topic | Print
Author Topic: plain text editor instead of fckeditor  (Read 2742 times)
hyjl
Member
*
Offline 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
tpog
Super Authority member
******
Offline Offline

Posts: 1544


WWW
« Reply #1 on: November 26, 2008, 08:19:07 AM »

I agree it would be good, has been discussed elsewhere, for example http://www.110mb.com/forum/html-code-t37748.0.html
Logged
General_Kerr
Hyper-Active Member
***
Offline 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  Duh )

text would be nice as an option
Logged

mimesis
Member
*
Offline Offline

Posts: 36

FFDB Advocate


WWW
« 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 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
Visual Basic Programmer!
Official 110mb Guru
********
Online Online

Posts: 8579


Ubuntu Is The Shizz.


WWW
« Reply #5 on: November 28, 2008, 12:39:20 PM »

Not right away, requests are reviewed, most likely voted, then applied.
Logged

DOWNLOAD eoCMS NOW!

Nothing else to really say.
General_Kerr
Hyper-Active Member
***
Offline 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
Visual Basic Programmer!
Official 110mb Guru
********
Online Online

Posts: 8579


Ubuntu Is The Shizz.


WWW
« 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. embarassed
Logged

DOWNLOAD eoCMS NOW!

Nothing else to really say.
General_Kerr
Hyper-Active Member
***
Offline 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

antimatter15
Loyal 110MB Member
*******
Online Online

Posts: 4086


WWW
« Reply #9 on: December 03, 2008, 12:06:14 PM »

the easiest option would be just including a link to http://www.110mb.com/forum/html-code-t37748.0.html (simple <a href=" link) from the editor.
Logged

Ajax Animator, a web-based, collaborative animation authoring environment with Flash, Silverlight, and GIF export.
tpog
Super Authority member
******
Offline Offline

Posts: 1544


WWW
« Reply #10 on: December 03, 2008, 06:54:20 PM »

the easiest option would be just including a link to http://www.110mb.com/forum/html-code-t37748.0.html (simple <a href=" link) from the editor.
I don't follow this, I don't mean to be presumptious, but did you mean http://www.110mb.com/forum/plain-html-codes-t10019.0.html;msg299945#msg299945 ?

If so, I would agree, could even amend the "source" icon to use it.
Logged
wapmob
Member
*
Offline Offline

Posts: 25


WWW
« Reply #11 on: December 05, 2008, 10:40:47 PM »

i'm kinda disapointed about 110mb's editor,hard to handle sometimes..
Logged
trexler
Member
*
Offline Offline

Posts: 14


WWW
« 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
Active Member
**
Offline Offline

Posts: 67



WWW
« Reply #13 on: December 22, 2008, 12:24:18 PM »

the easiest option would be just including a link to http://www.110mb.com/forum/html-code-t37748.0.html (simple <a href=" link) from the editor.
I don't follow this, I don't mean to be presumptious, but did you mean http://www.110mb.com/forum/plain-html-codes-t10019.0.html;msg299945#msg299945 ?

If so, I would agree, could even amend the "source" icon to use it.

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...  wink
Logged
tpog
Super Authority member
******
Offline Offline

Posts: 1544


WWW
« 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
General_Kerr
Hyper-Active Member
***
Offline Offline

Posts: 301

General_Kerr


« Reply #15 on: December 23, 2008, 01:57:54 PM »

Well I could make my own plain text-editor script to use.............. Oh wait  angry

 Duh
Logged

Miniature URL
Member
*
Offline Offline

Posts: 49

2600 Hero Developer


WWW
« 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
Linux Acolyte
Loyal 110MB Member
*******
Online Online

Posts: 4646


Follow the path of Linux, it will lead you....


« 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

Dropbox is an amazing cloud storage backup solution, get a free 2.25 gigabytes of storage by using THIS LINK

For Tips on Runescape, Visit Marlaine's Musings For Tips on Just about anything Visit Marlainemarie at eHow
Miniature URL
Member
*
Offline Offline

Posts: 49

2600 Hero Developer


WWW
« 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
Visual Basic Programmer!
Official 110mb Guru
********
Online Online

Posts: 8579


Ubuntu Is The Shizz.


WWW
« 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

DOWNLOAD eoCMS NOW!

Nothing else to really say.
Pages: [1] 2   Go Up
Send this topic | Print
Jump to: