Plugin central updates - 1 new, 6 updated
Submitted by
slava on
Wednesday, 4 May, 2005 - 06:44
A new batch of
plugin updates is now out, with a new plugin, PerlSideKick, and six updated plugins, BufferList, BufferTabs, EditorScheme, Factor, FTP Highlight. You can read the
updates page for details.
OSX Tiger breaks Mac integration?
Submitted by
justin_vt on
Wednesday, 4 May, 2005 - 14:54
Is it only me, or does the Mac integration plugin no longer work properly under Tiger? My Mac-style menu bars are gone!
Trouble with "HTML Suggests" and Xinsert
Submitted by Anonymous on Wednesday, 4 May, 2005 - 14:54
Hi,
I've been using JEdit for a while, so as to develop websites in xHTML/CSS. I encounter 2 bugs : On a HTML sheet, there's no more "HTML Suggets" (soory, don't know the english name, u know, when u type a "<", it suggests the rest), whereas it works on new sheets. The second bug is with Xinsert : it doesn't insert the macro, but the name of the macro. nothing changed in the xml files...
Anyone may help ? Thx
Console: how do you escape double quote?
Submitted by Anonymous on Wednesday, 4 May, 2005 - 16:21
The system console for windows eats double quotes. Can't use commands that require them, such as the find command, e.g. find "XYZ" *.html.
find NEEDS them.
Any suggestions?
Console: how do you escape double quote?
Submitted by Anonymous on Wednesday, 4 May, 2005 - 16:22
The system console for windows eats double quotes. Can't use commands that require them, such as the find command, e.g. find "XYZ" *.html.
find NEEDS them.
Any suggestions?
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.