jEdit Community - Resources for users of the jEdit Text Editor
Archives
VC++ v7.1 (.NET) Commando File (VC++.xml v2 by Jeff Jackowski)
Submitted by jeffj on Sunday, 25 January, 2004 - 23:21
Invokes the compiler from MS Visual C++ v7. Has several options for figuring out the solution and project names based on path, or can be entered manually. The solution and project files must already exist. The path to DEVENV.EXE must not contain spaces or must be in the PATH enviornment variable. The error list plugin works pretty well with the output.
make Commando File (make.xml v1.1 by Jeff Jackowski)
Submitted by jeffj on Sunday, 25 January, 2004 - 23:24
Invokes make from the current buffer's directory. Works on Linux and with Cygwin.
Format of date
Submitted by Anonymous on Monday, 26 January, 2004 - 12:26
Hey all, Trying to customize the stock Insert_Date.bsh macro to use the format I want but can't get it to work. So I tried this, and it didn't work either. What am I doing wrong?
    Date today;
    String output;
    SimpleDateFormat formatter;

    formatter = new SimpleDateFormat("E, M d, y - h :m  a", currentLocale);
    today = new Date();
    output = formatter.format(today);

    // inserting date and internet time to textarea
    textArea.setSelectedText(ouput);
Thanks in advance
Installation help
Submitted by Brad Mace on Monday, 26 January, 2004 - 15:26
Whitespace plugin and 4.2pre8
Submitted by Anonymous on Monday, 26 January, 2004 - 22:24
Hello,

I just installed the Whitespace plugin with 4.2pre8 but when I select "Show Spaces" or any other of the "Show" options, nothing changes.

Should the current Whitespace plugin work with 4.2pre8 or am I missing something?

Regards
Thomas
Context-help plugin // problems
Submitted by nothere on Tuesday, 27 January, 2004 - 13:32
Hi,

I tried to use the Context-help plugin for php, which opens the windows-helpviewer, to access a ".chm"-php helpfile via following bsh-script:

---------------------------------------------------------
command = new StringBuffer();
command.append("hh.exe ");
command.append("mk:@MSITStore:");
command.append(helpDirectory);
command.append("/php_manual_en.chm");
command.append("::/function.");
command.append(keyWord);
command.append(".html");
runCommandInConsole(view,"System",command.toString());
---------------------------------------------------------

Now I've got 2 problems..:

First, the bsh-script does not exit and if I try to access the help again, before closing the helpviewer, the script waits for the first process to exit..
What command shall I use, to open an external application without waiting for it.


Second, following Exception each time I access Context-help:


---------------------------------------------------------
java.lang.NullPointerException
at contexthelp.ContextHelpPlugin.runScript(Unknown Source) at contexthelp.ContextHelpPlugin.runContextHelp(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at bsh.Reflect.invokeOnMethod(Reflect.java:149) at bsh.Reflect.invokeStaticMethod(Reflect.java:100) at bsh.Name.invokeMethod(Name.java:872) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:72) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47) at bsh.BSHBlock.evalBlock(BSHBlock.java:130) at bsh.BSHBlock.eval(BSHBlock.java:80) at bsh.BshMethod.invokeImpl(BshMethod.java:349) at bsh.BshMethod.invoke(BshMethod.java:246) at bsh.BshMethod.invoke(BshMethod.java:171) at org.gjt.sp.jedit.BeanShell.runCachedBlock(BeanShell.java:521) at org.gjt.sp.jedit.BeanShellAction.invoke(BeanShellAction.java:76) at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:229) at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:195) at org.gjt.sp.jedit.gui.DefaultInputHandler.handleKey(DefaultInputHandler.java
:290) at org.gjt.sp.jedit.View.processKeyEvent(View.java:669) at org.gjt.sp.jedit.textarea.JEditTextArea.processKeyEvent(JEditTextArea.java:
4917) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
---------------------------------------------------------


Any Ideas?

Thanks in advance,
Mario
Allow specifying local/alternate servers to get plug-ins
Submitted by Anonymous on Tuesday, 27 January, 2004 - 18:57
It would be handy if I could host a local repository of plug-ins developed specifically for in-house purposes for jEdit and allow people to download them using the regular plug-in manager.

I suppose this wouldn't be hard for me to implement... hmmm...
Mode System: Allow regexes in indent*Brackets property
Submitted by Anonymous on Tuesday, 27 January, 2004 - 20:08
Some languages don't use the typical squiglly brackets "{" to demarcate chunks of code. Nor do they use any brackets at all. With these languages it would be nice if the indentOpenBrackets and indentCloseBrackets properties would accept regexes as values just like the indentNextLine property does.

Now I could be mistaken and you *can* use regexes with the bracket properties. The fact that I couldn't get it to work doesn't mean much, but I don't think so. I see a few modes where people have tried and then commented out those tags. So, please consider this feature for a future jEdit release.
CSE HTML Validator integration
Submitted by Travis Carden on Wednesday, 28 January, 2004 - 08:47
You should consider providing integrated support for CSE HTML Validator. http://www.htmlvalidator.com/. HTML Validator is an "HTML and CSS development tool that assists in the creation of syntactically correct and accessible HTML and CSS documents". It's amazingly thorough and generally great at what it does, and lots of other professional editors are adding support for it - http://www.htmlvalidator.com/htmlval/integration.html. I just discovered jEdit today. It looks incredible! I'll be switching to it from Macromedia HomeSite. The only thing I can tell so far that I'll miss is my CSE HTML Validator integration. Please think about adding it. Thank you!!!
Validate HTML (check_html1.bsh v1.00 by Lars Naber)
Submitted by fixedsys on Wednesday, 28 January, 2004 - 12:02
A Beanshell macro to check html files with an external software using the Console plugin. You have to change the path to the checker in the macro for your needs.
Anyone coding AntFarm
Submitted by aabbaabb on Wednesday, 28 January, 2004 - 14:08
Is anyone coding AntFarm anymore?

It has been "broken" for a while and there has been open bugs for it many months.
Strange Windows behaiver
Submitted by Anonymous on Wednesday, 28 January, 2004 - 14:59
I've noticed two strange and annoying behaviors of the JEdit window in Windows. I can live with them, but it would be nice if they where fixed. I'm not really sure if this is a feature or a bug... anyway.
(1) When in Windows and clicking Windows + M to minimize all windows JEdit is not minimized. It just loses focus if it got it. This can be a bit annoying.
(2) When right clicking a file in Windows and clicking Open with JEdit the JEdit window comes to the front. But when selecting two files, right clicking, and clicking Show diff in JEdit the JEdit window doesn't come to front. It would be nice if it have the same behavior, coming to the front.
Jazzy spell checking improvements
Submitted by Anonymous on Wednesday, 28 January, 2004 - 15:29
The most common reason for me to not use JEdit when I actually would like to use it is when writing plain human text, like this. When it comes to spell checking I almost always use MS Word. The spell checking features I'm missing are:
(1) Easy switching language. I often write text in both English and my native language and I would like to be able to fast and easy switch the active dictionary with a simple menu. I think this one should be pretty simple to implement!?
(2) I really like the MS Word spell checking when you're writing. Misspelled words are marked with a red underline. If you like to change the word you can do it by the keyboard, or you can right click the word and you get a popup menu with suggestions.
Any chance to get these features implemented in Jazzy (or any other way into JEdit)? This would be one of the most appreciated JEdit feature that I can think of. In my opinion it would greatly improve the hole of JEdit!
(By the way, I had to write this feature request in MS World, not in JEdit Sad.)
I like both JEdit and Jazzy Smiling, see you!
Codebrowser and ctags: won't parse php files, saved as .inc
Submitted by Anonymous on Wednesday, 28 January, 2004 - 23:13
Hi All,

I want to use the code browser for php files. But i've saved all my library files as .inc and not as .php. Therefore the codebrowser won't work. Does anybody knows how i can solve this problem?

Thanx
XP icons for jEdit (jedicons.jar v1.1 by Alain)
Submitted by artisback on Thursday, 29 January, 2004 - 03:07
A new release of XP icons for jEdit 4.2
Put this file in the directory $JAVA_HOME\jre\lib\ext
XP icons will be used automatically by jEdit instead of defaults one.
BufferTabs for jEdit 4.2 (BufferTabs.jar v0.8.1 by Alain)
Submitted by artisback on Thursday, 29 January, 2004 - 03:22
Fully compatible with jEdit 4.2
This new release of BufferTabs also includes
  • new Colored tabs available ( by Chris S.)
  • Middle mouse button to close a buffer
Auto indent change
Submitted by Anonymous on Thursday, 29 January, 2004 - 12:38
When you press enter the new line will be auto indented to the first previous indented line. I would like to change this so the new line would not be indented if the previous line where not in dented. (The behaviour is somewhat different with text, but I think you get the idea.) Example: If I got this: And press return the next line will be indented, like this: I wouldn't it like this: Hope I got my point through! Thanks!
JIndex Problem
Submitted by Anonymous on Thursday, 29 January, 2004 - 13:50
I am having no luck in configuring JIndex 1.1.
I am mixing the IBM 1.4.1 JDK src.zip and the Sun 1.4.1 SDK documentation. There appear to be no error messages so I don't know what I'm doing wrong.

It might be that JIndex will only work with SDK 1.3???

Any suggestions gratefully received.

Thanks,

George Seaton
jEdit can't see environment variables
Submitted by Anonymous on Thursday, 29 January, 2004 - 18:29
I installed jEdit 4.2pre8 on Windows 2000. It doesn't see my environment varibales, such as JAVA_HOME, CLASSPATH, etc. Is there a place where I can set a variable so that jEdit can detect my environment variables.

Thanks.

Ulvi.
Smaller icon sizes
Submitted by Anonymous on Thursday, 29 January, 2004 - 19:32
Is there a way to make the graphical items a smaller size? One specific example is the HyperSearch Results. When I dock the results at the bottom of the view, the top edge of the results has an icon for "Remove All Nodes" and "Toggle Multiple Results". While these are occasionally useful, I would much rather have the space they use for a larger text area. The icons cause the border between the results and the edit area to be twice the size it needs to be.
User login
Browse archives
« January 2004 »
MoTuWeThFrSaSu
 
2
5
11
28  
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   108250
Context Free Art (*.cfdg)   0.31   46071
BBEdit scheme   1.0   18607
JBuilder scheme   .001   18508
ColdFusion scheme   1.0   18041
R Edit Mode - extensive version   0.1   17488
Advanced HTML edit mode   1.0   16222
Matlab Edit Mode   1.0   16086
jEdit XP icons   1.0   15245
XP icons for jEdit   1.1   14309