jEdit Community - Resources for users of the jEdit Text Editor
Archives
Mailsending from the Community-page works again
Submitted by Vampire on Friday, 29 July, 2005 - 09:36
I already wrote it to the Users-Mailinglist, but maybe not all are signed in there, so I write it here again.
I fixed the problem of the community-page not being able to send mails, which prevented new users from creating accounts and old users to request a new password because the mails didn't get to them.
So if you registered an account but never received the password-mail, just go to
Request new password and request a new one. And of course the same if you forgot your password and need a new one, even if you already tried it and didn't receive a mail. NOW it should send you the requested mail. Smiling
Flash Plugin
Submitted by Anonymous on Friday, 29 July, 2005 - 10:11
Give it a web based jEdit Version, where i can programm imploded flash or shockwave features use? i will change the structure of my website (Telefonkonferenz to write it complett in jEdit.
thanks
Submitted by Anonymous on Friday, 29 July, 2005 - 23:27
I would say thanks for the good informations at your site.

Nice Greetings from Germany
Mooncat
Problem typing the ^ character on Jedit 4.2
Submitted by m4rgin4l on Saturday, 30 July, 2005 - 02:55
I have a latin-american distribution keyboard (very similar to a spanish keyboard), and I can't type the ^ character (which is produced by typing AltGr+^, or AltGr+^^). Other characters that are typed the same way like ` work just fine. Any ideas?
dockable Search window
Submitted by cajetanus on Saturday, 30 July, 2005 - 12:42
I couldn't find this in any of the plugins.

Would it be possible to have the search dialog as a dockable item? For instance, it would be nice to have it on the right side, maybe with the hypersearch results beneath like in the file browser.

The current search dialog is a pain to use. It hides my text, doesn't disappear and is just plain annoying like all dialog boxes are. I like jEdit because almost everything can be put on the docks, and are instantly available when I want them. This search dialog seems to be the only exception. I know that there exists the search tool bar (which I now use almost exclusively, as I repeat, I AM SICK AND TIRED OF THIS STUPID SEARCH DIALOG - wow, glad to get that off my chest). However from this tool bar you cannot search directories. What do I need to do to have this option?

Also, it would be nicer if the multiple file search was a little faster. It seems to take forever on a regular expression...

Thanks for listening.
Delete empty and whitespace-only lines
Submitted by cosmicstars on Saturday, 30 July, 2005 - 13:24
Moin,

I want to clear my edited text for all lines which have
empty content e.g. white spaces or nothing and so on.

I can use find and replace to find an string and replace it,
but I havenot an idea to use an macro which will delete
these line if found the given string.

What is my fault?

e.g. in sed '/^\ .*$/d' will find all empty lines and
lines with spaces only and delete them.

MfG...
Pierre Berhardt
Access for anonymous Users restricted
Submitted by Vampire on Monday, 1 August, 2005 - 09:50
I had to delete dozens of Spam-Comments every day which were submitted by anonymous users, so I decided to not allow anonymous users to make forum-topics or post comments anymore. Now, as the mail-sending works again, everyone who wants to post can make a new or request a new password for his account.
I appologize for inconvenience, but anonymous users can still read and download all things, just not post.
For problems regarding registration on the community-page you can contact me directly via eMail Vampire@jEdit.org
Run_Script.bsh - Command not found: runInSystemShell
Submitted by Jeremy van Vlymen on Monday, 1 August, 2005 - 11:43
I am trying to run perl scripts in JEdit but the "Run_Script" macro fails as it reports it can't run the "runInSystemShell" command.

I am only running the Java 2 Runtime Environment Version 1.4.1 (from j2re-1_4_2_08-windows-i586-p-iftw.exe installation) not the Java SDK - does this matter?

How can I test if "runInSystemShell" is available?

Regards

JvV
webspace edit with jEdit - mobile solution for my usb-stick that i can work every place at the world
Submitted by seekXL on Tuesday, 2 August, 2005 - 11:59
Hello,

there is a possibility, this in the jEdit one can edit the files directly on the Webspace?

I have been of use for jEdit, thus very much as content, particularly the possibility of the interleaved opening and partitioning of several HTML files has moved for the change to jEdit but I would enjoy becoming a mini-version for me together with Knoppix on my USB embroider make and then feed the files on the Webspace out, directly from every place of the world flexibly for some time.

So right I still have found nothing there to or the point where this is perhaps possible, up till now stayed with me in secret, however.

Excused ask my broken English since I come from Germany do my best I to write it down as understandably as possible. sorry for misstakes - i do it better next time - a still learning process *smile*

I do use seekXL and Rammstein Music to this work and for my project create of web pages on jEdit.

thanks a lot for your help

seekXL
HDL Parser (HDLParser.jar v0.2 by Igor Lesik)
Submitted by curoles on Tuesday, 2 August, 2005 - 22:44
Now supports VHDL
Create Scratch Buffer (Create_Scratch_Buffer.bsh v1.0 by TeRanEX)
Submitted by TeRanEX on Tuesday, 2 August, 2005 - 22:52
a BeanShell macro script to rapidly create temporary buffers in a specified directory, using a random name for the buffer. When you bind a shortcut to it (by example CS+n) this allows you to easily create a buffer to take notes and still save it without having to think about a name/location (just in case your computer crashes). By using the Delete_Buffer.bsh macro you can delete the buffer as easily as you created it. (i'm not entirely sure if "scratchbuffer" is a good name for this kind of buffer. Better names are welcome :))
R syntax (r.xml v1.0 by Jose Claudio Faria)
Submitted by jcfaria on Thursday, 4 August, 2005 - 21:36
This file shows R language syntax like Tinn-R program.
Code completion of JavaScript i.e. document.writeln("Hey!");
Submitted by MarcMiller on Friday, 5 August, 2005 - 04:24
Code completion of JavaScript i.e. document.writeln("Hey!");
Hello all, I am a very poor speller, but still want to learn JavaScript. I am trying to get jedit to spell for me the words document by just typing "do" and then hitting ctrl + b and I do not get that choice in the drop-down window whether I try saving my file with the js extension or the html extension or even htm. I typically get the word "double" in the drop-down box and also the word "do". I can not get code completion to spell the word writeln it after I type "document." and then a "wr" followed by a ctrl +b. The computer at that point just beeps at me. I do not care if I can get AutoCode completion to work in a plugin or the main editor, as long as I can get it to work with my JavaScript. Please help.
Clipper plugin: reload clippings
Submitted by nickb on Saturday, 6 August, 2005 - 12:59
How does one reload Clipper's clippings without quitting and restarting jEdit?

Nick
Retaining variables between calls to a macro?
Submitted by stretch6555 on Monday, 8 August, 2005 - 12:18
Hi,

I'm writing a macro which, during its execution, creates a few variables. I'd like
to somehow save or retain these variables (and their contents) when the macro ends, so
that they can be referred to the next time I execute the same macro (or indeed some other
macro). Is this possible?

At first, I thought maybe I could declare the variables as 'static', but this doesn't seem
to work. I suppose another way of saving information between calls, might be to put
the data into some of the JEdit clipboard registers. Can someone suggest a good
solution to this problem?

Also, is there some class or method that my macro can call that will tell it what the
last key the user pressed was? And what about the last macro that was executed?

Any help would be most appreciated.


Thanks.
Retain selection
Submitted by bmiller on Monday, 8 August, 2005 - 13:41
It would be *very* handy if selections were retained after undo. In other words, if one were to select a block of text, cut/delete it, and then hit undo, the text would (obviously) be returned, and the selection of said text would also return, giving you a better idea of exactly what you had undone.
BufferList Enhancement Request: Get shortest directory location.
Submitted by Bradlis7 on Tuesday, 9 August, 2005 - 22:10
I have a request for the BufferList plugin. It's an awesome plugin and I use it all the time. I'd like for it to shorten the directory names to the common directory of all open files, and display that directory at the top or something. For example, my webpages are at "C:\Documents and Settings\Brad\My Documents\My Webpages\wboots" and can be shortened to "~\My Documents..." with the replace occurences of user directory option, but it still seems a bit long. Some of my pages are at "~\My Documents\My Webpages\wboots\includes" and it runs off of the screen. I like for the list to take up the least amount of space, so I never have it where I can see the whole line.
Stupid question about icons
Submitted by sinebubble on Wednesday, 10 August, 2005 - 05:44
I'm trying to change gray/blue/white default jedit icon that appears on XP in the Taskbar and in the upper left corner of the application window. I have created a customicons.jar in .jedit/jars containing jedit-icon.gif, to replace the default, and have the appropriate startup script. Still, I cannot change this icon. Any ideas for resolution?
Difficulties to launch jedit
Submitted by christophGille on Wednesday, 10 August, 2005 - 10:38
I would like to launch jedit from my application using something like
org.gjt.sp.jedit.jEdit.main(new String[]{f.getAbsolutePath()});
What I get is
AWT-EventQueue-0: Exception in thread "AWT-EventQueue-0"
[error] AWT-EventQueue-0: java.lang.NullPointerException
[error] AWT-EventQueue-0: at org.gjt.sp.jedit.Buffer.markTokens(Buffer.java:2165)
[error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.ChunkCache.lineToChunkList(ChunkCache.java:760)
[error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.ChunkCache.updateChunksUpTo(ChunkCache.java:635)
[error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.ChunkCache.getLineInfo(ChunkCache.java:244)
[error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.ChunkCache.getScreenLineOfOffset(ChunkCache.java:70)
[error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.JEditTextArea._finishCaretUpdate(JEditTextArea.java:5187)
[error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.JEditTextArea.finishCaretUpdate(JEditTextArea.java:5377)
[error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.JEditTextArea.setSelection(JEditTextArea.java:1629)
[error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.JEditTextArea.selectNone(JEditTextArea.java:1600)
[error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.JEditTextArea.setBuffer(JEditTextArea.java:318)
[error] AWT-EventQueue-0: at org.gjt.sp.jedit.EditPane.setBuffer(EditPane.java:105)
[error] AWT-EventQueue-0: at org.gjt.sp.jedit.View.setBuffer(View.java:995)
[error] AWT-EventQueue-0: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3454)
[error] AWT-EventQueue-0: at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
[error] AWT-EventQueue-0: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

A jedit frame is opened but does not work properly

My current work around is to start java via Runtime.exec. It which works but
is a wast of resources because a new virtuel java machine is created.

Can somebody please help me solving this problem,
Many thanks

Christoph
User login
Browse archives
« July 2005 »
MoTuWeThFrSaSu
 
1
2
3
4
5
6
7
8
9
13
15
16
18
22
23
24
25
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   108249
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