Getting off the docking strip
Submitted by Anonymous on Friday, 6 May, 2005 - 19:51
Please, would it be possible to switch off the docking strip? I don't want to see it (the panel) anymore. For better explanation, see http://community.jedit.org/?q=node/view/2273
Extending the UNDO function
Submitted by Anonymous on Friday, 6 May, 2005 - 22:59
Whenever I'm typing a line of text, and I realize that I made a typo, I'm used to hitting and/or holding CTRL-Z to undo the letters I've just typed until I get to my error. But when I hit CTRL-Z, it un-does the entire line. Some might say to just use the backspace, because that's what it's there for. So then I press/hold the backspace and sometimes I end up erasing too many chars. So I press CTRL-Z again, and it'll rewrite all the text I just erased. I guess the solution to that is, don't mess up. But if I could do that, I wouldn't need an undo function.
Anyway, is it possible to add an option that simplifies the undo function to undo the last basic action/keystroke?
Extending the UNDO function
Submitted by Anonymous on Friday, 6 May, 2005 - 22:59
Whenever I'm typing a line of text, and I realize that I made a typo, I'm used to hitting and/or holding CTRL-Z to undo the letters I've just typed until I get to my error. But when I hit CTRL-Z, it un-does the entire line. Some might say to just use the backspace, because that's what it's there for. So then I press/hold the backspace and sometimes I end up erasing too many chars. So I press CTRL-Z again, and it'll rewrite all the text I just erased. I guess the solution to that is, don't mess up. But if I could do that, I wouldn't need an undo function.
Anyway, is it possible to add an option that simplifies the undo function to undo the last basic action/keystroke?
Can't install/upgrade plugins
Submitted by Anonymous on Saturday, 7 May, 2005 - 01:13
I have just tried to update two plugins: BufferTabs and Editor Scheme, and the updates failed to install ("I/O error: error opening ZIP file"). Not only can I not update any plugins, but I have also lost the old versions, and I cannot re-install them.
Anyone else having this problem recently?
Glob should have an "AND" operation
Submitted by
Bradlis7 on
Saturday, 7 May, 2005 - 03:55
I was just messing around with glob, and there's no way to have an AND search. For example, if I do "{*.*, !{*.jpg, *.gif}}" it returns everything, even jpg and gif files. This example is kind of pointless, because you can do it without *.*, but I would like to see a way to do this. Another example, if I wanted to filter files that had "ca" in it but not image files, I don't think it's possible. "{*ca*.*, !{*.jpg, *.gif}}" would not exclude images. Maybe it could be "{*ca*.* + !{*.jpg, *.gif}}" or just use "AND".
If no one else thinks so, it doesn't really matter to me. It's just my 2 cents.
Problem with a Ansi To Oem macro
Submitted by Anonymous on Saturday, 7 May, 2005 - 18:53
I am trying to make a macro of conversion ANSI for OEM, and OEM you the ANSI.
The macro works in ANSI to OEM, but does not work ANSI to OEM.
Somebody could help me. the macro is basically this.
Sorry my english.
boolean bAnsiToOem = true;
String[] Ansi = {"â","Â","à ","À","�","ã","Ã","á","ê","Ê","è","é","É",
"Ã","Ã?","õ","Õ","ô","Ô","ó","Ó","ü","Ü","ú","Ú","ç","Ç"};
String[] Oem = {"ƒ","¶","…","·","µ","Æ","Ç"," ","ˆ","Ò","Š","‚","?",
"¡","Ö","ä","å","“","â","¢","à ","?","š","£","é","‡","€"};
if(Ansi.length != Oem.length) {
Macros.error(view, "Erro na codificação Ansi ou Oem");
return;
}
for( i=0; i < Ansi.length; i++ ) {
SearchAndReplace.setBeanShellReplace(false);
SearchAndReplace.setIgnoreCase(false);
SearchAndReplace.setRegexp(false);
SearchAndReplace.setSearchFileSet(new CurrentBufferSet());
SearchAndReplace.replaceAll(view);
if(bAnsiToOem){
SearchAndReplace.setSearchString( Ansi[i] );
SearchAndReplace.setReplaceString( Oem[i] );
}else{
SearchAndReplace.setSearchString( Oem[i] );
SearchAndReplace.setReplaceString( Ansi[i] );
}
}
How change Token Types of keywords?
Submitted by
a992400 on
Saturday, 7 May, 2005 - 22:08
I'm using version 4.2final to edit a CSS file, and I see that a few of the CSS keywords (e.g., "top") are not being colored like most of the other keywords (e.g., "background-color"). I assume that is because some are considered to have Token Type of "KEYWORD1" while others are "KEYWORD2". Where in jEdit can I change the Token Types of keywords?
JEdit hangs after splash screen Mac Os X 10.3.9
Submitted by Anonymous on Saturday, 7 May, 2005 - 23:07
Hi,
I'm trying to run jEtid on my Mac however it does not work. I've tried to install Security Update for Javaj 2005-02 but it did not work neither. Haven't anybody experienced the same problem?
Macro usage
Submitted by Anonymous on Sunday, 8 May, 2005 - 13:16
How to run a macro for all opened files.
Xalan-XSLT Processor
Submitted by Anonymous on Monday, 9 May, 2005 - 15:01
Hi guys i am a fairly new comer to using jedit. i was following the tutorial host by ammai.com when using XSLT Processor i get this error while following the tutorial..
Transformation failed to complete Reason:javax.xml.transform.TransformerException:org.xml.sax.SAXParseException: The processing instruction must begin with the name of the target.
I am following the tutorial to the letter can anyone tell what to do or tell me what the problem is?
windows file associations
Submitted by Anonymous on Tuesday, 10 May, 2005 - 23:19
How do the windows file associations get set for jedit? I don't want jedit to open my .dsw files.
CSS Editor : changing template
Submitted by Anonymous on Wednesday, 11 May, 2005 - 15:08
Hi
I'm using CSS Editor. Where can I change the style of the result I obtain ? I mean, CSS Editor writes the CSS element on several lines, whereas I'm used to present my CSS on one only line per element.
Thx
Better webhosting and message boards needed!
Submitted by Anonymous on Thursday, 12 May, 2005 - 19:05
jEdit is great editor. But it has awfull website. It is incredible slow, still failures. When I try to view message board, I give up after while because I do not have time to wait minutes for few pages to display.
Message boards aren't better too. They are full of spams (e.g. http://community.jedit.org/?q=node/view/1733), when people try to increase their pagerank by linking to their sites. They are not well-aranged, etc etc!
How about moving to any better webhostig (e. g. sourceforge.net, or trying to get sponsored hosting) and impoving message boards?
REQUEST - General CODE completion via TAGS and editmode xml data
Submitted by
wrongway on
Friday, 13 May, 2005 - 11:12
Greetings you wonderful jedit coders and hackers. I write today with a feature request ... General CODE completion via TAGS and editmode xml data...
I see many people asking for code completion for various langs, and I feel a simple implementation via the TAGS file, and modes.xml data, can work for a whole slew of langs.
Basically have a shortcut (ie ctrl+space) that would grab the previous word, and check for matches in the tags and the editmode xml data, showing a popup with the list of matching keywords for completion.
It seems like it would be a fairly easy plugin for an experienced jedit hacker.
Thanks in advance..
WrongWay
Copying Jedit with Plugins and Configuration From One Machine to Another
Submitted by Anonymous on Saturday, 14 May, 2005 - 14:15
Hi,
I have the following dilemma. I am currently using jEdit with several plugins on my Linux machine. I want to use jEdit on a Sun machine that has no internet access. I can take a CD with me and take the jar file but I was wondering if I could take all the plugins and settings that I have on my Linux machine with me. Is this possible? If so, how would I go about doing so? Thanks for your time.
Unable to start Jedit under winXP
Submitted by Anonymous on Monday, 16 May, 2005 - 16:40
Hi to all!
I set up and started properly jedit on my notebook (wXP - sp1 - Java:Runtime Env. Stand.Ed 1.4.2_01) but I waws unable to make it run with my other computer:
wXP-sp1-java:1.4.2_08).
It hangs at the end of the progress bar run on the splash screen.
Here are the lines around the first error in the activity log:
**************
[message] BeanShell: Running script C:\Program Files\jEdit\startup\startup.bsh
[debug] String: BeanShell interpreter version 2.0b1.1-jedit-1
[debug] EditBus: BufferUpdate[what=LOAD_STARTED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)]
[debug] EditBus: BufferUpdate[what=CREATED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)]
[error] GUIUtilities: java.lang.NullPointerException
[error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source)
[error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source)
[error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities.java:790)
[error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:888)
[error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:864)
****************
thank for help
Mehmet Okonsar
pianist-composer
www.okonsar.com
mehmet@okonsar.com
Unable to start Jedit under winXP
Submitted by Anonymous on Monday, 16 May, 2005 - 16:47
Hi to all!
I set up and started properly jedit on my notebook (wXP - sp1 - Java:Runtime Env. Stand.Ed 1.4.2_01) but I waws unable to make it run with my other computer:
wXP-sp1-java:1.4.2_08).
It hangs at the end of the progress bar run on the splash screen.
Here are the lines around the first error in the activity log:
**************
[message] BeanShell: Running script C:\Program Files\jEdit\startup\startup.bsh
[debug] String: BeanShell interpreter version 2.0b1.1-jedit-1
[debug] EditBus: BufferUpdate[what=LOAD_STARTED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)]
[debug] EditBus: BufferUpdate[what=CREATED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)]
[error] GUIUtilities: java.lang.NullPointerException
[error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source)
[error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source)
[error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities.java:790)
[error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:888)
[error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:864)
****************
thank for help
Mehmet Okonsar
pianist-composer
www.okonsar.com
mehmet@okonsar.com
Unable to start Jedit under winXP
Submitted by Anonymous on Monday, 16 May, 2005 - 16:48
Hi to all!
I set up and started properly jedit on my notebook (wXP - sp1 - Java:Runtime Env. Stand.Ed 1.4.2_01) but I waws unable to make it run with my other computer:
wXP-sp1-java:1.4.2_08).
It hangs at the end of the progress bar run on the splash screen.
Here are the lines around the first error in the activity log:
**************
[message] BeanShell: Running script C:\Program Files\jEdit\startup\startup.bsh
[debug] String: BeanShell interpreter version 2.0b1.1-jedit-1
[debug] EditBus: BufferUpdate[what=LOAD_STARTED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)]
[debug] EditBus: BufferUpdate[what=CREATED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)]
[error] GUIUtilities: java.lang.NullPointerException
[error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source)
[error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source)
[error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities.java:790)
[error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:888)
[error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:864)
****************
thank for help
Mehmet Okonsar
pianist-composer
www.okonsar.com
mehmet@okonsar.com
Unable to start Jedit under winXP
Submitted by Anonymous on Monday, 16 May, 2005 - 16:50
Hi to all!
I set up and started properly jedit on my notebook (wXP - sp1 - Java:Runtime Env. Stand.Ed 1.4.2_01) but I waws unable to make it run with my other computer:
wXP-sp1-java:1.4.2_08).
It hangs at the end of the progress bar run on the splash screen.
Here are the lines around the first error in the activity log:
**************
[message] BeanShell: Running script C:\Program Files\jEdit\startup\startup.bsh
[debug] String: BeanShell interpreter version 2.0b1.1-jedit-1
[debug] EditBus: BufferUpdate[what=LOAD_STARTED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)]
[debug] EditBus: BufferUpdate[what=CREATED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)]
[error] GUIUtilities: java.lang.NullPointerException
[error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source)
[error] GUIUtilities: at java.util.StringTokenizer.(Unknown Source)
[error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities.java:790)
[error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:888)
[error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities.java:864)
****************
thank for help
Mehmet Okonsar
pianist-composer
www.okonsar.com
mehmet@okonsar.com
ClearType on Windows
Submitted by Anonymous on Sunday, 10 July, 2005 - 18:47
ClearType antialiasing available on Windows is a lot better than jEdit's font smoothing. I have noticed that Eclipse, which I believe to be written in Java as well, and which I run on the same JVM, uses Windows' font smoothing. It would be great if jEdit allowed for this option.