XPath Relative Queries
Submitted by Anonymous on Wednesday, 17 December, 2003 - 10:36
Hi,
The XPath plug-in is a good idea, however it is relatively useless and I hardly ever use it purely because you cannot perform XPath queries relative to a specific node (they are always executed relative to the root node) and therefore you can never test out and optimise your XPath queries. For example:
If I had the some XML representing a page and the current node I was matching (using XSLT for example) was the "body" node, but I wanted to find out the title of the page from this node the best way to do this would be to use the query "ancestor::page/@title". However this is not possible to test in the current XPath plugin.
wrap margin in 4.2pre7
Submitted by
mcmilwj on
Wednesday, 17 December, 2003 - 15:02
I recently upgraded from 4.1 final to 4.2pre7 and I can't figure out how to configure things as they were in 4.1f for wrapping. In 4.1f, I set word wrap on soft and unfortunately I can't recall what the wrap margin was set at. Nevertheless, I though that the wrap margin in 4.1f somehow adjusted with the edit pane's width as I never had to scroll vertically to see my code. I don't seem to be able to achieve this in 4.2p7.
jedit no longer starts
Submitted by Anonymous on Wednesday, 17 December, 2003 - 16:26
I'm running jedit 4.1 final on Windows 2000 and Sun's jdk 1.4.0. I've been using jedit for a year at least. It recently began to hang on startup. The splash screen comes up and then nothing else happens. The splash remains stuck on the screen. The only different thing I can think of doing recently is I started learning about beanshell macros and how to write them. I had a couple of my own macros saved in my config area, but I've since deleted them. I've tried uninstalling and reinstalling jedit, but the behavior remains. Could anyone please point me in the direction of something else to try, or some documenation to check?
How to Un-comment a selection
Submitted by
orapower on
Wednesday, 17 December, 2003 - 17:36
I'm looking to do the opposite of applying comments (both line and range) to a selection. Any idea how to do this?
Accented vowels do not appear in MacOSX
Submitted by Anonymous on Thursday, 18 December, 2003 - 10:19
Hi all,
I just love jEdit, but cannot get accented vowels appear when typed. I'm using Spanish MacOSX Panther and 4.2pre7, but it happened in Jaguar and 4.1. I'm sure this has been documented anywhere, but cannot find it... is there any solution?
Search: How to set "default filter"
Submitted by Anonymous on Thursday, 18 December, 2003 - 12:07
Hello there,
I am using jedit to write C source code. To find functions I often use directory search.
When opening directory search the filter is sometimes reset to "*.c" although I always enter "*.[hc]" in this field.
How can I change this behaviour and for example have "*.[hc]" as default filter?
Cheers
Daniel
Germany
KDE problem with JEdit 4.1 final
Submitted by Anonymous on Friday, 19 December, 2003 - 05:26
To be exact; this is a KDE problem.
JEdit 4.1 final installs fine in Mandrake 9.2. A fresh install of j2re1.4.2_03 followed by linking j2re; export JAVA_HOME=/usr/java/j2re; and a single command "jedit" from terminal results in a running application.
Now, why will KDE -not- open JEdit? "jedit" from the quicklauncher does not open the application. The ADD Application from medudrake with command "jedit" also does not work.I do not want to open a terminal each time to use jedit. help!
Please help a newbie fix my simple problem with KDE/jedit.
ABAP Edit Mode (abap.xml v1 by Nathan Jones)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 05:29
An ABAP edit mode. I found one for GVIM but as I use Jedit now this is really essential for my job.
Another HTML edit mode (pyro.xml v1 by Lucas Ces)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 05:31
This is another HTML Mode modification , that distinct tags, attributes, literals, inlines CSS, Javascript and VBScript
Dot edit mode (dot.xml v0.1 by Stefan Kost)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 05:33
dot can be used for editing files in the dot-language (surprise, surprise) of the graphviz-package of at&t (see http://www.graphviz.org)
HSQLDB SQL edit mode (hsqldb-sql.xml v1.0 by Randy Hudson)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 05:34
Edit mode for HSQLDB's SQL dialect
Improved highlighting for XML attributes (xml.xml v1.0 by Makan)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 05:38
Enables highliting the attributes inside XML tags in a diffrent color than the markup. Update the $Jedit/modes/xml.xml file
IBM MQSeries script (MQSC) mode (mqsc.xml v1.0 by Aaron Bell)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 05:46
Syntax highlighting for IBM MQSeries script (MQSC), accurate for WebSphere MQ v5.2
Matlab Edit Mode (matlab.xml v1.0 by Chris Rose)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 05:47
An edit mode for Matlab. You will also need to add an appropriate entry to the catalog file -- see the jEdit help on writing edit modes for more information. Matlab files usually have the suffix ".m" (objective-C coders may like to note the clash).
Mathematica Edit Mode (mathematica.xml v1.0 by Daniel Herring)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 05:51
An enhanced Mathematica mode including auto-indenting, syntax highlighting, and built-in keywords and variables.
Mason Edit Mode (mason.xml v1.0 by Alex Robinson)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 05:52
An edit mode for Mason (http://www.masonhq.com), an open source Perl-based templating system
Lua Edit Mode (lua.xml v0.2 by Vadim Shevchenko)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 05:55
I think it's more developed then the normal lua.xml Lua is a briliant scripting language. Initially it's neither Object Oriented nor Functional. But it allows you to construct both of these paradigms on it since it has backbones ready. It also has a Java binding and can be used as Java's scripting language. Have a glance at httpL//www.lua.org
LotusScript 4.0 mode (lotusscript.xml v1.0 by Johan Känngård)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 05:58
A jEdit mode for LotusScript 4.0, used in Lotus Domino / Notes R5. Updated 2003-05-07, whitespace control added. Thanks Alexander Knie!
limbo.xml v1.0 by John Brecht
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 06:01
Syntax highlighting for Limbo, the programming language of the Inferno operating system.
logtalk.xml v1.0 by Paulo Moura
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 06:02
Edit mode for Logtalk, an Open Source object-oriented extension to the programming language Prolog (http://www.ci.uc.pt/logtalk/logtalk.html).