jEdit Community - Resources for users of the jEdit Text Editor
Archives
Allowing ErrorList to work with custom tags
Submitted by Anonymous on Sunday, 18 January, 2004 - 08:26
I am new to jEdit and am trying to get my head around plugins. I have installed the SideKick and related plugins which look promising for the css and php development that I am doing. But I would like to create Movable Type templates using jEdit, and the ErrorList plugin throws errors with the custom Movable Type tags that are present.

Is there an easy way to let ErrorList ignore custom tags such as the MT content tags, or recognize them as valid?

Thanks in advance.

Matt
add line guides
Submitted by Brad Mace on Monday, 19 January, 2004 - 00:14
Why not add options for line guides? Could have caret, wrap, and custom guides.
Show next tab stop
Submitted by Brad Mace on Monday, 19 January, 2004 - 00:16
Option to show where hitting 'tab' will put the caret
Doesn't highlight multiple selections
Submitted by Brad Mace on Monday, 19 January, 2004 - 00:22
Only the most recent selection is highlighted when multiple selections have been made.
"Persistent" Blocks
Submitted by Anonymous on Monday, 19 January, 2004 - 16:57
Hello. I am new to Jedit so if this is already implemented somewhere, I'd appreciate a pointer...

I am moving from an editor which allows one to start and end a block of selected text and then to move the cursor to the location where the selected text should be moved/copied WITHOUT having the selection disappear. In this manner, you do not have to (a) select, (b) copy/cut, (c) move to target location, and (d) paste. Instead you (a) select, (b) move to target, and (c) copy/move.

If there is any way to implement this using a plugin, I am willing to give it a shot. I just have no idea where/how to begin.
Rectangular/Column Selections Using The Keyboard?
Submitted by Anonymous on Monday, 19 January, 2004 - 16:59
Hello. I am new to Jedit so if this is already implemented somewhere, I'd appreciate a pointer...

From what I can see in the docs, the only way to perform column selections is to use the mouse. Is there any way to accomplish this with the keyboard alone?

If there is any way to implement this using a plugin, I am willing to give it a shot. I just have no idea where/how to begin.

Thanks,

David
Rectangular/Column Selections Using The Keyboard?
Submitted by Anonymous on Monday, 19 January, 2004 - 16:59
Hello. I am new to Jedit so if this is already implemented somewhere, I'd appreciate a pointer...

From what I can see in the docs, the only way to perform column selections is to use the mouse. Is there any way to accomplish this with the keyboard alone?

If there is any way to implement this using a plugin, I am willing to give it a shot. I just have no idea where/how to begin.

Thanks,

David
Cursor Beyond Line End?
Submitted by Anonymous on Monday, 19 January, 2004 - 17:55
Hello. I am new to Jedit so if this is already implemented somewhere, I'd appreciate a pointer...

As far as I can tell, there is no way to permit the cursor to move beyond a line's end into "virtual" space. Is there any way to permit this? Once in "virtual" space, any character entered will be placed at that location and the characters between the current line end and the new character are "filled" with white spaces. This would also permit the cursor to NOT have to follow line ends while moving up and down in a file.

If there is any way to implement this using a plugin, I am willing to give it a shot. I just have no idea where/how to begin.
Search Options
Submitted by Anonymous on Monday, 19 January, 2004 - 18:32
i was wondering if there was any way to control the options on the search menu. I always use Ctrl-F to pop up the menu and enter my search string and hit enter, only to find out that "Ignore Case" isn't set. Is there a way to get that set by default ?

thanks.
Newbie Request
Submitted by Anonymous on Monday, 19 January, 2004 - 20:43
Hi,

I'm a newbie jEdit plug-in developer and have a quick request for help/pointers for a particular effect that I'm trying to achieve. I've been designing/developing an open hypermedia system, Chimera, since 1992 and over the years Chimera has been integrated with a number of text editors including vi, emacs, MS Word, etc. and now, hopefully, jEdit! The main difficulty in integrating a text editor is figuring out how to "create anchors" that is, understanding how to ask the editor to display a piece of text in a format that indicates that an anchor/link exists within the document (using the ubiquitous format of blue, underlined text).
"Getting" a plug-in with no dockable window
Submitted by Anonymous on Monday, 19 January, 2004 - 22:28
Hi,

The plug-in tutorial presents an example of associating actions with a plug-in in which each action retrieves its plug-in like this:

view.getDockableWindowManager().getDockable(QuickNotepadPlugin.NAME).chooseFile();

That is, it assumes you want to create a plug-in with a dockable window. If I don't want to create a dockable window, how do I create an instance of my plug-in and what code would I put in my actions.xml file to retrieve it? Is there something like:

view.getPlugin(QuickNotepadPlugin.NAME).chooseFile()

??

Please send responses to this forum (which I'm monitoring) and/or Ken Anderson at "kena at cs.colorado.edu".
Widgets
Submitted by Brad Mace on Tuesday, 20 January, 2004 - 01:01
Contains handy components for use in other plugins. Others are free to add their own components as long as existing components aren't broken.
DB Terminal
Submitted by shoesorder on Tuesday, 20 January, 2004 - 01:04
ORIGINAL CONTENT DELETED DUE TO SPAM
Macro Help Needed by Newbie
Submitted by Anonymous on Tuesday, 20 January, 2004 - 01:24
Hello and thanks for looking and helping me out. I am using version 4.1 final.

For my second macro, I wish to write a routine that allows me to prompt the user for a single character and then to replace every character position in a selected area with that user-supplied character. Seems like it sould be pretty simple.

What I am finding is that it is not as easy as I expected. It seems that when selections include areas beyond the end of a line, the values I get for the start and end positions on those lines are not what I expect. They are offets into the buffer and there is no accounting for the selected area that has "virtual" space. There appears to be no way (in the API) for me to find the on-screen bondaries of the selected area.
Submitting plugins
Submitted by slava on Tuesday, 20 January, 2004 - 03:54
For the next batch, can plugin developers please use the new Plugin Central Submission tracker. You can only post there with a valid SourceForge user account.

One artifact should be filed per plugin per version. Once you file an artifact, me and Ollie will decide who will package it for the next batch, and if we have issues with the building we will add comments to the artifact.

When the plugin is released as part of a batch, the artifact will be closed.
CSS (1/2/2.1) Edit Mode - Syntax/Error Checking (jeditcssv22.zip v2.2 by John Paul Taylor II)
Submitted by Psych0phobiA on Tuesday, 20 January, 2004 - 07:15
A syntax checking and error highlighting edit mode for CSS levels 1.0, 2.0 and 2.1. The highlighting is context sensitive and allows for finding errors very quickly. Requires a 4.2pre5 or later. See homepage for version info.
Wrong indentation of perl code
Submitted by jope on Tuesday, 20 January, 2004 - 12:55
jedit does not indent perl code correctly in some instances. For example, when splitting an argument list between parentheses over several lines, jedit will indent the next statemetn under the argument list instead of under the beginning of the previous statement. Example:
somefunctioncall($arg1,
                 $arg2);

                 beginning of next statement;
Is there a way to change this behavior? Is it possible to customize the indentation rules?
Fastest Java Engine?
Submitted by Anonymous on Tuesday, 20 January, 2004 - 21:48
Thinking about using jEdit as my main editor,
ie. for text, java, php and other script files.

What Java SDK is the fastest or will give me the most
responsive jEdit?

I'm thinking about startup time from the moment I
double click a file in Windows Explorer.
Using WinXP and I'm going to try jEdit as of ver 4.2final.
Scroll position: A text editor vs a text viewer
Submitted by Anonymous on Wednesday, 21 January, 2004 - 00:25
I dont know if it's possible or not but I find that when I am cracking out a function or doing a bit of writing at the end of a file I prefer to not be editing at the bottom of the screen.

A text editor in my opinion should allow the user to position the bottom of the file in the middle of the viewing window as opposed to a text viewer which simply needs to display the text.

I am really impressed with jedit so far anyway, thanks a lot.
Cannot run after installing v4.1 from RPM on Linux
Submitted by Anonymous on Wednesday, 21 January, 2004 - 08:59
# jedit
Warning: JAVA_HOME environment variable not set.
Exception in thread "main" java.util.zip.ZipException: Permission denied
	at java.util.zip.ZipFile.open(Native Method)
	at java.util.zip.ZipFile.(ZipFile.java:112)
	at java.util.jar.JarFile.(JarFile.java:127)
	at java.util.jar.JarFile.(JarFile.java:65)

The cause is the dir /usr/share/jedit not having r-x permissions for "other". Of course this is fixed by simply saying chmod -R o+rX /usr/share/jedit .

I noticed that the dir is missing in the list of files provided by the rpm (as in the output of rpm -q --list -p jedit-4.1-1.noarch.rpm), so this might be the problem and should be fixed. It probably doesn't arise if you don't have such a restrictive umask like me, but then again some people may and they will run into the same problem, so I thought I'd just qickly post this.

Greetings,
Daniel

User login
Browse archives
« January 2004 »
MoTuWeThFrSaSu
 
2
5
11
28  
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
Syndication
file   ver   dls
German Localization light   4.4.2.1   108250
Context Free Art (*.cfdg)   0.31   46071
BBEdit scheme   1.0   18607
JBuilder scheme   .001   18508
ColdFusion scheme   1.0   18041
R Edit Mode - extensive version   0.1   17488
Advanced HTML edit mode   1.0   16222
Matlab Edit Mode   1.0   16086
jEdit XP icons   1.0   15245
XP icons for jEdit   1.1   14309