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.
External Help files, and Preview in Web Browser of active file :)
Submitted by Anonymous on Thursday, 15 January, 2004 - 03:28
Hello,
After a few hours of frustration, I've finally got external help files (launched from a toolbar), and preview in web browser (also toolbar buttons) setup and working perfectly.
The way I did it was to use the Console plugin and I wrote a macro that launches processes. For the experts, this is probably no big deal, but for us beginners, here is how I did it..
runCommandInConsole(view,"System","hh \"I:\\Reference\\[Web]\\php_manual_en.chm\"");
view.getDockableWindowManager().toggleDockableWindow("console");
This loads the HTML help compiler with the php manual.
How do I tell jEdit that files that end in .jpf are really .java files.
Submitted by Anonymous on Thursday, 15 January, 2004 - 17:27
My title about says it all. I would like to be able to tell jEdit that files that end in .jpf (and there are other association) are really .java files and apply the java formating and color coding.
Thanks.
can't get jedit working with panther mac os x
Submitted by Anonymous on Thursday, 15 January, 2004 - 18:18
Ever since i have panther jedit (4.1 final) doesn't work anymore.
I it start jedit it will open a very small window called untiteld1 also a small icon is opened in the dock, if i click on it, it disapears
Reinstalling won't work
I hope someone can tell me how i can get it working again
Print Selection
Submitted by Anonymous on Thursday, 15 January, 2004 - 19:27
It would be nice if a option were available in the print
dialog to print only the currently selected block of text.
Problems with jEdit and Swedish chars on Linux
Submitted by Anonymous on Friday, 16 January, 2004 - 15:40
Hallo!
I have installed jEdit on Debian Linux. But when I write swidish special chars the editor display a square insted of the char. How to fix it?
Get environment variable from Windows
Submitted by Anonymous on Friday, 16 January, 2004 - 16:13
I am not a java programmer, so I'm not sure where or how to do it, but is there a way to get an environment variable into a macro variable?
I would like to use environment variable %USERPROFILE% so that when I copy my .jedit folder to other computers that I use, all of my macros, and configurations work as they should on the other computers, seamlessly without modification.
Example macro:
user = "grymmjack";
quot = "\"";
prog = "hh";
file = "C:\\Documents and Settings\\" + user + "\\.jedit\\reference\\php.chm";
line = quot + prog + quot + " " + file;
runCommandInConsole(view, "System", line);
Bitmap font support
Submitted by Anonymous on Friday, 16 January, 2004 - 16:18
Not sure if this is a java issue or not, but it seems jEdit has no support for bitmap based fonts. It would be nice to have the .FON (under windows) bitmap type fonts supported since there are so many excellent programming fonts of this flavor.
Extending classpath for AntViz
Submitted by Anonymous on Friday, 16 January, 2004 - 18:30
I'm trying to figure out how to add a directory to the classpath that JEdit loads with. Couldn't find it in the help.
In particular, I'm trying to use AntVizPlugin but its failing because it doesn't understand some custom tasks that we've defined. If I can add the directory containing these task implementation classes maybe it would work.
Thanks
Default user name
Submitted by
Brad Mace on
Friday, 16 January, 2004 - 19:45
Should get default user name from system
Trouble installing on Windows
Submitted by Anonymous on Saturday, 17 January, 2004 - 03:30
Hi,
Having heard only good things about this editor, I've decided to try it out for myself.
Unfortunately, nothing I do seems to get it to install on my system. I'm running Windows XP, have installed Java VM (J2SE v 1.4.2_03), yet executing the jar file - either double clicking in explorer window or running from command line (tried "java -jar ..." and "javaw -jar ...") - results in error. I'm getting "Fatal exception" in windows or "Exception in thread "main" java.util.zip.ZipException: error in opening zip file" when using prompt.
Before I give up and try another editor, does anyone have a clue on how I can solve this?
complier plugin
Submitted by Anonymous on Saturday, 17 January, 2004 - 15:40
I installed jedit, it works fine. I have installed all the plugins but , jcomplier, jswat, jinni,headline,antalope, xptracker and navigator. I get this error message if I try to install any of these.
an I/O error occured(http://easynews.dl.sourceforge.net/sourceforge/jedit-plugin/jcomplier-1.5.0-bin.zip)"
How can I fix this, I really need the complier.
Thanks
selection start
Submitted by Anonymous on Saturday, 17 January, 2004 - 21:41
The only feature/behavior that I find missing or am unable to write a macro to do is to begin a selection with a keystoke and have that selection continue to grow and shrink as I move around in the file -- usually with remapped cursor keys (e.g., ctl-j, ctl-k, etc). The selection would 'end' when I operate on it -- copy, cut, write, etc. I have used CodeWright in the past, and it works this way -- and I have grown very accustomed to it. The only real difference between this behavior and the normal mode, is that it is not necessary to continue to hold down the SHIFT' key to expand or modify the selection. If there is a way to make this happen via a macro or other mechanism, please, please let me know. I hope this explanation clear enough.
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.