jEdit Community - Resources for users of the jEdit Text Editor
Using Mode for Stata?
Submitted by Brad Anderson on Thursday, 20 April, 2006 - 17:13
I'm a brand new user and quite ignorant. I've installed the mode for Stata, it appears in the list of modes and I even selected it as the default mode. Yet special formatting and highlighting of text doesn't seem to be turned on. I've looked at the help files but haven't made any progress resolving this. Any help would be much appreciated. Thanks.
MATLAB auto-indent broken - how to fix?
Submitted by Reckase on Wednesday, 19 April, 2006 - 02:22
I've just tried the MATLAB mode for jEdit, and I can't get the auto-indent to work properly. I think it's because some of the XML is out of date and no longer supported: I don't think 'indentPrevLine' is a valid property any longer. I think that the correct property to use would be 'indentNextLines' for MATLAB, since there are no curly braces around code blocks, only an if, while, else, etc, followed by an 'end'.

My question is: how do I decrease the indent when an 'end' statement is encountered?
jEdit 'hangs' on startup
Submitted by Atlantean on Saturday, 15 April, 2006 - 17:25
Hi all, Since installing jEdit recently I've been experiencing a problem when jEdit starts. The first time I launch jEdit after a reboot all seems well. However, often if I close jEdit and then reopen it later, it will hang for 30 seconds after the splash screen. During this period absolutely everything freezes - any music playing stops and my mouse cursor is immovable. When jEdit finally loads I'm left with a totally unusable GUI. I'm relatively new to jEdit so I really have no idea how to figure out what is causing the problem. Just in case it's relevant, here's some extra info: I'm using Sun's 'jre1.6.0' and also tried 'jre1.5.0_06' - both yield the same results. Any assistance would be greatly appreciated as I'm totally stumped. Thanks in advance, Ant.
Loosing arrow keys on Mac
Submitted by doughboy on Thursday, 13 April, 2006 - 05:16
Hi all,

I have been using jEdit on Linux for over a year. I recently got a MacBook Pro.

I have a problem on the Mac that did not exist on Linux. When I switch to jEdit from another application (it can be cmd+tab or mousing) the arrow keys do not work. If I type a character they then begin to work.

The only plugins I have installed (beyond defaults) are Buffer Tabs and FTP.

If anyone can help me find the problem I would appreciate it.
File cant be saved ,Renaming Filed (java.io.IOException Error)
Submitted by jenith on Monday, 10 April, 2006 - 13:12
Hai,
Iam using jedit to edit my Apache VM file which they reside in remote server.
Sometimes when i try to save the file it cant be saved

Error Message
-------------
Rename failed.IO Opeartion can be done at a time only one buffer(file)
then java.io.IOEception is thrown.

Why it occurs ?
Will anyone help me for this issue?

Iam using windows 2000,Java version is 1.4.2.1
highlight and syntax to texteditor!!
Submitted by chovo on Friday, 7 April, 2006 - 10:46
Anyone have any good ideas to start with a syntax
highlighting funktion for a texteditor?

Thanks for any replies Smiling
Problems with java compiler
Submitted by jesseainskeep on Friday, 7 April, 2006 - 05:05
I've been using NetBeans and I'm really sick of it. I want to try something different, and I really like using JEdit for all my other stuff. I've got the hang of Java, but Netbeans does most of the compiling and stuff for you. I cant get the compiler to work for me at all. This is the error I keep getting....

java.lang.NoSuchMethodError: console.Console.setShell(Lconsole/Shell;)V
at jcompiler.JCompilerPlugin.executeCommand(JCompilerPlugin.java:106)
at jcompiler.JCompilerPlugin.compileFile(JCompilerPlugin.java:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
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:523)
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.jEdit$3.invokeAction(jEdit.java:2910)
at org.gjt.sp.jedit.EditAction$Wrapper.actionPerformed(EditAction.java:216)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
at java.awt.Component.processMouseEvent(Component.java:5488)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3955)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1774)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)


If anyone would be able to help me, I would really appreciate it.

Thanks.
key press
Submitted by chovo on Thursday, 6 April, 2006 - 12:40
Hey!

im writing a project and i cant get it to work!

im doing a text editor and i want to check if any key is pressed in the jtextarea, if so when i try to close it should ask if i want to save or not, otherwise just close.

i want to use a boolean after checking
Do JIndex plugin work on JEdit 4.3 or 4.2?
Submitted by nicarran on Thursday, 6 April, 2006 - 05:59
Hello. JIndex 1.1 does not work on my JEdit 4.3pre2 of 4.2. When I configure it, the index construction takes (I think) too little time and when I try to look for documentation I receive an ArrayIndexOutOfBoundsException. Is this a JIndex bug or what... Do you have successfully configured it on any of these JEdit versions?
Thanks for your help.
LatexTools: Bibtex Navigator doesn't show contents
Submitted by Fredo on Wednesday, 5 April, 2006 - 14:37
Hi!

When I browse a bibtex database with the bibtex navigator, only the "Ref" field is shown. The other columns (Title, Author, Journal) remain empty. I tested this also with the test.bib from tetex, but it is the same there.

I am using jEdit 4.2 with LatexTools 0.5.2 on Ubuntu Linux (Sun SDK 1.5).

I hope anyone can help me with that, I'd really like to use jEdit for texing.

Regards,
Frederik
stingy regular expression matching
Submitted by kellner on Monday, 3 April, 2006 - 20:18
Hi,

I'm trying to clean up a document that was automatically converted to LaTeX. The document contains strings like these:

"(\textit{sahaprat}\textit{ī}\textit{tiniyama}). [Reply:] Not even for the piece of ground and the pot is it like this! However, the fact that, if both exist, there is no restriction of the cognition to [only] one image (\textit{ekar}\textit{ū}\textit{papratī}\textit{tiniyamaviraha}),"

(never mind the meaning Smiling)

The idea is to get rid of all the unnecessary instances of \textit{}. So I thought to search for instances of \textit{} that immediately follow one another.

I entered this in the (regexp) search box: \\textit\{(.*?)\}\\textit\{(.*?)\}
and tried replacing it with: \\textit\{$1$2\}

The problem is that the stingy operator ("?") is not stingy enough: apparently the search function looks forward for the second instance of italicization *somewhere* in the document; it doesn't look for instances of *contiguous* italics.

Thus, the regexp also finds:

\textit{some italicized stuff} Oh and here is lots of writing in between! This should not be part of what is found, but it is! \textit{next italicized stuff}.

Somehow I can't bring myself to believe that this is how the regexp should be understood. Or am I barking up the wrong tree?

I also tried a positive lookahead \\textit\{(.*?)\}(?=\\textit\{(.*?)\}), but this produced the same unwanted results.

Any advice would be greatly appreciated,



Thanks in advance,

best regards,
linux jedit & java help!!
Submitted by tflex on Wednesday, 29 March, 2006 - 23:24
Hi,
I am using Ubuntu Linux (Latest Stable Core). I installed java software development kit from sun and now it is time to configure jedit. I got all the plugins needed for developing java applications and it seems to be working fine as well. Everything compiles fine but doesn't run fine. If I make helloWorld application in java using jedit, that works fine and displays the correct result but if I try to use joptionpane like JOptionPane.showMessageDialog (null, "Hello World!"); then I get following error message in jedit console screen. Also the code I used has no errors (It has been compiled before in windows).

** ERROR **: file ../../../src/libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c: line 572 (createRawData): assertion failed: (data_fid != 0)
aborting...
Process java exited with code 134

I'm unable to find out why this happens as I'm new to linux. Please any help appreciated.
N.B: Sorry for double posting, but this post belongs to troubleshooting.
Cannot type in save dialog
Submitted by scaRFhogg on Wednesday, 15 March, 2006 - 21:36
Sometimes i cannot type in the "File name" field of the save or save as dialog. Selecting text in the field with the mouse does work. But the input field acts as if it was in "read only" mode. Jedit does not give any error message/exception. Also nothing in the activity log. Restarting jedit usually fixes the problem for the next few saves. This is very annoying.

I'm running jedit 4.3pre3 with java jre 1.5.0_05 on kubuntu breezy badger.

Any suggestions on how to fix this problem appreciated.
Thank you.
ConsolePlugin: marks errors on the wrong line (when compiling or running make)
Submitted by DanielKabs on Monday, 13 March, 2006 - 11:46
I recently installed JEdit 4.3pre3 and of course the important ConsolePlugin. Together with ErrorListPlugin, compiling my C/C++ programs works like a charm. Except for one point: sometimes when running make console marks the wrong lines. E.g. the output looks like:
mkformular.c: In function `add_elementlist':
mkformular.c:994: warning: int format, long unsigned int arg (arg 4)
mkformular.c:994: warning: int format, long int arg (arg 5)
mkformular.c:1007: warning: int format, long int arg (arg 4)
Updating version number in version.c
Compiler Run #2343
Consequently, ErrorListPlugin only mentions two of these three warnings. I don't know whether ErrorList has a problem as with having multiple warnings occuring on the same line. Anyway, if I paste this output into the Test Area on Plugin Options > Console > Error Patterns pane of the Generic error pattern it correctly extracts and displays all three warnings. My problem now is:
  • Why does the test show ok, but the real output not?
  • Why does error parsing not work at all when I copy the above text to a file an then run cat file on the console?
Cheers Daniel from Germany
OS-X "open" command suddenly stopped working with jEdit
Submitted by patb on Tuesday, 7 March, 2006 - 14:31
Help please! I've enjoyed using jEdit under OS-X but I suddently cannot open files from the command line and I don't know how to troubleshoot this.

For months I've been using this csh alias to open files in jEdit from the command line:

je: aliased to open -a ~/Applications/jEdit\ 4.2/jEdit.app !*

For example:
csh: je junk.txt

This suddenly stopped working. jEdit will start but will not load the specified file. Of course our system adminstrator installs software updates from Apple all the time, but I can't tell whether this is a failure of Apple's "open" command or a failure of jEdit. Has anyone else seen this problem?


If I explicitly run the jEdit executable like this:

~/Applications/jEdit\ 4.2/jEdit.app/Contents/MacOS/JavaApplicationStub junk.txt

then it mistakenly starts a NEW file named junk.txt in the jEdit install directory.

Only if I give the full path to the existing file will it open it:

~/Applications/jEdit\ 4.2/jEdit.app/Contents/MacOS/JavaApplicationStub ~/junk.txt

Any help is much appreciated.
Patrick Broos
Astronomy Department
Penn State University
History file no longer updated but other settings files are
Submitted by John Jameson on Saturday, 4 March, 2006 - 16:49
File ~/.jedit/history is no longer being updated between sessions, though it is still read at startup.

Permissions are OK, and other settings files (eg activity.log) _are_ being updated OK.

Any advice/suggestions appreciated!

Version: 4.2final, MacOSX 10.4.5, java 1.4.2_09

Plugins:

BufferTabs.jar
Clipper.jar
CodeBrowser.jar
ColumnRuler.jar
CommonControls.jar
Console.jar
CssEditor.jar
CssValidator.jar
ErrorList.jar
FTP.jar
JCounter.jar
JDiffPlugin.jar
JakartaCommons.jar
Jump.jar
PHPParser.jar
ProjectViewer.jar
RETest.jar
SideKick.jar
TaskList.jar
TextFilter.jar
WhiteSpace.jar
XML.jar
XSLT.jar
XmlIndenter.jar
bcel.jar
commons-codec-1.3.jar
commons-collections.jar
commons-httpclient-2.0.1.jar
commons-lang-2.0.jar
commons-logging.jar
htmlparser.jar
j2ssh-common.jar
j2ssh-core.jar
jEditCvs.jar
kappalayout.jar
log4j.jar
xalan.jar
xercesImpl.jar
xml-commons-resolver.jar
xmlParserAPIs.jar
xmlrpc-2.0.1.jar
Archive/JavaInsight under jEdit 4.3pre3
Submitted by webengr on Wednesday, 15 February, 2006 - 18:47
Greetings,

I am a longtime jEdit fan, and I recently decided to move from 4.2 to 4.3pre3. Today I needed to look at some Java code that I did not have the source files for, and found that it would not work. I used the "Archive" plugin to browse a jar file, and "JavaInsight" to do a jode-decompile. This latter operation errored out. I had prviously updated all of the plugins that needed to be upgraded, but Archive and JavaInsight were not on the list. Details are included below. Thanks!

Phil Shanks

System info:
IBM Thinkpad T41, 1G RAM; Windows 2000SP4; Sun Microsystems Java JDK 1.5.0_06

Stack trace:

Error in method invocation: Static method handleBrowserAction( org.gjt.sp.jedit.View, [Lorg.gjt.sp.jedit.io.VFSFile;, java.lang.String ) not found in class'javainsight.ByteCodeVFS' : at Line: 4 : in file: inline evaluation of: ``__internal_action_vfs_jode(ns) { this.callstack.set(0,ns); javainsight.ByteC . . . '' : javainsight .ByteCodeVFS .handleBrowserAction ( view , files , javainsight .JodeVFS .PROTOCOL )

at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:76)
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:507)
at org.gjt.sp.jedit.BeanShellAction.invoke(BeanShellAction.java:76)
at org.gjt.sp.jedit.browser.VFSBrowser$BrowserActionContext.invokeAction(VFSBrowser.java:1677)
at org.gjt.sp.jedit.EditAction$Wrapper.actionPerformed(EditAction.java:216)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
at java.awt.Component.processMouseEvent(Component.java:5488)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3955)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1774)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
FTP Plugin - keep-alive support
Submitted by uzo on Tuesday, 14 February, 2006 - 07:14
is there some way to set the plugin to keep the connection alive (sending NOOP)? i couldnt find it. does some later version support this (using 4.2stable)?

thnx
I cannot use LookAndFeel
Submitted by Stun on Friday, 10 February, 2006 - 02:35
I use jEdit 4.3 pre3 Version. But I cannot use plugin that LookAndFeel.
Plz help me!

--Error Code--
Cannot start java.lang.UnsupportedClassVersionError: lookandfeel/LookAndFeelPlugin (Unsupported major.minor version 49.0)
Try updating to a newer version of the plugin.

--My SDK Spec--
J2SDK 5.0
Encoding in jEdit Console (way to change it?)
Submitted by Ced-le-pingouin on Friday, 3 February, 2006 - 14:10
Hi,

This is my first post here, but I'm a long time jEdit user. What a great piece of software! Thanks to its many authors and contributers Smiling

The problem:
When I use the Console in System mode to execute commands, the output of these commands has its accents and other extended characters replaced by squares. I'm under Windows XP Pro, French. The output of the commands is in french.
Under "standard" dos box in WinXP, I sometimes have to change the codepage to 1252 ("Windows" Latin 1) or UTF-8 (cp 65001) and choose the correct font to get readable output.

But changing the codepage under the jEdit console is useless, since it is done by the chcp command, and every Console command is executed in its own "shell", so any previous codepage change is not reflected on subsequent commands.

It seems the default encoding for the executed commands is 850, but that doesn't match the display in the jEdit Console (is it UTF-8 ?).

Is there a way to change the encoding of the Console ?
Or am I wrong about the cause of this problem? Is there a solution?

Thanks.
Ced
User login
Browse archives
« April 2024  
MoTuWeThFrSaSu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
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   82348
Context Free Art (*.cfdg)   0.31   46055
JBuilder scheme   .001   18495
BBEdit scheme   1.0   18116
ColdFusion scheme   1.0   18024
R Edit Mode - extensive version   0.1   17473
Advanced HTML edit mode   1.0   16206
Matlab Edit Mode   1.0   16068
jEdit XP icons   1.0   15229
XP icons for jEdit   1.1   14293