Some MacOSX (Panther) issues
Submitted by Anonymous on Wednesday, 7 January, 2004 - 16:38
Since 4.1 final the key command "Command-," which usually calls the incremental search opens up the preferences.
Also, as someone before stated, some accents like ~ or ^ do not appear with international keyboards.
Any ideas to solve these problems on Panther?
Thanks!
Trouble Installing on RH9
Submitted by Anonymous on Wednesday, 7 January, 2004 - 23:40
Can someone help me set my JAVA_HOME variable? I'm running RH9. I've been through the FAQs, a couple of web pages, and I'm not having much luck. Will I need to set the path in one of my command prompt files, or in /usr/bin/jedit?
Thanks In Advance,
Chris Leonard
Move Line Down (Move_Line_Down.bsh v1.0 by Lee Turner)
Submitted by
lturner on
Thursday, 8 January, 2004 - 11:45
Beanshell macro to move a line down by one line.
Move Line Up (Move_Line_Up.bsh v1.0 by Lee Turner)
Submitted by
lturner on
Thursday, 8 January, 2004 - 11:47
Beanshell macro to move a line up by one line.
Delete Blank Lines (Delete_Blank_Lines.bsh v1.0 by Lee Turner)
Submitted by
lturner on
Thursday, 8 January, 2004 - 11:54
Beanshell macro to delete all blank lines from a buffer. In this case a blank line a taken as a line with no characters on it (not even whitespace characters).
Insert Blank Lines (Insert_Blank_Lines.bsh v1.0 by Lee Turner)
Submitted by
lturner on
Thursday, 8 January, 2004 - 11:55
Beanshell macro to insert blank lines into a buffer.
Tweaking ProScroll for a newbie
Submitted by Anonymous on Friday, 9 January, 2004 - 19:21
Slava,
Using the ProScroll applet, how can I make text run continuously?
Nbaird@netzero.com
need cscope
Submitted by Anonymous on Friday, 9 January, 2004 - 20:12
I need a cscope-like feature. Cscope generates a list of all references to a symbol (like calls to a function, uses of a constant, references of a global, etc.) and puts it in a file. Then when you want to see all users of that symbol, it looks it up really fast. This replaces "search files" or "find in files" brute force searches which can take a really long time. Note it does not replace ctags. You use them both. VI users already get this though I do not want to use VI.
Are there any plug-ins that work like this? Any on the way?
Thanks.
Antialiasing
Submitted by Anonymous on Saturday, 10 January, 2004 - 14:51
Antialiasing is in the texte area is great, but the rest of the interface is not. Could this be implemented or is there a way to turn it on ?
Uninstalling Lazy 8 Ledger
Submitted by Anonymous on Saturday, 10 January, 2004 - 19:08
I have tried out the Lazy 8 Ledger which came as a package on jEdit.
The Ledger does not suit my needs but I would like to use jEdit.
I have uninstalled Lazy 8 Ledger/jEdit completely and installed jEdit version 4.2pre6
Still jEdit comes up as "jEdit - Lazy 8 Ledger" with "DataEntry" "Report" "Advanved" as first (unactive) menu-items.
I have looked everywhere but cannot find where this setting can be removed.
Can anyone help me?
Avatar not uploadable
Submitted by
Quadsk8 on
Saturday, 10 January, 2004 - 19:31
Just registered, thanks for having me, tried to upload an Avatar, got error-message:
Failed to upload the avatar image; the webserver has no write permission to the 'misc/avatars/' directory.
Keep up the good work!
jedit command line usage under OSX Panther
Submitted by Anonymous on Saturday, 10 January, 2004 - 22:32
Does anybody know how to use the command line under OSX?
ex: sudo jedit /etc/httpd/httpd.conf
OSX Panther
Java 1.4.1
jEdit 4.2pre8
thanks very much
Manuel
Jabber Client
Submitted by
eargh on
Monday, 12 January, 2004 - 07:56
I juz wonder if there are any plans to include a client for Jabber.. maybe a plugin that can be docked on the side panels...
maybe can display contacts on the side panel, then open new windows for message???
Connect to DB in separate thread
Submitted by
Brad Mace on
Monday, 12 January, 2004 - 19:26
Connecting to a database should happen in a separate thread so that jEdit isn't locked up if a server is slow or down.
Newbie here, need to edit Java Based internet game
Submitted by
DrSagan on
Tuesday, 13 January, 2004 - 05:37
im kinda a newbie..... well.... i take that back... i AM a newbie at jEdit.... but i want to edit stuff on this game..... its called runescape (found at runescape.com) but i dont know how to use jEdit, being a newbie and all..... any help you have send to Mr_Sagan@hotmail.com
thx
-SAGAN
VB Script Commando File (vbscript.xml v0.1 by Nathan Jones)
Submitted by
NathanJones on
Tuesday, 13 January, 2004 - 10:43
A simple VB Script commando file. This will allow the current buffer to be run in the windows scripting host.
OpenIt Plugin (OpenIt-Plugin-1.03-binary.zip v1.03 by Matt Etheridge)
New OpenIt Plugin Version 1.03
* New "substring matching" functionality - if this configurable option is activated, any filename that contains this string will be found (previously the file was only found if the filename started with the specified string).
Free Book Reader for Mobile Phones by TequilaCat
Submitted by
tequilacat on
Wednesday, 14 January, 2004 - 13:03
This program (book reader) was written in JEdit. I'd like to express sincere thanx to Slava Pestov for this tool.
Text Squeezer (Squeeze_Empty_Lines.bsh v1.01 by tequilacat)
Submitted by
tequilacat on
Wednesday, 14 January, 2004 - 13:39
This macro is an improvement of standard "Join Lines" function.
-
When there is no selection in buffer, it joins current line and next NON-empty line, removing any whitespace content between them.
-
If some text is selected, all empty lines within selected regions are removed.
Decompilation Issues
Submitted by Anonymous on Wednesday, 14 January, 2004 - 16:01
I'm not sure if this is a specific plug-in or jar files problem but here is the scenario.
Using jEdit (I used jEdit 4.0.3 and jEdit 4.2pre8) with the Java Insight plug-in... I added a jar added through Java Insight by right clicking on the All Packackes with the Add Archives.. menu item. After adding the class, it shows up properly...then right click and selected "Decompile with Jode"..and after doing so, it seems to lock freeze the program. It looks like it could be a memory or cpu usage issue but I'm not sure on this. It seem to be more apparent in the 4.0.3 and less so on the 4.2pre8.