jEdit Community - Resources for users of the jEdit Text Editor
Archives
possible? Repeat last command in the console and return the focus to the text area?
Submitted by Anonymous on Saturday, 22 January, 2005 - 00:54
I mapped the F5 key to run the last command in the console plugin. It's almost perfect for debuging python programs. It would be perfect if the focus remained where it previously were.

Any macro or simple way to change the plugin to do this?

If it can be done with macros i'd even try to make a jython one. Just need some directions.

Thanks
Java-syntax braces formatting
Submitted by Anonymous on Saturday, 22 January, 2005 - 01:17
Is there any plugin to format Java code like this:
function f(int a) {
    if (a > 0) {
        System.out.println("xxx"); } }
Note the right braces on the same line as the last statement in blocks. (It's the Python style!)
Question about the console plugin
Submitted by william on Saturday, 22 January, 2005 - 03:45
Is there any variable of the console plugin to get the filename without the extension? (e.g. If the filename is HelloWorld.cs is there any variable to get HelloWorld ?) I can only find $f for the full path and $n for filename with extension

thanks
Dual monitor woes win2k
Submitted by Anonymous on Saturday, 22 January, 2005 - 11:40
Dear all,

let me first give kudos to the developers of jedit. I did not touch vim ever since I came accross it half a year ago. (Ok, expect on shh remote shell that is ). _Really_ handy all purpose thingy!

Thanks to this thread http://community.jedit.org/?q=node/view/1651 I was succesfuly able to resolve some issues related to slow scroll speeds when starting jedit on the second monitor. (However, as this is my favorite one while the first mainly serves as documentation browser, I start jedit on the first, move it to the second. I could not find s.th. similar to the POWERPLAY tweaks mentioned in above thread.)

Now, here is my problem:
Every time I would launch a dialog ("file open, search etc.) jedit "forgot" the settings for position and size and squeezes the boxes in the horizontal direction. This only happens when using the second monitor, running on the first works fine.
Has anybody some advise for this? I could not find anything in FAQ/Bugrep./Forums, and maybe it's just a too exotic behaviour to file a bug report for this.
My setup:
- ATI Radeon 9600
- Catalyst 04.9
- 2 x 1280 x 1024

Thanks for any hints,
Jakob
qusestion about compile
Submitted by Anonymous on Saturday, 22 January, 2005 - 13:00
After installing the console plugin how to use the mean item "compile current buffer" in the plugins->console menu. A message box said "There is no compiler associated with this buffer. You can specify compilers on a mode-specific basis in the Utilities -> gobal Options dialog box." But I should go to which sub meun of "gobal option"? I guess it should be "editing" but I can't find related option. Can anyone tell the detail step to set that?
thanks
Saving state in comando files ?
Submitted by cls on Saturday, 22 January, 2005 - 13:31
Hi all,

Is it possible to save state in comando files,
so the options and fields are saved and
reappear at the next invocation of the comando ?

Regards,
Is there any plugin for debuging?
Submitted by Anonymous on Sunday, 23 January, 2005 - 02:57
Is there any plugin for debuging, I mean the feathure of stepover, stepin, stepout,
add watch,break point, etc?
can jedit be made as a green software?
Submitted by Anonymous on Sunday, 23 January, 2005 - 09:10
I found that the files of jedit are located in ~/.jedit and the install directory. But a problem occurs when I use jedit in my school. After I logout the computer will reset everything of the computer including the home directory. So the setting is lost. Is it possible to make jedit place everything inside the install directory?
can the buffer switcher bar be customed?
Submitted by Anonymous on Sunday, 23 January, 2005 - 09:24
Since there are plugin for switching between buffer, if we use those plugin and the buffer swicher bar is always there I think it wasted the screen space. I suggest the buffer switcher can be customed to be enable and disable.
A Console Commando should remember its settings
Submitted by Sasq on Monday, 24 January, 2005 - 07:46
It would make my life much easier if the the variables you change in the Commando GUI to execute a command was remembered between invocations - it takes time to (for instance) change from Release to Debug or changing the make rule every time you compile your project.
C-COMMA under MacOS
Submitted by kh on Monday, 24 January, 2005 - 12:11
I am pretty new to jEdit, so I might be missing something basic. According to the manual and the shortcut panel in "Global Options". C-COMMA should activate the incremental search bar. But what it does on my Mac is open the Global Options panel. This is probably related to C-COMMA being the Mac default shortcut for "preferences", but then jEdit seems to get around most of the other default shortcuts, so why not this one?
Weird undo?
Submitted by Anonymous on Monday, 24 January, 2005 - 13:08
Does anyone else think that jEdit 4.2 has pretty weird undo? E.g. I type text:

Brown fox has red nose.

Then I copy "Brown fox" to clipboard and paste it to look like this:

Brown fox had red nose. Brown fox

And then I fire undo.

Expected result:

Brown fox had red nose.

Real result:

(all removed)

Pretty weird Smiling

-M. Turunen
actually what the jedit installer does?
Submitted by Anonymous on Monday, 24 January, 2005 - 14:32
Is it just unzip the files to the user choosed install directory?
PHPParser 1.1.0 Breaks HTML tag completion in PHP files
Submitted by Anonymous on Monday, 24 January, 2005 - 22:37
After updating to PHPParser 1.1.0, jEdit 4.2final will not do HTML tag completion in PHP mode. I manually downgraded ErrorList to 1.3.1, SideKick to 0.3.1, and PHPParser to 1.0.2. Everything began working again as expected.

So I decided to manually update the plugins one at a time to see which of the recent plugin updates broke this (much desired) functionality. So I upgraded them in the following order:

ErrorList to 1.3.2 => OK
SideKick to 0.3.2 => OK
PHPParser to 1.1.0 => BROKEN

Perhaps it's the combination of the 2 or 3 of them together. But ErrorList 1.3.2, SideKick 0.3.2, and PHPParser 1.0.2 all play together nicely.
can jedit add debugging feathure?
Submitted by Anonymous on Tuesday, 25 January, 2005 - 00:15
I mean the feathure of step over, add watch, break, etc.
If I use command line to start jedit....
Submitted by Anonymous on Tuesday, 25 January, 2005 - 12:35
If I use command line to start jedit, is it possible to close the command promt automatically after jedit started?
Using EVAL to make Commando definitions remember its variables/settings ?
Submitted by Sasq on Tuesday, 25 January, 2005 - 13:50
I'm trying to make a Commando files remember it's settings instead of setting the same default value each time.
Instead of this:
<ENTRY LABEL="Custom rule name" VARNAME="ruleName" DEFAULT="all"/>
I want something like this:
<ENTRY LABEL="Custom rule name" VARNAME="ruleName" EVAL="if(ruleName != null) ruleName else "all" "/>
(except the last one obviously doesnt work). Any suggestions?
Search for whole word only?
Submitted by Anonymous on Wednesday, 26 January, 2005 - 22:31
It would be VERY nice if I could easily search just for a string that is an entire word, and not possibly embedded in another word. For instance, in this mode, searching for 'it' should not match the word 'hit', just the word 'it'. Other editors (UltraEdit, NEdit) have a button called 'whole word only' or some such, on their search dialog. As it is, in jedit, I have to use a regular expression, and surround the word with \b characters.
Cannot install plugins.
Submitted by Anonymous on Thursday, 27 January, 2005 - 04:47
Hi there,

I tried to install JEdit 4.2pre.15 on a Win2k box.

This is the Java version that I run :
C:\Documents and Settings\Administrator>java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode, sharing)

And this is the error message that I have when I try to get plugins:
Could not download the plugin list.
(java.net.UnknownHostException: plugins.jedit.org)

I have obviously access to the net, because I can send you a message Smiling
And I have no proxy..

I also tried with a 4.2 and I get the same error message..
Delete of directories in VFS file browser
Submitted by Anonymous on Thursday, 27 January, 2005 - 12:26
The VFS file browser does not allow me to delete non empty directories. I very useful feature would be if jedit could ask if I would like to delete the directory including its content. Current error message I get is: "The following I/O operation could not be completed: Cannot delete file."
User login
Browse archives
« January 2005 »
MoTuWeThFrSaSu
 
2
15
16
 
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