∫ instead of int followed by a space?
I am using jEdit to try to write in java and when I try to enter int then as soon as I type the space the 'int' disappears and is replaced by this character ∫
It's really not much of a problem but does anybody know why?
Thanks,
Rob
Tag completion with XML plugin
Submitted by
rickindy on
Tuesday, 30 November, 2004 - 08:09
Is it necessary to have a DTD in order to get the tag completion feature in the XML plugin to work? In version 3.x of jEdit, this wasn't necessary, but it apparently is is the current version.
I've done a clean install of 4.2 and all the required plugins.
Thanks.
PHP syntax highlight colors
Submitted by Anonymous on Monday, 29 November, 2004 - 22:37
I was just playing around with the "Editor Scheme Selector" pluging and accidently change my scheme color. Now i can't get the colors that i had set up for syntax highlighting. I mainly use jEdit for PHP and CSS. Does anyone have a screenshot of their PHP syntax highlight colors that i can use to reference?
Linux / WIndows - Files
Submitted by Anonymous on Monday, 29 November, 2004 - 07:51
Hello,
often i have to share text files between linux & Windows.
How can i change the 0x03 Byte at the end of Windows Text
to something ?
Thanks horst.
Loading directory listings from a samba mount
Submitted by
Langman on
Friday, 26 November, 2004 - 20:15
I have a Unix file system that I exposed to my Windows machine using Samba. The problem is that "File System Browser" in JEdit seems to take a very long time (~30 sec) to load the directory listing from this mounted drive. Using windows explorer I can load the same directory listing in about 3 sec (10 times faster). The directory has about 130 files.
I assume that JEdit is doing some type of query on a pre file basis to gather more info about the file before showing the list in the "File System Browser"??
Any idea what might be causing this and is there is a way to speed this up?
Help Reqd. Structure Browser (Side Kick) & Code browser use.
Submitted by
pobox90210 on
Tuesday, 23 November, 2004 - 20:37
Does anyone know where I can find some help info on either Structure Nrowser or Code Browser. I would prefer Structure Browser as I am using Linux and have no idea how to install ctags 5.5 to try and get Code Browser to work.
I would like to know how to set up a tag so that the "broswers" list them in the broswer pane.
If anyone has any help files or can write a step by step of how to set up a tag, I would appreciate it.
Thanks for your time.
Peter
PS. I normally use UltraEdit and would like a working function list in my jEdit if possible.
PPS. Is therre another way to do Column Mode other than holding the CTRL and using the mouse? It's not as good/usable as the UltraEdit one currently.
How to reopen file with different encoding
Submitted by Anonymous on Tuesday, 23 November, 2004 - 16:45
When I open a file using jEdit filesystem explorer, I have a chance to right-click it and choose an apropriate encoding. But what if I open the file thru drag&drop and jEdit fails to recognize encoding correctly? Is there any chance to tell it what encoding it should use?
How to create quick key for constant used phrase?
Submitted by Anonymous on Monday, 22 November, 2004 - 22:04
I am tired of to type "System.out.println".
How can I create my constant used phrases and easy to import?
Alex
automatic completion of " and '
Submitted by Anonymous on Sunday, 21 November, 2004 - 17:39
is any possibility of turning on automatic completion of " and ' in PHP scipts? i'am used from other editors, when i write " or ', automaticly second quotation mark appears.
thanks
mac osx file association
Submitted by Anonymous on Sunday, 21 November, 2004 - 06:48
How do I prevent jedit for associating files with itself after they are saved? I want to preserve current association and not allow jedit to change it.
thanx
:..Www.Bim-Diesel.Ch.Vu..:
Submitted by Anonymous on Saturday, 20 November, 2004 - 18:35
Hello
:..Www.Bim-Diesel.Ch.Vu
Submitted by Anonymous on Saturday, 20 November, 2004 - 18:35
Hello
Java syntax parsing
Submitted by Anonymous on Friday, 19 November, 2004 - 19:45
I'm trying to find a plugin that will simply parse my open .java file(s) and report (in ErrorList) whether there are syntax issues. I have a weak work-around that compiles (JCompiler) only the current buffer and then reports the errors. But this is a bit time consuming...Ideally, the plugin would parse everything open and then I could cycle through the buffers looking for the red marks to correct my errors. This would save me a nice amount of time prior to a lengthy build process.
TIA
Newbee needs help with new Mode:
Submitted by
phcjpp on
Friday, 19 November, 2004 - 12:23
Hi,
Quick question I am trying to use a SPAN_REGEXP that really needs a regexp in the tag too and I was wondering if there is a way round this
A comment starts with / on a new line and ends with a \ on a new line - if possible whitespace should be ignored e.g.
(^[[:blank:]]*/[[:blank:]]*$)
and should end with
(^[[:blank:]]*\[[:blank:]]*$) (NOT ALLOWED!)
is there a way round this ?
Thanks
Chris
What is the best java code completion plugin
Submitted by
rmsh on
Thursday, 18 November, 2004 - 21:33
Hi,
I'm relatively new to jEdit, still under experimenting stage. I see more than one choice for java code completion. Which one of them is the best and works fine.
I tried codeaid and had some troubles making it work with jEdit4.2.
Thanks in advance
-Ramesh
Input Method Editor for jEdit
Submitted by
bibiko on
Thursday, 18 November, 2004 - 10:20
Dear all,
this is only to let you know that there is a way to input foreign language scripts with jEdit.
Under https://sourceforge.net/projects/jgim/ you will find a java based customizable input editor for all java applications. If you install it and make sure that you have installed the right fonts you are able to input Chinese, Kannada, Bengali etc. It based on Yudit coming from UNIX. It is a very good solution with some disadvantages of choosing the right character but this issue stands on the ToDo list. By the way is there any chance to write with jEdit Arabic or Hebrew, i.e. is there any support for writing from right to left?
All the best
Hans
Input Method Editor for jEdit
Submitted by
bibiko on
Thursday, 18 November, 2004 - 10:19
Dear all,
this is only to let you know that there is a way to input foreign language scripts with jEdit.
Under https://sourceforge.net/projects/jgim/ you will find a java based customizable input editor for all java applications. If you install it and make sure that you have installed the right fonts you are able to input Chinese, Kannada, Bengali etc. It based on Yudit coming from UNIX. It is a very good solution with some disadvantages of choosing the right character but this issue stands on the ToDo list. By the way is there any chance to write with jEdit Arabic or Hebrew, i.e. is there any support for writing from right to left?
All the best
Hans
Beanshell Plugin issue
Submitted by
rmsh on
Wednesday, 17 November, 2004 - 21:35
Hi
"getClassPath()" function in Beanshell console is throwing the following error
Surprisingly, same command works fine in beanshell standalone.... any clues what is happening here.
Sourced file: inline evaluation of: ``getClassPath();'' : reflection error: bsh.ReflectError: Method getClassPath() not found in class'org.gjt.sp.jedit.BeanShell$CustomClassManager' : at Line: 10 : in file: getClassPath : .getClassPath ( )
Called from method: getClassPath : at Line: 1 : in file: inline evaluation of: ``getClassPath();'' : getClassPath ( )
at bsh.BSHPrimarySuffix.doSuffix(BSHPrimarySuffix.java:131)
at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:80)
at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
at bsh.BSHAssignment.eval(BSHAssignment.java:77)
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:179)
at bsh.Name.invokeLocalMethod(Name.java:915)
at bsh.Name.invokeMethod(Name.java:805)
at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:72)
at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
at bsh.Interpreter.eval(Interpreter.java:641)
at bsh.Interpreter.eval(Interpreter.java:731)
at bsh.Interpreter.eval(Interpreter.java:720)
at org.gjt.sp.jedit.BeanShell._eval(BeanShell.java:446)
at console.ConsoleBeanShell.execute(ConsoleBeanShell.java:73)
at console.Console.run(Console.java:412)
at console.Console.access$1300(Console.java:44)
at console.Console$RunActionHandler.actionPerformed(Console.java:758)
at console.ConsolePane.fireActionEvent(ConsolePane.java:134)
at console.ConsolePane$EnterAction.actionPerformed(ConsolePane.java:347)
at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1571)
at javax.swing.JComponent.processKeyBinding(JComponent.java:2730)
at javax.swing.JComponent.processKeyBindings(JComponent.java:2765)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2693)
at java.awt.Component.processEvent(Component.java:5265)
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.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1810)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:668)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:916)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:794)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:632)
at java.awt.Component.dispatchEventImpl(Component.java:3841)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Window.dispatchEventImpl(Window.java:1766)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
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)
-Ramesh
how to highlight java code and how to get rid of the blue line
Submitted by Anonymous on Wednesday, 17 November, 2004 - 21:19
Hi!
sorry, i'm a newbie, so...
the features list "highlighting of many languages"... my java files has no different colors or highlighting at all. i installed some plugins, and it did well with html code, but not with my java code. could it be it is, because it's not named .java?
and how do i get rid of the blue vertikal line?
what is it good for?
thanks for your help!
Arne
how to highlight java code and how to get rid of the blue line
Submitted by Anonymous on Wednesday, 17 November, 2004 - 21:16
Hi!
sorry, i'm a newbie, so...
the features list "highlighting of many languages"... my java files has no different colors or highlighting at all. i installed some plugins, and it did well with html code, but not with my java code. could it be it is, because it's not named .java?
and how do i get rid of the blue vertikal line?
what is it good for?
thanks for your help!
Arne