linecomment //
Submitted by
OBI_Ron on
Wednesday, 23 August, 2006 - 20:05
Hello everyone,
I have just started using jEdit, and would like to create a new edit mode to handle Poser cr2 files. I have read thru the help docs, and am using the python.xml as a reference.
In python.xml, the following line handles comments:
PROPERTY NAME="lineComment" VALUE="#" /
So each line that begins with # is recognized as a comment line.
In a cr2 file, comment lines begin with //, and have no end of comment designation. So I tried to use the same cocept:
PROPERTY NAME="lineComment" VALUE="//" /
But I am not getting the results that I would expect. Comment lines are not recognized at all.
Can anyone shed some light on this?
Thanks for your time!
explict folding mode
Submitted by
haras on
Friday, 18 August, 2006 - 17:02
how to use explict folding mode in php, i have tried almost all function in jedit and nothing happens :{
i have for example:
/**
* @name render_menu
// +{{{
* .... some other
*/
public static function render_menu() {
....code...
} //}}}
i want this to produce:
+ render_menu
when i hit + it will expand the code of this method
i have makro downloaded from this site to collapse folds on startup beginning with -{{{ and expand statring with +{{{
but it doesn't work
Different codes
Submitted by
Mauro on
Tuesday, 15 August, 2006 - 19:19
Hello,
I installed JEdit and found it wonderful.
I easily changed the color code settings for PHP but now I've a little problem.
That is: very often in web pages you have sections with different codes.
In the page I used for testing purposes I have:
- about 20 lines in PHP;
- about 20 lines in JavaScript;
- about 80 lines in (X)HTML;
Now, the three languages are following the "color rules" I set for PHP.
It is possible to have different code colors for these three languages in the same .php page? Please, tell me it is...

and possibly how...
Thanks very much.
Is there a C++ class browser plugin?
Submitted by
kernco on
Monday, 14 August, 2006 - 23:12
I am using JEdit 4.2 final, and I was wondering if there is a C++ class browser plugin or something that will show an "outline" ala Eclipse. I'd prefer to not have to upgrade to a 4.3 version, since that would mean installing manually instead of through apt-get. Thanks.
Associating JEdit with file extensions in windows.
Submitted by
nirnex on
Friday, 11 August, 2006 - 16:33
I'm using JEdit in Windows XP and currently use it primarily for Python and some propriatary language work. What I'd like to be able to do is associate JEdit with certain file types so that they can be double-clicked to open into JEdit. I know I used to be able to do this in an older version of JEdit (4.1 I think) but can't seem to get it to work with 4.2 or 4.3. I also need to be able to set the association app with a custom memory heap as I often have to open very large files and keep my heap set for 1Gb. Any assistance on this is very appreciated.
ProjectViewer doesn't maintain file list
Submitted by
djames on
Sunday, 6 August, 2006 - 04:32
After importing files into a project, there is not an obvious way to "save" the project - save appears to save any open files only. When I close and re-open jEdit, the imported files do not appear, and have to be re-imported each time. What am I missing?
few keys dont work
Submitted by
urh on
Thursday, 3 August, 2006 - 23:45
I cant delete text or code in jedit with delete or key above enter on keyboard and also cant do new line with enter and so on.. The only way to change text or code is: mark it first and then rewrite it with new text / code.
Screen:
http://urh.modprobe.net/test.png
I have bee using jedit for a long time, but I did reinstall of my system few days ago and now is not evething ok..
Thanks for any suggestions,
Best regards,
Urh
Edit Modes: Highlighting Attribute Keys In an HTML Tag
I would like to color html attribute keys a different color than the tag names themselves. I'm actually going to be hoping this comes across to my coldfusion coloring, and I think the right way to do that is change the html.xml and then delegate it into the coldfusion.xml.
I"ve been using jEdit for about a year, and have done small mods to the edit modes. I've also read through all the edit mode documentation in the help.
Which command will help me color the attribs differently?
For instance:
[form name="XYZform" action="index.cfm"]
(using brackets instead of gt and lt so I won't get weird display.
Right now, "form", "name", and "action" are the same color. I want "form" to remain as it is, and "name" and "action" to be caught by a rule in the colorer.
None of the current methods of matching look like they would work. Though I'm sure something will, I'm just not used to the way the edit modes think.
Can somone help point me in the right direction?
Printing PAGE BREAKs
Submitted by
turtlecove on
Thursday, 3 August, 2006 - 00:33
Can I embed a PAGE BREAK in a text file for jEdit?
I am trying to use jEdit to maintain a large file to be printed on 4x6 index cards. I need to be able to mark the start or end of the next page for printing.
Outline sidekick plugin
Submitted by
turtlecove on
Thursday, 3 August, 2006 - 00:23
I installed the 'outline' plugin to quickly browse text outlines.
(jEdit 4.3pre5, sidekick 0.6.4, outline 1.2)
For most text outline shows nothing at all, just 'Not Parsed'. This is even though the folding indicators in the main text are working just fine.
For the one case where I can get it to show a tree, it messes up the folding levels. For every change in the tabbing it always makes a sub-level, ie: a new level further indented to the right no matter what is actually in the text. For example:
- Mainheadline
- indent1
- indent2
- indent3
- indent4
is shown in the outline sidekick as:
- Mainheadline
- +--indent1
- +--indent2
I can use the folding commands in the main text (ie: control-e c and control-e x) and they properly show the indenting.
Does 'outline' not do what I think it does?
Show/Hide Columns in the File System Browser
Submitted by
mkuehn on
Wednesday, 2 August, 2006 - 15:33
Is there any way to select which columns are shown in the File System Browser? I'm open to installing a plug-in, editing a configuration file, whatever, to add this functionality.
I thought this existed in a previous version of jEdit. Or am I wrong?
Thanks,
Matthew
reload directory hotkey
Submitted by
metric152 on
Tuesday, 1 August, 2006 - 22:17
Does anyone know if there is a setting I can map a hotkey to for "Reload Directory"? I've tried looking through the configuration screen and I can't find one.
Drag'nDrop not working on ubuntu
Submitted by
tig12 on
Tuesday, 1 August, 2006 - 10:47
Hello,
I use JEdit 4.2final with java.version=1.5.0_06 on Ubuntu Dapper ;
When I try to drag'n'drop a file, it doesn't work, and I see this in the activity log :
[debug] Java14$TextAreaTransferHandler: canImport() returning false
[debug] Java14$DropHandler: Drag enter
[debug] Java14$DropHandler: Drag exit
Anyone has an idea to fix that ?
Developing Java
Submitted by
shaun510 on
Sunday, 30 July, 2006 - 19:13
Hey, Im new to jEdit and have a really elementary question. Ive read the documentation, but I am still a little confused about the plugin. I wrote my source code in jEdit and saved it as a .java file. jEdit then colour formatted the text appropriately even though I never installed any java plugins. Is that what its supposed to do? I thought i needed to install a plugin for jEdit to recognize my source code as java.
Thanks,
Shaun
Can I specify text area's font for each text mode?
Submitted by
sy8111 on
Friday, 28 July, 2006 - 10:52
If so, how to achieve that? Thanks
How can I add jEdit to my windows popup right-click menu?
Submitted by
sy8111 on
Wednesday, 26 July, 2006 - 13:38
Just like EditPlus or UltraEdit, when right-click some file, I can choose sort of 'open with jEdit' menu item to open the file.
who idiot deleted my post
Submitted by
user on
Wednesday, 26 July, 2006 - 13:18
who idiot deleted my post about editor with, full unicode support and detection, realtime as-you-type autocorrect using regex, realtime as-you-type autocomplete using T9, spell check with custom dictionary
Is exist gdb plugin for JEdit 4.2 ?
Is exist gdb plugin for JEdit 4.2 ?
If exist gdb plugin where are you download ?
Thank you !
Want to set a file extention to a type
Submitted by
Manil on
Wednesday, 19 July, 2006 - 22:52
Hi,
I program a lot in pascal, and my pascal files have .p and .ph extensions, i added these two extensions in Global Options/Editing/pascal/file name glob, so i have *.{p,ph,pas,dpr,dpk}. My probleme is when i open a .p file it says it's a progress file, so i went to see the extensions of progress and it was *.[piw] i change it to *.{i,w} to avoid confusion, but jEdit still consider my .p files to progress, i found that pop11 had *.{p,p11,pop11} so i removed the p extension and it's *.{p11,pop11}, so anyone have any idea why jEdit still considerint .p files as progress.....
Thx for the help
i have a new computer which i need to install the jedit in it
i am in usa, and i try to download all minor from north america location, all minor can be installed but when i want to intall the ftp, it always come with errors, i try 6 days already i even try other area minors too. i have the same problem everytime i download the software into a computer.
can anyone help to see what kind of thing i may do wrong, i try to netherland one already, i have not tried taiwan as it may have chinese language problem.
any help is welcome