Highlighting tags in TXT files
Submitted by
srikrishnan on
Saturday, 8 March, 2008 - 05:47
Hi All,
I want to distinguish entities (for e.g. α,etc) and tags (
, etc) from normal text in my txt files. Is it possible to create such a thing as like in htm and xml formats?
Please help me to achieve this?
Regards,
Srikrishnan
Anybody using jEdit on the Mac?
Submitted by
rovf on
Wednesday, 5 March, 2008 - 17:34
I found that my jEdit on Mac OSX 10.4 does not recognize ALT+RIGHT for indenting a selection". When I choose it from the menu (Edit/Indent/ShiftIndentRight), it works fine. When I use the keyboard shortcut (shift+right cursor key), nothing happens.
I haven't seen this problem under Windoze or Linux, and I would like to know if this is a general problem on OSX10.4, or particular to my setup. If anybody out there is using a Mac, could you please try it out and let me know whether it works for you?
Ronald
SQL BeanShell Preprocessor: how to use?
Submitted by
Wavis on
Friday, 22 February, 2008 - 00:51
I write a lot of SQL at my job. It's one of my primary responsibilities. The SQL plugin has been extremely useful. It would be even more useful if I could get it to replace @variable with a value, but I can't get the preprocessor to work. There is no indication how to use it. It doesn't prompt for a buffer to execute, there is no documentation as to variables the beanshell script would be passed, there are no settings for it in the project properties, or plugin options, or under the SQL plugin menu. Does anyone know?
Action Bar commands
Submitted by
prk59 on
Sunday, 17 February, 2008 - 21:06
Hi everybody,
Like a lot of you I suppose, I fell in love with jedit. But I still do not know how to use it very well. Yesterday I discovered the action bar. In the manual it says that I can open the Global Options by typing l-o in the action bar. I tried it and it worked. However I was not able to find other commands (for example for the plugin options). When I'm in the action bar and I press up I get a list of commands, but they are of the type plugin-options; what I want is short commands. Where can I find a list of all the commands that I can type in the action bar please?
I also have a small question that is off topic: is jedit still (actively) developped? Because almost everywhere on the site I see old dates (2001, 2003) and on the botton of the page it says (c) 2003. In addition to that, I think there haven't been a release for some time now. Please excuse me if I am wrong (actually I hope I am wrong...)
Menu congestion under 'Plugins'
Submitted by
McSwell on
Friday, 15 February, 2008 - 17:28
Having installed several plugins, the 'Plugins' menu is getting rather congested. Doing anything requires drilling down several levels--AFAICT, as an end user (as opposed to a plugin provider) I can't assign any menu items to frequently used actions in plugins, nor apparently can the plugin writers put their menu items anywhere except under the Plugins menu. (I can assign shortcut keys to plugin actions, but I'm running out of them, too; and I'm allergic to toolbars.) Also, letter accelerators (like
FC for File | Close) don't work with plugins, either.
Is there any way for an end user (who is not a Java programmer) to modify the main menu structure? (I know that the Utilities | Global dlg allows me to modify the right-click menu, but I want to be able to modify the main menu bar.)
I'm using 4.2 at the office, and don't have any control over that. (I suppose we'll move to 4.3 when it's finalized; maybe that solves my problem?)
Mike Maxwell
CASL/ U MD
(Apologies for the ugly posting; I know how to use whitespace, but my newlines don't show up when I Preview, and presumably won't show up when I submit)
How to get value dropdown in XML Edit Tag Dialog
Submitted by
dhschulten on
Thursday, 14 February, 2008 - 07:11
Hi,
I am using XML Schema for validation and there are situations where there are only a limited number of allowed attribute values. I have seen that jEdit sometimes creates dropdown lists with allowed attribute values (e.g. when editing a schema), but I could not find out how this is done. At least, xsd:enumeration in the following schema expression does not lead to such a value dropdown:
A similar situation are key references. It seems desirable to propose a list of existing keys for key reference attributes. But I can understand that it is not trivial to get this list and in very large documents it might not be so desirable after all.
Anyhow, is there a way to get a dropdown for attribute enumerations as shown above?
Cheers,
Dietrich
Default file selection option
Submitted by
srikrishnan on
Wednesday, 13 February, 2008 - 16:37
Hi All,
Is it possible to set default file selection option for some extensions (e.g. .txt,.xml,etc), for the purpose of opening them my double click the files in Windows, just like in other applications?
Regards,
Srikrishnan
Default file selection option
Submitted by
srikrishnan on
Wednesday, 13 February, 2008 - 16:36
Hi All,
Is it possible to set default file selection option for some extensions (e.g. .txt,.xml,etc), for the purpose of opening them my double click the files in Windows, just like in other applications?
Regards,
Srikrishnan
Default file selection option
Submitted by
srikrishnan on
Wednesday, 13 February, 2008 - 16:35
Hi All,
Is it possible to set default file selection option for some extensions (e.g. .txt,.xml,etc), for the purpose of opening them my double click the files in Windows, just like in other applications?
Regards,
Srikrishnan
Any SQL parser available for jEdit?
Submitted by
net-res on
Friday, 8 February, 2008 - 10:21
The title says it all: are there any SQL parsers available for jEdit?
Quick question regarding autoindenting
Submitted by
Jamalarm on
Tuesday, 5 February, 2008 - 16:21
Hi,
Very quick question. What do i have to modify in order to change the autoindent from a TAB to three spaces when working with .java files. I had a look around, and i found the file i needed to change, but i couldn't work out what it was that needed changing, as it were.
Thanks enormously,
Tom
Adding shortcut keys to run buffer in Jython Interpreter
Submitted by
ras on
Thursday, 31 January, 2008 - 20:10
I'd like to switch to using jEdit, but I've run into a major stumbling block. I do all my coding using voice recognition software, and I'm writing a lot of code in Python. I want to run Python scripts through the Jython Interpreter, but I can't figure out how to set up a shortcut key that's the equivalent of putting the "run current buffer" button (if I can set up a shortcut key, I can run the sucker by voice). In Global Options -->Shortcuts, it lists the Jython interpreter plug-in, but all the commands seem to do the same thing -- just open up the interpreter. Any idea how I can work around this?
Thanks,
Anders Schneiderman
Alternative block-fill macro
Hi,
the block-fill feature of TextTools Plugin doesn't insert more characters per line than fit into the selection's width (the text is cut).
A macro with a different behavior can be
downloaded here.
These are the differences to the original function of TextTools Plugin:
1. No choice to overwrite or not the selection. Instead, the selected text is deleted and the new text or number is inserted with it's full length. When numbering, the longest inserted number defines the length of inserted text.
2. Improved performance on large selections because of:
- Removed support for multiple selections (what's the expected result else?)
- Removed support for tab handling (there should be no tabs ...)
Robert
4.3pre12 mac os increase heap
Submitted by
upton9265 on
Tuesday, 22 January, 2008 - 17:04
Hi All,
I just downloaded and installed jedit4.3pre12 on my Mac OS X(10.4.11) using the .dmg file. Once installsed, I tried loading a large file (~27MB) and I got a "OutOfMemory" error. I've seen this posted before, but I can't seem to find the Info.plist file folks mention to modify. How do you modify the java VM parameters? (this is probably more a Mac question, I suspect. I'm new to the Mac, having used the windows version of jedit).
thanx
steve upton
shortcuts printout
Submitted by
srikrishnan on
Tuesday, 15 January, 2008 - 16:52
Hi All,
Is it possible to take printout of Default as well as User defined shortcuts list, for our easy reference?
Regards,
Srikrishnan
TextAutocomplete VK_TAB
Submitted by
kircheis on
Wednesday, 2 January, 2008 - 17:56
I was wondering if other people have any problem with VK_TAB as accept key on TextAutocomplete.
It simply doesn't work for me. I can only complete with VK_ENTER. Is there something I'm doing wrong? Not sure if it is a bug. I simply put VK_TAB but nothing happens when I try to complete. It doesn't work on default either.
Modifying TextAutocomplete's "Is word to remember" option
Submitted by
kircheis on
Wednesday, 2 January, 2008 - 12:26
I haven't been able to make TextAutocomplete plugin recognize Cobol procedure names in a format like:
000000-MAIN-ROUTINE
Since there are numbers and a dash this is ignored. According to the documentation I should modify the "Is word to remember" option but I couldn't make it work like it should.
count number of findings
Submitted by
srikrishnan on
Wednesday, 2 January, 2008 - 07:52
Hi All,
Is there any option to count and display the number of find/find & Replace done in the selected buffer/file?
Regards,
Srikrishnan
compare two files
Submitted by
srikrishnan on
Wednesday, 2 January, 2008 - 04:39
Hi All,
I am new to this forum.
I came to knew about JEdit through the Book "XSLT 2.0 Programmer's Reference, Third Edition by Michael Kay" which I bought last year.
From the date onwards I am using JEdit instead of Ultra edit on both of my "Windows XP" and "Ubuntu" Operating Systems.
It is incomparable even with any proprietary softwares.
First of all I thanks all of those who developing this Editor.
I have one doubt, very often I need to compare two documents. But I am not able to found any option for that purpose in JEdit.
Is there any option for that?
Regards,
Srikrishnan
Automatic indenting of (PL) SQL
Submitted by
net-res on
Tuesday, 18 December, 2007 - 07:29
When I edit PL-SQL files in jedit, with jedit set to PL-SQL (or any other SQL) mode, C-i removes all indentation rather than fixing it. For example
BEGIN
____select seq.nextval into col1 from dual ;
____return col1;
END;
becomes
BEGIN
select seq.nextval into col1 from dual ;
return col1;
END;
after C-i
How can I fix this?
(had to add underscores since the forum removed leading spaces and tabs)