Unable to debug Java application using JSwatPlugin
Submitted by Anonymous on Friday, 29 October, 2004 - 02:40
Hello People,
I installed JEdit and the JSwatPlugin to debug Java applications. Now I have a TestBanking.java and a package banking containing five other java files. I try to place a breakpoint at main itself in TestBanking.java When I select JSwatPlugin and there I click on "Start VM" I get the following error " An error occurred during execution of a JSwat action:java.lang.NullPointerException. For more information see Activity log".
I am unable to find why this error is popping up.
When I compile the same program from command line it compiles fine but gives a java.lang.NullPointerException at runtime.
Please advise. Error with code or I am not able to use the debugger properly.
Thanks in advance.
Ctrl+TAB to switch buffers
Submitted by Anonymous on Thursday, 28 October, 2004 - 12:44
Hi, I'm used to use ctrl+tab in almost every "tabbed" software to switch buffers -- some apps do it in "stupid" way when ctrl+tab only moves focus to next tab (which I believe can be simulated in jEdit by redefining shortcuts binding) but I found no way to switch tabs (buffers) in a smart way - like Windows XP when using alt+tab: bring the most recently used buffer to the top.
Thank you for the solution. Pavel.
How to invoke new (Ruby) compiler / interpreter ? Console problem in 4.2 ?
Submitted by
itsme213 on
Wednesday, 27 October, 2004 - 20:50
I am using 4.2 on Windows 2K.
On the DOS command line I can type:
ruby myFile.rb
and it will run, show errors, show output, etc.
I have tried using the Console, and typing in "ruby myFile.rb" and I see nothing. No output, no errors. The little "spinner" icon starts spinning, presumably to show some process is running.
I wonder if my Console plug-in is working right. If I type "cd" it shows the result fine. If I type "dir /w" it does nothing, and again the spinner spins.
Help. What do I need to do?
Integrating Java files with JEdit
Submitted by
Yuvaprakash on
Tuesday, 26 October, 2004 - 11:59
Hallo javas,
I am new to Jedit..!
can anyone please help me how to integrate java files with jedit..!
i already installed NetBeans..and whenever I am opening any java file its opening with NetBeans and not with Jedit..!
Do I have to install any plugin to make the above..?
i m using Jedit V4.2 Final
thx in advance
Plugin
Submitted by Anonymous on Monday, 25 October, 2004 - 21:26
Which is the plugin i have to install to permit me to expand and collapse Java classes?. (I saw a screenshot showing a jedit under windows with this)
How to change Ctrl+arrow behavior?
Submitted by Anonymous on Sunday, 24 October, 2004 - 10:52
In almost every text editor (even in Word), when I press ctrl+arrow, the caret moves to the next word. But jEdit goes to next "side of word". Little example:
Notepad caret stops:
|Strange |cater |behavior |in |jEdit
jEdit caret stops:
|Strange| |caret| |behavior| |in| |jEdit.
How can I change this?
removing shell integration
Submitted by Anonymous on Thursday, 21 October, 2004 - 18:45
How do I remove the (right-click) shell integration? THX.
Compiling Java with Jedit
Submitted by
Lamerking on
Thursday, 21 October, 2004 - 16:36
Hi all,
I`m new in using Jedit.
I installed the JavaStyle Plugin to program in Java.
But I don`t find the option to compile my source code.
Where can I do this?
Thx
Renaming the current buffer file
Submitted by
pachanga on
Thursday, 21 October, 2004 - 10:10
Hi...
Is it possible somehow to rename the current buffer file? Just like in Ultraedit, i really miss this feature...
Press
Submitted by
savithari on
Wednesday, 20 October, 2004 - 21:01
Hello:
I am inside a jedit buffer. It is of type jsp. I press the < key and immediately a drop down list box with entries like
Changing heap size on OSX
Submitted by
arvid on
Wednesday, 20 October, 2004 - 12:35
How do I do it on OSX? I've searched both the jEdit application dir and the .jedit dir
"^" key doesn't work.
Submitted by Anonymous on Tuesday, 19 October, 2004 - 19:46
Hi,
As many TeX users, my work depends on the "^" symbol which doesn't work in JEdit, everywhere else it does. Is there any possibility to get it activated or is this a bug in jEdit? I'm running under Mandrake Linux 10.0 with XFree 4.3 and KDE 3.2.
Thanks in advance.
Oliver
How to open a open a class's source file from a variable of the class's type?
Submitted by
blowfish on
Tuesday, 19 October, 2004 - 00:13
Hi
When I use other editors like IDEA from IntelliJ, there is a facility by which, if I select a variable name or a Class name in an open buffer, I can choose an option to directly open the source code of the Class file, so long as it is in the project. I can also go to the declaration of the variable.
Is there a similar facility in jEdit? I have been searching if this facility is available, but I have not been able to locate it. Please let me know if you are aware as to how this can be done? Or is it a new feature altogether?
Rgds.
Command console - How can I clear drop down list of strings entered
Submitted by
dustfinger on
Monday, 18 October, 2004 - 03:43
I am certain this question has been asked on this forum many times, but I can't seem to find it anywhere so I am going to ask it here now. I want to know how to clear the list of strings in the colsole drop down box. My list keeps getting bigger and bigger as I use this for various projects and I desperately want to clear it now but I can't figure out how for the life of me. I can't seem to find it in the help files either. I am sure I am just as blind as a bat, but if someone could help me out here I would really appreciate it. Thanks in advance.
dustfinger.
XML plugin - what's wrong
Submitted by Anonymous on Saturday, 16 October, 2004 - 17:54
I'm new to jEdit and I wonder what am I doing wrong when I write
File-saving permissions under Windows XP
Submitted by
Afishionado on
Friday, 15 October, 2004 - 21:27
For whatever reason, whenever I try to save a new file with jEdit under Windows XP, I get the error "Insufficient permissions to save file." If I create the file with Notepad, I can overwrite it to my heart's content with jEdit.
Oh, yeah, I'm using jEdit 4.1. I have no problems using it under Linux.
Is this a bug, or is there just something weird about my configuration?
A'fish'ionado
JPyDebug Problems
Submitted by Anonymous on Thursday, 14 October, 2004 - 03:55
I've installed the JPyDebug plugin, but can not get it to work. I have set the Python interreter to be my version of Python that's installed (2.3), and the jpy daemon script that is in my home directory. I get the fallowing error when I start the debugger.
C:\Python23\python.exe: can't open file 'C:\Documents'
Debug session Abort =2
Also sometime it says localhost instead of 'C:\Documents', and down at the very bottom of the debugger window I get this message.
ERROR :: python jpydebugger launcher ABORTED
Anyone have any ideas why this is not working? I even tried installing the jython plugin, but that did not seem to help either. Do I need jython installed to get the python debugger to work? Also below is some output from the Jedit acitvity log. Any suggestions would be much appreciated.
[notice] jEdit: Loading edit mode C:\Program Files\jEdit\modes\text.xml
[debug] EditBus: BufferUpdate[what=PROPERTIES_CHANGED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)]
[debug] PythonJeditPanel: JpyDbg Message Handler entered:BufferUpdate[what=PROPERTIES_CHANGED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)]
[debug] PythonJeditPanel: Entering bufferUpdate
[debug] PythonJeditPanel: JpyDbg Message Handler exited
[debug] EditBus: BufferUpdate[what=LOADED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)]
[debug] PythonJeditPanel: JpyDbg Message Handler entered:BufferUpdate[what=LOADED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)]
[debug] PythonJeditPanel: Entering bufferUpdate
[debug] PythonJeditPanel: buffer loaded :Untitled-1 mode = text
[debug] PythonJeditPanel: JpyDbg Message Handler exited
[notice] jEdit: Loading edit mode C:\Program Files\jEdit\modes\python.xml
[debug] EditBus: BufferUpdate[what=PROPERTIES_CHANGED,view=null,source=excel2html.py (Z:\dev\python\)]
[debug] PythonJeditPanel: JpyDbg Message Handler entered:BufferUpdate[what=PROPERTIES_CHANGED,view=null,source=excel2html.py (Z:\dev\python\)]
[debug] PythonJeditPanel: Entering bufferUpdate
[debug] PythonJeditPanel: JpyDbg Message Handler exited
[debug] jEdit: Loading services from jeditresource:/JPyDebug.jar!/services.xml
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\jason\.jedit\jars\xmlParserAPIs.jar
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\jason\.jedit\jars\xercesImpl.jar
[debug] JPYPythonParser: python: activated for excel2html.py (Z:\dev\python\)
[debug] EditBus: BufferUpdate[what=LOADED,view=null,source=excel2html.py (Z:\dev\python\)]
[debug] PythonJeditPanel: JpyDbg Message Handler entered:BufferUpdate[what=LOADED,view=null,source=excel2html.py (Z:\dev\python\)]
[debug] PythonJeditPanel: Entering bufferUpdate
[debug] PythonJeditPanel: buffer loaded :excel2html.py mode = python
[debug] PythonJeditPanel: JpyDbg Message Handler exited
[debug] EditBus: SideKickUpdate[source=null]
[debug] PythonJeditPanel: JpyDbg Message Handler entered:SideKickUpdate[source=null]
[debug] PythonJeditPanel: JpyDbg Message Handler exited
[debug] WorkThread: Work request thread starting [SideKick #1]
[debug] WorkThread: Running in work thread: [id=6,run=sidekick.SideKick$ParseRequest@1a4181c]
[debug] JPYPythonParser: entering parser
[notice] Thread-4: C:\Python23\python.exe: can't open file 'C:\Documents'
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_SOURCE_ADDED,errorSource=errorlist.DefaultErrorSource[SideKick],error=null]
[debug] DockableWindowManager: Loading dockables from jeditresource:/ErrorList.jar!/dockables.xml
[debug] PythonJeditPanel: JpyDbg Message Handler entered:ErrorSourceUpdate[source=null,what=ERROR_SOURCE_ADDED,errorSource=errorlist.DefaultErrorSource[SideKick],error=null]
[debug] PythonJeditPanel: JpyDbg Message Handler exited
[debug] EditBus: SideKickUpdate[source=null]
[debug] PythonJeditPanel: JpyDbg Message Handler entered:SideKickUpdate[source=null]
[debug] PythonJeditPanel: JpyDbg Message Handler exited
[debug] ActionSet: Loading actions from jeditresource:/Background.jar!/actions.xml
How to set Commando to use jdk 1.5?
Submitted by
shingler on
Wednesday, 13 October, 2004 - 21:40
Hi all
How can i set the Console/Commando to use jdk 1.5?
For instance to compile a java file with the javac routine?
Many thanks
S
Customizing HyperSearch window behaviour
Submitted by
seani on
Monday, 11 October, 2004 - 22:21
I use a simple macro (bound to ALT-F) that calls up the HyperSearch window with a regex of ^function, the idea being to get a list of functions in a JavaScript file and skip to the required one.
This works fine, except I'd like the window to close as soon as I select the appropriate entry with ENTER.
Is there a way to achieve this?
Help With Configuring Editing Interface
Submitted by
berzerk on
Saturday, 9 October, 2004 - 00:51
I have looked all over for this and cannot find what I'm looking for or really what to ask for. In the screenshots section, Robert Fletcher's image, the editor does not have the "." at the end of every line and appears to have the ">>" at each tab indent. I would like to know how to configure these changes. Thanks.
Browse archives
|
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 |
31 |
|
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