jEdit Community - Resources for users of the jEdit Text Editor
Archives
ErrorList keyboard focus in textArea
Submitted by Anonymous on Tuesday, 6 July, 2004 - 13:05
Hello.

I use jEdit as an IDE compiling source files and showing errors in the ErrorList plugin, and it works just great. When I click on an error in the ErrorList plugin's window then the text containing the error is selected in the view.textArea, just perfect!

I'd really like the keyboard focus go to the textArea immediately after clicking on the ErrorList error, so that I can just start typing to correct the error.

I mean I don't want to have to click in the view.textArea, because clicking in the textArea changes the selection.

Is there an option for this that I've missed?

I'm using jEdit 4.1 final, ErrorList 1.3.2
File System Browser
Submitted by Anonymous on Tuesday, 6 July, 2004 - 18:29
I can´t resize fields like "Name", "Type", "Size" or "Status" and no sort files by this fields when I click about them.
? replacing tabs/spaces. How to stop it?
Submitted by Anonymous on Wednesday, 7 July, 2004 - 00:30
I've just started getting into jEdit and when using it seems to replace spaces/tabs with ????? I'm using jEdit under Linux (Lindows 4.5.122) at home but will be saving it as dos/ascii for upload to a Windows 2000/XP machine. an example of what is happening is below. Any help is much appreciated. select a.emplid, a.first_name, a.last_name, a.extension, b.address1 ? from ps_utc_name_phn_vw a, ? ? ?ps_addresses b where a.emplid ?like '10002%' and a.emplid ? ? ?= b.emplid and b.addr_type = 'STAF' and b.effdt ? ? ?= (select max(b1.effdt) ????????????????? ?????? ? ????? ? ? ?from ?ps_addresses b1 ???????????????????????????????? ? ? ?where b1.emplid ? ?= b.emplid ???????????????????????????????? ? ? ?and ? b1.addr_type = b.addr_type ????????????????????????????????? ? ? and???????b1.effdt ? ?<= sysdate ????????????????????????????????? ? ?) Peter
Need Help with Column Insert & Block Fill Insert functions of Texttools plugin
Submitted by gkl on Wednesday, 7 July, 2004 - 08:25
Have been trying out the Column Insert & Block Fill Insert functions of Texttools plugin but keep getting an error message in the status bar:
"rectangular selection required".

I am pretty sure I've made a rectangular selection because when I do a rect move right with the same selection it works ok.

Has anyone successfully used these functions?
Problems creating a xsd
Submitted by Anonymous on Wednesday, 7 July, 2004 - 13:02
Hi, I use the XML-Plugin to develop a XML-Schema starting like this: ... When rewriting "
GTK Look and Feel
Submitted by Anonymous on Wednesday, 7 July, 2004 - 19:03
I am using jedit 4.2pre14 on a Fedora Core 2 (Linux) machine with java version:
java version "1.4.2_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)

In JDK 1.4.2 sun introduced a GTK look and feel (http://java.sun.com/j2se/1.4.2/docs/guide/swing/1.4/Post1.4.html) that I would like jedit to use. The problem is that it dosn't show up in the interface section of the global options. Running jedit with the
-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
option still didn't make it work. I also made sure I was using a supported gtk theme and did not see any relevant output of errors or things of the sort (I did see output of errors about some plugins, but I believe that is unrelated).
Jedit continues to run fine, but insists on using the Metal L&F.

Any help would be appriciated!
Doc type autocomplete
Submitted by smsm1 on Wednesday, 7 July, 2004 - 21:59
The tag autocomplete feature for PHP and HTML is great.
One thing though! Completion of valid DOCTYPES would be good.

JEdit is a fantastic program, just what I have been looking for!
show latest news on the jEdit homepage
Submitted by paulflory on Thursday, 8 July, 2004 - 05:13
The new homepage's look n feel out-rocks the previous one.

One peeve though - I liked seeing the latest news on the splash page.

Like when new dot releases are announced.

Could we have that back?

-Paul
A Search function for Recent files (like Search History in Mozilla)
Submitted by paulflory on Thursday, 8 July, 2004 - 05:29
I hereforth propose that there be-eth a way to search recently open'd files.

Oftentimes we open and close files and afterwards wastefully rummage through our
memories and Recent Files lists to recall from whence those files came.

This post requests that recently opened files be searchable, as are visited URLs in web browsers; for example, Ctl-H in Mozilla or IE.

To further burnish the feature, throw in a way to view the dates/timestamps the files were visited. This way Jack can think/do: "Hmm.. I opened file 'earwig.xml' yesterday" then scroll to the files from yesterday and conveniently open earwig without taxing his brain.

Thanks,
Paul
JavaCore-aware JCompiler Plugin again (JCompiler.zip v1.6.2 by Doug Breaux)
Submitted by doug on Friday, 9 July, 2004 - 02:26
I updated JCompiler to work with the latest (0.7.1) JavaCore. The AbstractClasspathSource constructor changes had broken the previous version.
Typing uppercase letters and correcting (recognize S-BS as BS)
Submitted by Anonymous on Friday, 9 July, 2004 - 10:58
One often needs to enter a uppercase word in TEXT.
For let's say 20 chars you don't touch caps-lock and do it via shift.
However if one does a typo, it's usual or simple to use Shift-BS to correct that.

Shift-BS is not recognized as Backspace. This would be nice.
Autocomplete/dotcomplete for other languages other than Java?
Submitted by Anonymous on Friday, 9 July, 2004 - 17:23
Hey there,

Sorry if this is an obvious question, but i've spent several hours looking and have not found anything.

My question is: is there some plugin/way to hack dotcomplete to work with other languages other than java? I got CodeBrowser working just fine with CTAGs and it's great in that respect. It does exactly what i want for my C source/header files.

What i would love to do is have an autocomplete and dot syntax that used that ctags information to aid in code writing while editing an actual file, instead of having to open the code browser and then saying insert.

Does anyone know if there is a way to do this with jEdit?

Thanks

Brent.
Python Commando File (python.xml v1.0 by Charles Dominguez)
Submitted by cfd on Saturday, 10 July, 2004 - 02:14
A commando file to run Python scripts from within jEdit. Invokes the system interpreter (not Jython) on the current buffer. Provides a UI to set all options supported by the current release of the Python interpreter. Error patterns that work with Python are specified in the comments at the start of the file.
How to write up a plugin that is dynamically loaded.
Submitted by Anonymous on Saturday, 10 July, 2004 - 11:08
hi,
How do i write up a plugin that can be loaded or unloaded without restarting jedit?

myPlugin.java has the following code
public class myPlugin extends
{
public void createMenuItems(Vector menuItems)
{
menuItems.addElement(GUIUtilities.loadMenuItem("myPlugin"));
}
}

Thanks,

salgavkar
How to use the services of project viewer from within myplugin
Submitted by Anonymous on Saturday, 10 July, 2004 - 23:42
Hi,
How do i listen to events such as: what project is selected or what java file is selected using the services of project viewer from with my plugin. i have set the properties file already (plugin.jplant2.jplant2Plugin.depend.1=plugin projectviewer.ProjectPlugin 2.0.2). What else do i need to do?

Thanks.

Drake
charactere encoding
Submitted by mathieue on Sunday, 11 July, 2004 - 15:08
hi,

i get squares instead of special characteres typed.
the problem does not come from java because eclipse works.
i've tried a lot of differents charactere encoding configuration with no results.

thanks
mathieu
why wont the handleMessage work?
Submitted by Anonymous on Sunday, 11 July, 2004 - 22:52
public class jplant2Plugin extends EBPlugin
{

public void createMenuItems(Vector menuItems)
{

JMenuItem menu=GUIUtilities.loadMenu("jplant2");
menuItems.addElement(menu);

}

public void handleMessage(EBMessage message)
{
//JOptionPane pane = new JOptionPane (message.toString(),JOptionPane.INFORMATION_MESSAGE);
//pane.show();
System.out.println ("handlerm");

}


}
Programming the JeditTextArea.java file?
Submitted by Anonymous on Monday, 12 July, 2004 - 09:22
hi, i am trying to add a scrollfeature to the jedittextarea, but somehow it wont scroll:-(. how can i aneable the scrollbars?

THANKS Smiling
Programming the JeditTextArea.java file?
Submitted by Anonymous on Monday, 12 July, 2004 - 09:22
hi, i am trying to add a scrollfeature to the jedittextarea, but somehow it wont scroll:-(. how can i aneable the scrollbars?

THANKS Smiling
Opening large files
Submitted by oren on Tuesday, 13 July, 2004 - 00:28
I tried to open a 6.1GB file, and it fails with heap warning.
I already increased heap size up to 20 and 30 GB, but it still fails to open.
I'm using a sun blade 2000 with 6GB RAM and solaris 9.
Java runtime build 1.4.0_00-b05.
How can I open this file?
Is it possible to decrease the amount of memory JEDIT uses ? (currently its more than double the file I open).
User login
Browse archives
« July 2004 »
MoTuWeThFrSaSu
 
4
14
17
22
25
 
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