How can I change the color/background of the Filebrowser ?
Submitted by
leobm on
Tuesday, 31 January, 2006 - 11:42
How can I change the color/background of the Filebrowser ?
thanks,
Felix
How can I change the color/background of the Filebrowser ?
Submitted by
leobm on
Tuesday, 31 January, 2006 - 11:42
How can I change the color/background of the Filebrowser ?
thanks,
Felix
Option to store temp-files in a specific folder?
Submitted by
DJ Hix on
Monday, 30 January, 2006 - 10:17
Hello!
I searched in the forum and looked through the options of jEdit, but i couldn't find an option in jEdit to select a path where it stores it's [filename]~-tempfiles.
Did i just missed the option or should i post this in the feature-requests forum?
DJ Hix
Error Downloading Plugins
Whenever I attempt to download a new plugin, jEdit displays the following error message:
an i/o error occurred(no route to host: connect)
Before posting here, I tried to search for similar problems in the forum. The only message I found included a suggestion to configure jEdit to use a proxy, if the user was using a proxy. But I am not, so I am hoping someone has some other advice.
I can see the list of plugins, so it seems to me that I am able to connect to some list on a server somewhere. The progress bar runs to approx 50% and then displays the error message.
Thanks in advance.
Ctrl-Arrow stop on underscore
Submitted by
MasTRE on
Monday, 30 January, 2006 - 03:16
Is there a way to make jEdit stop on underscores (_) when one uses Ctrl-Arrow (left or right)?
Considering jEdit instead of Arachnophilia - FTP Uploader
I've been using Arachnophilia for years as my primary IDE for web development. I love the way it's toolbars, macros, and menus are totally configurable.
However, I'm developing a tag/function completion tool that will work in any text editor, so I don't need my custom-built Arachnophilia menus and toolbars as much any more. And I'm wondering if there's another editor out there that will serve me better.
Is there any kind of site upload tool/plugin for jEdit? Something that will detect all changed files in a directory structure and upload them to the correct location on the site.
delete column
Submitted by
amwt on
Friday, 27 January, 2006 - 08:28
How do I delete the leftmost column, 1 character wide, from selected lines? I often need to strip ">" quote marks from messages forwarded to me. In bbedit, I use "decrease quote level". Thanks.
How do I make jEdit respect system defaults for scrollwheel? Or just change the behaviour?
Submitted by
Denyer on
Wednesday, 25 January, 2006 - 18:25
Holding down shift to scroll a page isn't intuitive when no other app does it. Is there any way to either force jEdit to scroll a page by default, or reverse the modifier -- i.e. to hold down shift for a three-line scroll, whilst making jEdit respect the default.
Scrolling works fine in all other windows in jEdit, it's just the editor one that's causing a problem.
Thanks in advance for any suggestions, even if it's only "look in the source code and switch these lines around". It's equally likely I've missed something really obvious in an options window or not found a config file.
Regards,
Stu.
Compiling and running a program.
Alright, I've searched the forums and this question has been asked before, but the answerd givin did not help me.
I can compile a Java program with ANT Farm, but I can not run the program. This is just one single java file that I am trying to run. I've tried hitting the running man icon, but it gave me an error even though I had no bugs when I compiled the file.
Please help
PS I would really enjoy if someone put all the steps needed to run a program starting right after writing a program.
Can't start Antelope plugin
Submitted by
ccapeng on
Monday, 23 January, 2006 - 15:24
I just instealled the latest antelope plug in from http://antelope.tigris.org/.
I got warning like
"Error starting Antelope:
org.apache.tools.ant.helper.AntXMLContext.setCurrectTargets(Ljava/util/Map;)V
Usually this can be fixed by reatring jedit."
However, when I restarted my jedit, this warning was coming up again.
Any idea?
JavaDebugger
Whenever I try to load JavaDebugger (v1.4) it keeps on coming up with an error saying that I need to install JDK 1.3 or later but I have JDK 1.5 on my computer and I thought I had set the JavaDebugger up correctly so does anyone have any idea what might be going wrong? I have tried deleting and reinstalling both the Javacore and JavaDebugger plugins with no success.
Thanks
Steve
More complex text-processing launched like "Abbreviations"?
Submitted by
Axel on
Saturday, 21 January, 2006 - 09:54
Hello,
is there a way to start Macros like "Abbreviations", I mean by typing a keyword and when pressing the Spacebar, the Macro will be executed?
What I would like to do is to type a keyword, pressing Spacebar, and something more complex textprocessing than what actually can be done with the Abbreviations is executed.
Maybe, the "templates"-plugin could do it, but when typing a normal word, which does _not_ represent a keyword, always a "warning"-message is launched.
Or, will something like this be available in the next jEdit Version? (I'm using 4.2final now.)
Axel
(Email: forum.jedit3.a99@dfgh.net)
HTML editing help?
Submitted by
Axel on
Saturday, 21 January, 2006 - 09:52
Hello,
I'm looking for add-ons for jedit, which help creating/editing HTML-Files with jEdit; for example: "Abbreviations"-File, Macros or Plugins.
I know of the plugins from http://plugins.jedit.org/list.php?category=4 , but what I'm looking for are more "fundamental"/simple things.
Does anybody know something like this?
Axel
(Email: forum.jedit2.a99@dfgh.net)
HTML Tree plugin
Submitted by
premek_zak on
Friday, 20 January, 2006 - 20:51
Hello,
I'm searching for a plugin(?), that makes something like tree in HTML file (it links <div>s, so it's impossible to forget to close it. I'm sure that it exist (i've seen it on some screenshot), but I don't know name of the plugin (or maybe it isn't plugin at all) ...
Does anybody know?
thanks
HTML Tree plugin
Submitted by
premek_zak on
Friday, 20 January, 2006 - 20:43
Hello,
I'm searching for a plugin(?), that makes something like tree in HTML file (it links <div>s, so it's impossible to forget to close it. I'm sure that it exist (i've seen it on some screenshot), but I don't know name of the plugin (or maybe it isn't plugin at all) ...
Does anybody know?
thanks
Sidekick + PhpParser Plugin and Folding
Submitted by
Baldurien on
Friday, 20 January, 2006 - 20:33
Hi,
Since CustomFoldHandler does not work on jedit4.3pre3 [http://community.jedit.org/?q=node/view/2580], I am forced to use SideKick folding mode for my php files.
The problem is that I have a lot of docblocks, and comment, and that I don't like the default jedit folding syntax ({{{ .. }}}). I would like to know how I could add my own folding handler, for the PHP mode?
Here is what I'd like :
Multiline comments on several lines :
/*...
*/ -> /* [xx lines]
My own folding:
__start__
__end__
->
__start__ [xx lines]
What can I do for that?
FTP & storing passwords
Submitted by
brawta on
Thursday, 19 January, 2006 - 16:44
I have been using the FTP plugin for jEdit and lately have needed to add new servers that I connect to. It seems that the FTP plugin for jEdit does not save passwords. I am kind of tired of entering them in every time I start the program.
Is there a different add on or a setting I am missing something entirely. My machine is secure enough to store the passwords (and all my other dev tools do it anyway so I dont understand this level of security, if that is what it is...)
Any info you could provide would be appreciated,
Thanks,
B
Efficient window switching
Submitted by
andrewee on
Saturday, 14 January, 2006 - 01:43
In Adobe Acrobat reader, I can open 9 different files and then press alt-w and then a number to switch instantly to the numbered window. In jedit I can press alt-backtick to get the list like I can do with alt-w in Acrobat, but in jedit I then have to use the arrow keys to scroll to the desired item, or use the mouse. How do I get it to work like Acrobat, where a grand total of no more than three keystrokes (alt-backtick windownumber) will jump to a desired window?
The switchbuffer plugin doesn't appear to be what I want, because it requires too many keystrokes to switch buffers. I realize that with more than 9 windows open, I'll need more keystrokes, but I'd like to optimize for my common case of having less than 9 open.
Where's the wrap-to-window option?
Submitted by
andrewee on
Saturday, 14 January, 2006 - 01:40
Where's the wrap-to-window option? I don't want jedit to wrap to a specified width (e.g. 80 characters); I want it to wrap to the editing window, but Utilities/Global Options/Editing doesn't give me that option, and I don't see the option anywhere else.
Putting .marks files in a common directory, like is possible with backup files
Submitted by
andrewee on
Saturday, 14 January, 2006 - 01:38
How do I tell jedit to put all metadata including things like .marks files in one common directory rather than in the directories of the associated files, so that those latter directories can remain uncluttered?