jEdit Community - Resources for users of the jEdit Text Editor
help setting jedit with java in linux
Submitted by tflex on Wednesday, 29 March, 2006 - 23:20
Hi,
I am using Ubuntu Linux (Latest Stable Core). I installed java software development kit from sun and now it is time to configure jedit. I got all the plugins needed for developing java applications and it seems to be working fine as well. Everything compiles fine but doesn't run fine. If I make helloWorld application in java using jedit, that works fine and displays the correct result but if I try to use joptionpane like JOptionPane.showMessageDialog (null, "Hello World!"); then I get following error message in jedit console screen. Also the code I used has no errors (It has been compiled before in windows).

** ERROR **: file ../../../src/libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c: line 572 (createRawData): assertion failed: (data_fid != 0)
aborting...
Process java exited with code 134

I'm unable to find out why this happens as I'm new to linux. Please any help appreciated.
INVALID PROPERTY
Submitted by rcosta on Wednesday, 29 March, 2006 - 17:17
I need some help. Please.

I'm trying to add to a mode a way to mark as INVALID, using reg exp, several situations:
- the use, in one line, of the character ( without the corresponding );
- the use of an if statement without any condition following the if;
- the use of an if statement without the corresponding endif.

This mode will be used for xBase languages (FlagShip, xHarbour, ...) in CGI mode allowing the inclusion of CSS, Javascript and HTML. It will be made available for who wants to use it.

Thanks in advance.
Rui Costa
JTA_SSH and JTA_TELNET
Submitted by beaubert on Monday, 27 March, 2006 - 14:57
Hi all,

I try to use the JTA_SSH and JTA_TELNET plugin for jedit 4.2.
The JTA_TELNET plugin works but there are problems with focus and sometimes the connection seems to be lost.

But I'm unable to use the JTA_SSH plugin. I'm asked for the login and the passwd and after that nothing .... The ssh conection works well in a shell. I know that the JTA_SSH and JTA8TELNET can't work both a the same time so I remove the .jedit/jars/JTA_TELNET.jat file before using the JTA_SSH.

I'm using version 0.21 of both plugins. Are they in development ? Is there a workaround for those problems ?

Thank's for your help.
Francois
Console plugin version from plugin manager is for 4.3pre not the stable 4.2final
Submitted by matthewyoung on Thursday, 23 March, 2006 - 04:53
Or is this customary how jEdit work? That's all plug-in fetch by the plugin manage is for the latest whatever release?
Search dialog doesn't display - Solution
Submitted by stanberka on Wednesday, 22 March, 2006 - 18:10
Once a while I'm hitting the problem that the search-and-replace dialog doesn't stops showing up when requested (either way). I have found (after spending two hours +) that I have to delete the lines:
search.y=194
search.x=1248
from the "properties" file that is in user's .jEdit folder.
Ruby Plugin: auto-completing quotes and brackets not working
Submitted by malesca on Sunday, 19 March, 2006 - 00:25
I've installed jEdit 4.3pre3 and the Ruby Plugin, but I find the auto-completion of quotes and brackets doesn't work. On my previous computer, I had jEdit 4.2 and the Ruby Plugin, and the auto-completion worked fine.

Does it work in 4.3 for anyone? Have I missed some setting? If I don't get it working, I'll try downgrading to 4.2.
What Else In jEdit Will Close A Tag Automatically?
Submitted by hurricanedavid on Thursday, 16 March, 2006 - 20:56
I know the XML plugin will cause jE to close a tag when < / is typed. But I've turned that off. But it's still doing it.

Where else can I look?
Choosing and inserting file path and file name to hyperlinks
Submitted by philaweb on Tuesday, 14 March, 2006 - 12:56
Hi,

I am new to this forum and to JEdit plugin's as well.

Is there a plugin avialable for download with the functionality of choosing and inserting a file path and file name to hyperlinks?

Well, it is the only tedious thing about the plain JEdit version, that I have to type all file paths and names manually.

TIA
Editing HTML: jEdit inserts new lines
Submitted by vojtec on Monday, 13 March, 2006 - 14:29
When Im editing HTML page, jEdit automatically adds between every two lines new line...
How can I get rid of it?

Thanks for every tip..
Vojtec
remote/local views?
Submitted by szymek on Sunday, 12 March, 2006 - 11:15
Hi!

I'm using dreamweaver most of the time, but now i try to learn ruby on rails, so i decided to give jedit a try.

Is there a plugin that allows to specify a local folder and a remote ftp server for a single project, switch between them and upload/download files from/to both servers?
newbie Q: how to Run Buffer using Python?
Submitted by midtoad on Thursday, 9 March, 2006 - 00:40
When I try to "run this buffer", I get an error saying "there is no interpreter associated with this buffer. You can specify interpreters on a mode-specific basis in the Utilities -> Global Options dialog box."

It's certainly helpful to get a suggestion in a case like this. But there is NO place in the Global Option s that I can find where I can specify a Python interpreter.

What's the best way to execute a python script with one click of a toolbar icon?

thanks
S
how to get python de-indent?
Submitted by ilazarte on Wednesday, 8 March, 2006 - 08:11
in the python interpreter, by pressing enter, i get de-indented one level.
how can i emulate this effect in jedit? i saw something about using a backspace bound to greedy backspace? i clicked Macros -> Editing -> Greedy Backspace but nothing happend. i checked in the help about greedy backspace and but i dont see a how-to. am i supposed to edit the .bsh file somehow? (\jEdit\macros\Editing\Greedy_Backspace.bsh)

TIA!
can't find "differ", "fader tabs" plugins
Submitted by pi1ot on Wednesday, 8 March, 2006 - 06:59
I can't find "differ", "fader tabs" plugins of this screenshot:
http://docsynch.sourceforge.net/img/screenshots/jedit/screenshot-main.png
http://docsynch.sourceforge.net/index.php?page[]=2.Screenshots
Why do I get two instances of jedit in the taskbar (windows xp)
Submitted by Craig Schmidt on Monday, 6 March, 2006 - 15:33
I had been using jedit without any problems. However, a few days ago I started getting two instances of jedit whenever I start it. That is, there are two applications called jEdit in the task manager, there are two icons that appear in the task bar, etc. The two copies of jedit sort of stay in sync. (They update themselves to have the same files open.) If you quit one, the other quits as well.

I don't have any sessions defined except "default". To my knowledge, I didn't do anything to get this behavior.

I start jedit with the following shortcut:

"C:\Program Files\Java\jre1.5.0_04\bin\javaw.exe" -mx96m -jar "C:\Program Files\jEdit\jedit.jar"

I'm running windows xp.

Any suggestions?
Thanks,
Craig Schmidt
Does jEdit have Autocomplete for C++?
Submitted by Zdravko on Sunday, 5 March, 2006 - 11:37
Does jEdit include some kind of code autocompletion? Let's say I have a C++ object and I want by typing: obj. to have all member functions listed. Or for example when I type :: to have every function in that namespace?
JEdit and Python
Submitted by bbbbbb on Saturday, 4 March, 2006 - 10:16
Hello ,
Is it possible to use JEdit with Python?
I mean if it is possible to run Python scripts directly from JEdit.
Thanks
L
Treat c- as c++-files
Submitted by flowerjt on Friday, 3 March, 2006 - 13:08
Dear jEdit users, I want c-files to be exactly highlighted as c++-files without always changing buffer options. In v4.1final this was the case but after upgrading to v4.2final it is treated in a different way. Any suggestions?

Thanks
Another gratuitous testimonial for jEdit
Submitted by rowck001 on Friday, 3 March, 2006 - 02:00
Oh no!! not another rave about how good jEdit is!! Writing this here is probably preaching to the converted but IMO jEdit is simply the best platform for developing java applications I have found.

I use Linux on both my elderly Toshiba Notebook (600Mhz and 128Mb RAM) and a powerful desktop system (3Ghz and 1GB RAM) and jEdit is faaaaast and responsive even on the old laptop where Netbeans and Eclipse are out of the question with their bloated memory requirements. Even other java-written IDE's and editors run like a slug if you have less than 512Mb RAM. Adding project, ANT, Junit, Jindex and Jcompiler plugins give me a profesional, powerful environment to develop in java both for University projects and outside applications.

Love ya Slava et al .... and Linux and open-source!!!

Craig Rowlands
Will WSAD and other VM instance cause jEdit slow down?
Submitted by ianwu on Thursday, 2 March, 2006 - 03:49
Dear all,

I am doing some development with WSAD, and it is known that doing jsp editing on the WSAD is slow, since WSAD will launch its validator, and then do some wired things, which makes saving a JSP file taking longer than 30 sec.

My collegaues would use ultraedit to do editing and saving JSP. Me, being a fan of jEdit, would rather do JSP editing with my beloved jEdit. Unfortunately, I have noticed jEdit gets unusually slow, the CPU ultilization isn't high at all.

Could this be caused by WSAD also uses java VM to run? Will serveral VM running together compete for resources? Are there parameters that I could set in my javaw.exe when i launch jedit?

Ian
How to change line spacing?
Submitted by doublebacks on Wednesday, 1 March, 2006 - 06:13
Is there any way to change the spacing between lines in jEdit?
When I use a fontset containing Chinese font and English font, the line spacing is too big, where can I adjust it?

Best Regards.
User login
Browse archives
« July 2025  
MoTuWeThFrSaSu
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
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   109183
Context Free Art (*.cfdg)   0.31   46075
BBEdit scheme   1.0   18610
JBuilder scheme   .001   18511
ColdFusion scheme   1.0   18044
R Edit Mode - extensive version   0.1   17492
Advanced HTML edit mode   1.0   16226
Matlab Edit Mode   1.0   16089
jEdit XP icons   1.0   15248
XP icons for jEdit   1.1   14312