Comment Folder
Submitted by
Brad Mace on
Wednesday, 4 February, 2004 - 05:20
Provides a comment folding mode. It works like explicit folding but also folds multiline comments.
Tooltips with function arguments help
Submitted by Anonymous on Wednesday, 4 February, 2004 - 05:30
how i can enable subj in jEdit 1.4final? or this stuff not supported by jedit?
Attention: Plugin authors and hackers
Submitted by
Brad Mace on
Wednesday, 4 February, 2004 - 07:56
There have been many plugins submitted to this site, and even a few only mentioned on the mailing lists, that have never been released on Plugin Central. Some are hacked versions of existing plugins, some are completely new. We'd like to encourage all of you to
release your plugins on
Plugin Central so they are more available to the community. Installing and updating plugins through the plugin manager is just plain easier than downloading them here.
We'd also like to see your improvements make it back into the
cvs repository. Slava and Mike will be happy to add anyone to the project who wants to work on a plugin.
If you're hacking an unmaintained plugin (see
Plugin Maintainers), you can take it over, or just add your improvements and do a single release. If you're hacking a maintained plugin, talk to the current maintainer. They're usually happy to accept contributions.
perl integration
Submitted by
Skeeve on
Wednesday, 4 February, 2004 - 13:50
Hi!
I'm using jEdit 4.1 final on Mac OS X. Although it has many bugs, I like it very much and recommended it to anyone who wanted to know (and even to those who didn't).
Now I'm stuck with the question, how to intergrate perl. jEdit has a nice syntax highlighting and that's fine. But is there a way to invoke a syntax check for the current buffer and to navigate through the errors found?
Mac OS Look And Feel breaks w/ new Java update
Submitted by Anonymous on Wednesday, 4 February, 2004 - 15:37
The Mac OS X Look and feel breaks when updating to the 1.4.2 revision of Java. http://www.apple.com/java/
this is in jEdit 4.1 Final. Running on OS X Panther, Any fix available?
Case conversion on language keywords.
Submitted by Anonymous on Wednesday, 4 February, 2004 - 18:27
jEdit is being used at my company for editing source code written in our proprietary language. We have already defined a new language mode and registered it in the catalog. Syntax highlighting for our language works perfectly at this point.
My company's language's keywords are all in upper case, while variable, function and other identifiers are all in lower case, and this rules are enforced by our compiler. When writing code, it is actually a pain to use the CAPS LOCK key constantly to switch between lower and upper case, so we are wondering whether jEdit can do upper case conversion automatically on keywords just as it highlights them (that way we could take advantage of the rules we specified in our custom mode for this purpose and we would not need any additional programming). The DOS-based editor we used previously had this capability.
Is this feature already included in jEdit? We have not been able to find it in the user's guide. We are using jEdit 4.2-pre8. Should I post this as a Feature Request?
I believe this feature would be useful for people working in other languages as well; for example, I think SQL programmers will like it (yes, I have already checked out the tsql mode for guidance, but I could not find anything regarding this matter -- it ignores the case when highlighting and does not do case conversion).
Thank you.
File Inspector (Navigate Classes and Functions and Variables)
The Zend Development Environment has a really cool feature they call "File Inspector". It parses PHP files and lists in a side bar all the functions, classes, variables, and constants and links them to the location of their declaration in the file they're in. That's WAY cool. Features are explained at http://www.zend.com/store/products/studio-editing-features.php.
Rename
Submitted by
Brad Mace on
Thursday, 5 February, 2004 - 03:15
Lets you rename Actions, Dockables, Plugins, and Edit Modes.
BeanShell 2.0b1 breaks jEdit 4.1
Submitted by Anonymous on Thursday, 5 February, 2004 - 10:34
I'm running on MacOS X 10.2.8 with Java 1.4.1_01
I installed BeanShell 2.0b1 in the JVM standard Extensions folder, and jEdit would no longer launch, giving a class loader error (class changed).
So my question is: can I make jEdit use the BeanShell interpreter in the system classpath rather than its own bundled one?
jEdit as a Swing component
Submitted by
fredatwork on
Thursday, 5 February, 2004 - 22:01
Hello everybody,
Can jEdit be used as a Java Swing component that I could integrate in my own application ?
Fred
jlauncher does not open file on windows xp prof.
Submitted by Anonymous on Friday, 6 February, 2004 - 17:47
If I rightclick a file in windows explorer and select 'open with jedit' in the context menu, jlauncher starts jedit but with an empty document.
I tried with both 4.1 and 4.2pre8. jlauncher options are set to default.
any ideas?
Javacc mode syntax def (javacc.xml v0.1 by Tom Wilczak)
Submitted by
twilczak on
Friday, 6 February, 2004 - 18:59
Syntax defintion file for javacc grammars.
-Modified version of java.xml that identifies tokens as keywords.
Definitely version .1, but it gets the job done.
Help Getting Started
Submitted by Anonymous on Friday, 6 February, 2004 - 19:34
I've just started learning how to write plugins, and i've been getting really annoyed because the menu items created aren't enabled... and my docking panel isn't in the docking list in the global options dialog.
If anyone can enlighten me it would be much appreciated.. the code and the jar are both in this rar archive. http://seccs.homeip.net/tomahawk/myplugin.rar
ps. don't bother going to the website it's on... the program isn't even half done yet.
Euro signs on Windows machines
Submitted by Anonymous on Saturday, 7 February, 2004 - 13:26
I've got problems editing textfiles on a Windows 2000 machine when it comes to Euro signs/characters. I've seen the Jedit FAQ entry on that topic but it doesn't help me I'm afraid.
Basically what I would like to do is to be able to edit ISO-Latin textfiles containing Euro (€) characters, on that Windows machine, but still be able to use the textfiles with different editors (Notepad, Ultraedit, Jedit).
When I type the Euro sign in a Windows texteditor and save the file, and load it via Jedit, the Euro signs are corrupted. The other way round too: if I use Jedit to type the Euro sign it's just OK when I load the file with Jedit again, but with Windows texteditors wrong signs are being shown.
Also if I use Openoffice to load a textfile containing the Euro sign, just the textfiles created with a Windows texteditor are OK...
If I use the clipboard the conversion works, but this doesn't help me.
porting to P900 mobile phone
Submitted by Anonymous on Saturday, 7 February, 2004 - 15:07
Do anyone has interest to port jext to work in P900 mobile phone? is it possible to do that?
thanks
yan
Outline
Submitted by
Brad Mace on
Saturday, 7 February, 2004 - 19:09
Provides a SideKick structure tree which displays folds rather than language specific structures.
jEdit 4.2pre9 now available
Submitted by
slava on
Saturday, 7 February, 2004 - 19:49
jEdit 4.2pre9 is
now available. I expect to have a couple more pre-releases, then 4.2final -- so send in your bug reports, and come by #jedit on irc.FreeNode.net to say hi.
Mac OS X w/ latest JRE version 1.4.2_03: MacOS.jar plug-in failure
Submitted by Anonymous on Sunday, 8 February, 2004 - 12:05
Hi, After installing Apple's latest Java update, version 1.4.2_03, upon double-clicking JEdit application, the following error message is shown within the "Plugin Error" dialog at startup:
The following plugin could not be loaded:
/Application/JEdit 4.2pre9/jars/MacOS.jar
Cannot start: java.lang.NoClassDefFoundError:
com/apple/cocoa/application/NSMenu
Try updating to a newer version of the plugin.
When I then go to the plug-in manager, there is no newer version of MacOS.jar to install.
Thanks all.
Indents under javadoc comments
Submitted by Anonymous on Sunday, 8 February, 2004 - 20:50
I line up the *s in my javadoc comments which puts them one column to the right of my normal indent. After closing the comment and pressing return, 4.1 would put the cursor in the correct column for starting a method. 4.2 puts the cursor under the *. What option turns it back to the 4.1 behavior? I originally thought it was a problem with deep indent but disabling that did not help.
/**
*
*/
<---- 4.1 puts the cursor in this column
<--- 4.2 puts the cursor in this column
How to launch URLs from within Jedit?
Submitted by
pinchy on
Sunday, 8 February, 2004 - 23:41
Hello,
Is there a way to click on a url within Jedit and have it launch in the default browser? Even if I have to place the cursor over the url and use a keyboard shortcut, this would be extremely useful for me - I keep most of my 'favorites" in a few text files.
Thanks.