Mips R2000 programming
Submitted by
imgod2u on
Thursday, 3 June, 2004 - 12:13
I know nobody probably does R2000 programming but for the developers, is there any reason the $t0 register isn't highlighted when in MIPS R2000 mode? It's a minor thing but I was wondering whether there was a specific reason for it.
vi "command mode" keyboard effect
Submitted by Anonymous on Thursday, 3 June, 2004 - 13:37
Does anyone know if there exists a way to put jEdit into a "command mode" ala vi? I'd like to be able to hit escape (or any other chosen key sequence) and have a set of keys that allow navigation, selection, open line, etc. Is there a plug-in that would allow that functionality?
Editing XML tag values validated by XML Schema
Submitted by
lastguru on
Thursday, 3 June, 2004 - 21:00
It would be good if Jedit could use the enumerated values (eg., boolean type or string enumeration) in XML tag editor. The same is working for DTD with dropdown lists.
To close tag, expressed parsing (document save for me) is required
Submitted by
lastguru on
Thursday, 3 June, 2004 - 21:08
Having autoclosed by default ( is inserted). Now lets eraze the "/" - the sidekick or XML plugin or somebody else should insert the closing tag when I type ""... That does not happen until I reparse the document (by saving it in my case)
XML Scheme engine bug?
Submitted by
lastguru on
Thursday, 3 June, 2004 - 21:29
Having an XML Scheme starting with (I suppose, correct - the same used in w3.org) lines:
-cut-
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
-/cut-
I get a parser error:
cvc-elt.1: Cannot find the declaration of element 'xs:schema'
jEdit 4.2pre14 now available
Submitted by
slava on
Friday, 4 June, 2004 - 01:36
jEdit 4.2pre14 is now available. This release fixes a number of bugs.
JDiff 1.4.1?? Does it really exist??
Submitted by
ojl96 on
Friday, 4 June, 2004 - 11:07
Hi,
I'm trying to get hold of JDiffPlugin version 1.4.1 for version 4.2.14 of jEdit, plugin manager in jEdit will only download version 1.2 and plugins.jedit.org site only goes to version 1.3 as well...
Could someone let me know the url where I can download this?
thanks,
ollie
trying to develop a test plugin
Submitted by
gdhokamp on
Friday, 4 June, 2004 - 13:35
Hello all,
I'm trying to develop a small test plugin. I studied the plugin tutorial and started then to write a very simple plugin. I only wanted the plugin to be loaded. I created a Cide.props, a CidePlugin.class and an actions.xml file. Put it all in a jar file, copied it to the jars directory and started jedit.
Unfortunately the activity.log says:
[debug] EditPlugin$JAR: Opening F:\jedit\jars\Cide.jar
[warning] EditPlugin$JAR: Ignoring: CidePlugin
[debug] ActionSet: Loading actions from jeditresource:/Cide.jar!/actions.xml
[warning] EditPlugin$JAR: F:\jedit\jars\Cide.jar has an actions.xml but no plugin core class
[debug] PluginJAR: Writing F:\jedit\jars-cache\Cide.jar.summary
What am I doing wrong? Or have I missed something?
Thanks in advance
Gerald
jEdit 4.2PRE14 problems on Mac OSX
Submitted by
tdegrunt on
Friday, 4 June, 2004 - 15:11
jEdit 4.2PRE14 does not work correctly under Mac OSX. I've downloaded the installer (jedit42pre14install.jar) file. Once the install is done and I start jEdit.jar from Applications.
jEdit will open, but it indicates problems with MacOS.jar (plugin): Cannot start: java.lang.noClassDefFoundError: com/apple/cocoa/application/NSMenu. Try updating to a newer version of the plugin (currently I have 3.0b).
Therefor the menu is in the window, instead of in the status bar.
I tried to update to a newer version of the plugin, but it is not available?
Please let me know how to resolve.
One extra thing: Why is the behaviour of command key and alt key so much different than in other applications, fe BBEdit.
Option to lock file for write when editing
Submitted by
happy on
Friday, 4 June, 2004 - 15:29
If this optional setting is enabled, jedit should lock the file opened for write, so others can not modify that file.
This is a useful setting in editors, and missing from jedit
Changing Explicit folding symbol
Submitted by Anonymous on Saturday, 5 June, 2004 - 15:40
Is there any way of changing the explicit folding to be activated by anything other than {{{ and }}} for example i want my explicit folds to just work when i put a { or a }
ReadOnly_Buffer.bsh v1.0 by codi
Submitted by
codi on
Saturday, 5 June, 2004 - 22:22
This macro will set current buffer to read-only mode without changing
file flag on hard disc so another user can access that file in
read-write mode.
Another call will unset buffer read-only flag.
requires JDK 1.4, jEdit4.2
This is 1.0 version, tested on Win2K, Jedit 4.2pre14 and jdk1.4.2_02.
getter/setter macro for Java/C++ (gettersetter.bsh v0.91 by John Gellene, Francis Dobi)
Submitted by
francisdobi on
Monday, 7 June, 2004 - 08:52
This is the modified version of the Make_Get_and_Set_Methods.bsh included with jEdit 4.1.
It can handle assignment in declaration. (The one provided with some jEdit versions can't handle this)
Can generate javadoc works with static and boolean fields.
See usage notes in macro.
0.91: Fixed static field recognition.
How to change from JRE to JDK?
Submitted by
laroald on
Monday, 7 June, 2004 - 18:00
Two days ago I installed jEdit for the first time. Then JEdit discovered the JRE I have on my harddisk. I would like to use JEdit for compiling java source and have therefore tried a lot to let jEdit use JRE instead of JRE. I have read that I should " go to Start-->JEdit-->Set JEdit parameters and choose \bin\javaw.exe", but that is not possible with the last version of jEdit. (I'm using win.98).
I have also been tried this : "To compile, set your working directory (in the console) to the java programs directory (on mine it's C:\j2sdk1.4.1_06\bin. Then go to Plugins->Console->javac and the program will run for you.".
Doesn't this mean the plugin "console"? This console give me a message (in green colour:
Working directory is C:\Programfiler\JEdit
I'm not capable to change this adress over to my SDK-bin-folder.
I hope someone could help me with this.
laroald
How to replace block of text
Submitted by Anonymous on Tuesday, 8 June, 2004 - 09:25
Is it possible to replace block of text?
Mega Text
Submitted by Anonymous on Tuesday, 8 June, 2004 - 10:48
http://vigna.dsi.unimi.it/papers.php
http://mg4j.dsi.unimi.it/
ICU Unicode for Java with JNI
Submitted by Anonymous on Tuesday, 8 June, 2004 - 10:49
http://oss.software.ibm.com/icu4j/icu4jni/icu4jni.html
Convert EOL to Wrap and Wrap to EOL
Submitted by Anonymous on Tuesday, 8 June, 2004 - 10:51
http://www.pspad.com/forum/read.php?f=2&i=2784&t=2784
With user control over EOL chars, and display.
Can't download DotComplete
Submitted by Anonymous on Tuesday, 8 June, 2004 - 15:55
I have tried over and over to do this with the plugin manager and I can't get it to work. I check DotComplete, hit install, and it doesn't even look as though it is trying to install. I am running jEdit 4.1.3 with Java 1.4.2. I tried removing CodeAid to see if that was the problem and it would still not go. I had the same problem for another plugin and I tried just downloading and putting the jar file in my jars directory and that just caused jEdit to crash constantly.
LaTeX mode bug fix (latex.xml v1.2 by Thomas Alspaugh)
Submitted by
alspaugh on
Wednesday, 9 June, 2004 - 19:30
Correctly highlights single-character accents, most notably \", whether or not the character is in {}. v1.1 required the character to be in {}.