pixelchutes
Coding Team

Posts: 801
|
 |
« on: Jan 06, 2007, 06:50 PM » |
|
This is an auto-generated support/comment thread for [Plugin] EditArea. Use this forum to post any comments about this addition or any questions you have regarding its use. Brief Description: EditArea, a free javascript editor designed to edit source code files in a textarea. The main goal is to allow text formatting, search and replace and real-time syntax highlighting. Update: Dec 12th, 2007 - Current version: EditArea 0.3.3 - EditArea v0.7.0.2 (Rev. 42) Get the Plugin! (New! "syntax_selection" plugin support, edit_area_compressor.php support, and support for file editing in the FileManager with EditArea!)
|
|
|
|
« Last Edit: Dec 12, 2007, 02:52 PM by pixelchutes »
|
Logged
|
|
|
|
doze
Coding Team

Posts: 3,109
....Boom!
|
 |
« Reply #1 on: Jan 06, 2007, 07:05 PM » |
|
Good job! 
|
|
|
|
|
Logged
|
|
|
|
pixelchutes
Coding Team

Posts: 801
|
 |
« Reply #2 on: Jan 06, 2007, 07:17 PM » |
|
Good job!  Thanks, doze. Definitely was needed. Just tested resource download link / instructions, and install was flawless! All-- Please post any active support questions below. Enjoy!
|
|
|
|
|
Logged
|
|
|
|
|
Sylvaticus
|
 |
« Reply #3 on: Jan 08, 2007, 03:12 AM » |
|
This is just fantastic! It works right out the box, and will be a great tool from now on. Thanks allot for making this plugin. 
|
|
|
|
|
Logged
|
|
|
|
|
g5604
|
 |
« Reply #4 on: Jan 08, 2007, 06:14 AM » |
|
i am using the css as document trick, would this plugin give my css syntax highlighting?
|
|
|
|
|
Logged
|
|
|
|
lovingmodx
Member
 
Posts: 86
|
 |
« Reply #5 on: Jan 08, 2007, 07:55 AM » |
|
You are incredible! This is exactly what I need since the first day I use MODx. Just the highlighting and the ability to use TAB alone worth everything!
I recommend that this plugin to be included in MODx package as core plugin!
BTW, is it possible to resize the editarea size?
|
|
|
|
|
Logged
|
|
|
|
|
Gildas
|
 |
« Reply #6 on: Jan 08, 2007, 08:09 AM » |
|
i am using the css as document trick, would this plugin give my css syntax highlighting?
EditArea core code support the CSS syntax... So, I'll try to add this functionality in a future release 
|
|
|
|
|
Logged
|
|
|
|
|
Gildas
|
 |
« Reply #7 on: Jan 08, 2007, 08:24 AM » |
|
BTW, is it possible to resize the editarea size?
EditArea core code support both Resizing and Full Screen mode... But, for the moment, I've some problems with these functionalities in MODx 
|
|
|
|
|
Logged
|
|
|
|
pixelchutes
Coding Team

Posts: 801
|
 |
« Reply #8 on: Jan 08, 2007, 09:45 AM » |
|
EditArea core code support both Resizing and Full Screen mode... But, for the moment, I've some problems with these functionalities in MODx  From the Snippet call in the download: * @known bugs/issues * - Resizing of the editor doesn't seem to function as expected (only tested in Win/FF 1.5/2+) * - New Full Screen feature does not function as expected per Frame constraints * -
To clarify, these are known issues of utilizing EditArea within MODx Manager, not specific to EditArea alone.
|
|
|
|
« Last Edit: Jan 08, 2007, 10:11 AM by pixelchutes »
|
Logged
|
|
|
|
grunt_lord
Full Member
  
Posts: 202
"Doing the most out of nothing"
|
 |
« Reply #9 on: Jan 09, 2007, 08:24 PM » |
|
I was looking exactly for this feature for a long time! Thanks a lot for that man it's really great and nicely working. Good tool for the admins! except for the known bugs and a weird visual bug when copy/pasting, i don't have anything to say excepted : "wow! it's finally there!".
I also got two ideas for a future release :
1- I often use the file manager to edit some CSS documents and PHP files. It would be great to have EditArea in the file manager highlighting the files depending on the file type. I don't know if the event system let you do this, but it would be really usefull to have HTML, PHP and CSS highlighting (and maybe XML too... I don't use it but maybe some people do!)
2- I guess this one would require to modify the EditArea code directly, but adding highlighting to MODx tags in HTML mode would be a great even if not necessary
Again thanks a lot for that man!
bye,
Blaise Bernier
|
|
|
|
|
Logged
|
|
|
|
|
Gildas
|
 |
« Reply #10 on: Jan 10, 2007, 12:56 AM » |
|
I was looking exactly for this feature for a long time! Thanks a lot for that man it's really great and nicely working. Good tool for the admins! except for the known bugs and a weird visual bug when copy/pasting, i don't have anything to say excepted : "wow! it's finally there!".
Could you describe me this "weird visual bug" when copy/pasting ? I've such a problem with CodePress but not with EditArea !? I also got two ideas for a future release :
1- I often use the file manager to edit some CSS documents and PHP files. It would be great to have EditArea in the file manager highlighting the files depending on the file type. I don't know if the event system let you do this, but it would be really usefull to have HTML, PHP and CSS highlighting (and maybe XML too... I don't use it but maybe some people do!)
2- I guess this one would require to modify the EditArea code directly, but adding highlighting to MODx tags in HTML mode would be a great even if not necessary
Great ideas ! I'll add these in the "Todo List"...
|
|
|
|
|
Logged
|
|
|
|
pixelchutes
Coding Team

Posts: 801
|
 |
« Reply #11 on: Jan 10, 2007, 02:54 AM » |
|
1- I often use the file manager to edit some CSS documents and PHP files. It would be great to have EditArea in the file manager highlighting the files depending on the file type. I don't know if the event system let you do this, but it would be really usefull to have HTML, PHP and CSS highlighting (and maybe XML too... I don't use it but maybe some people do!)
I agree, that would be nice. 2- I guess this one would require to modify the EditArea code directly, but adding highlighting to MODx tags in HTML mode would be a great even if not necessary
Nice thinking! Actually, I believe there's an included RegEx definition file (not completely sure) that is used for all the pattern matching, etc. Would definitely be nice to copy/reference some of the MODx core regex's to accomplish this task. Ideally, MODx-Tags would highlight regardless of EditArea defined syntax (i.e. PHP, HTML, etc.) P.S. XML is Definitely used, and should be included 
|
|
|
|
|
Logged
|
|
|
|
|
|
grunt_lord
Full Member
  
Posts: 202
"Doing the most out of nothing"
|
 |
« Reply #13 on: Jan 11, 2007, 06:52 PM » |
|
Could you describe me this "weird visual bug" when copy/pasting ? I've such a problem with CodePress but not with EditArea !?
I hit CTRL+C and after that, the highlighted line was not perfectly in place with the original line... don't know how to describe it. if it happen again, I'll take a screenshot. An other bug I often encounter are the scroll bars that disapear. I have to make it go full screen and back to normal to have it bak again. Thanks a lot! Blaise
|
|
|
|
|
Logged
|
|
|
|
pixelchutes
Coding Team

Posts: 801
|
 |
« Reply #14 on: Jan 11, 2007, 07:15 PM » |
|
Could you describe me this "weird visual bug" when copy/pasting ? I've such a problem with CodePress but not with EditArea !?
I hit CTRL+C and after that, the highlighted line was not perfectly in place with the original line... don't know how to describe it. if it happen again, I'll take a screenshot. An other bug I often encounter are the scroll bars that disappear. I have to make it go full screen and back to normal to have it bak again. Thanks a lot! Blaise @Blaise, Yep, the full screen bug is documented in the release. I wouldn't have even made this release, but I really like the full screen aspect within MODx and my document tree hidden  Really nice...the fact that it doesn't completely DISABLE your ability to work is good. Also, there were a few other additions that I thought the community would appreciate. As for the scroll bug, I've contacted the author and am too busy now to correct it myself...unfortunately. I, too, have seen a few quirks here and there regarding bracket-matching (showing up when they're actually gone!, highlighting, etc)...but, you can sometimes "Toggle" and re-"Toggle" editor to fix it... These are all minimal, IMO, because I'll take a little visual-quirk (very seldom) in place of the default, blank TEXTAREA  We can only IMPROVE from this point forward 
|
|
|
|
« Last Edit: Jan 12, 2007, 02:15 PM by pixelchutes »
|
Logged
|
|
|
|
|