FTP plugin requires reinstallation every session
Submitted by
blalock on
Tuesday, 10 February, 2004 - 01:50
Hi -- I'm using the FTP plugin to access files on a remote server using SFTP.
If I start Jedit and then install the plugin, it works fine. However, if I quit and then
restart Jedit, the plugin stops working. When I try to browse by SFTP, I get the "loading...."
messages with the arrows in a circle. Nothing ever happens. If I then use the plugin manager
to remove the FTP plugin and reinstall it, it will start working again for that session.
Any ideas on what's going wrong are appreciated.
I have Mac OS 10.3 with JVE 1.4.2. The problem occurs with all recent versions of
Jedit 4.2.7pre to 4.2.9pre.
Thanks,
-garrick-
Long text lines under linux
Submitted by Anonymous on Tuesday, 10 February, 2004 - 14:38
It appears that JEdit has problems when opening a file containing long lines - for example a file containing 5 lines each of 100000-500000 characters in length. Under
Windows this seems to work OK (if slowly) under Linux it seems to consume a large percentage of CPU then stop responding to user input (even after some time [>10 mins] has elapsed).
Any thoughts as to what could be causing this? I don't think this is really a bug (as it works OK under windows) but I would like help in narrowing down what could be causing this.
Search: how to exclude or include some (not all) subdirectories
Submitted by Anonymous on Tuesday, 10 February, 2004 - 17:09
I'm wondering whether it's possible to specify manually the subdirectories that should be included or excluded when doing a "Search" or a "Search & Replace" operation. The "search subdirectories" option either includes or excludes all subdirectories, but I'm looking for something more specific, perhaps a glob pattern that could be used in the "Filter" field, or better yet, a "Search in these subdirectories" and "Do not search in these subdirectories" list. In particular, at this moment I'm interested in excluding all CVS subdirectories from searches. A similar functionality would be useful in the OpenIt, FindFile and XSearch plug-ins.
Thanks for your help.
DotComplete
Submitted by
baloo on
Wednesday, 11 February, 2004 - 15:20
Hi, i had installed the DotComplete plugin, and now when i save and/or compile my java code jEdit that 99% of my cpu for a long time... is it something i could do?
thx
Start batch file or program
Submitted by
baloo on
Wednesday, 11 February, 2004 - 15:31
Hi, is there a way to start a batch file and/or a program from a menuitem and/or a shorcut from jEdit. Is there an option in jEdit or in a plugin to do this?
thx
Eclipse.org plugin? Plus Others
Submitted by
dbareis on
Thursday, 12 February, 2004 - 09:22
1. As far as I can see JEDIT had no eclipse plugin capability (eclipse.org), is this planned?
2. I would like JEDIT to support projects. The plugin is a bit ordinary. What would be enough for me is to be able to be able to have main jedit settings in one file which I can ask JEDIT to use from the command line, I would want this to contain the state info, files loaded etc. I can then write a simple batch file which looks for this file in the current directory or use central one if none found.
I would then be able to do what I've been able to do for years and that is start my editor in any projects directory and continue working EXACTLY like I left it, even if this was a year ago...
Bye,
Dennis
Doco
Submitted by
dbareis on
Thursday, 12 February, 2004 - 09:49
I think downloads should contain documentation, I've just downloaded the XP icons download and have no idea what to do with them, no readme or anything. The mangled tooltip on the site says something about JAVA_HOME which I'm not sure what this is and "jre\lib\ext" which as far as I can see this subtree doesn't exist.
My 2 cents worth,
Dennis
jEdit icon pack and ToolBar-Icons
Submitted by
incsMueller on
Thursday, 12 February, 2004 - 10:18
Hi community,
I've download the jEdit icon pack from jedit.org. My problem is now, that I can't find any information about how to install this pack !?
Furthermore I've download some icons from Phoenity for the toolbar. How can I integrate this in JEdit ? Ok to add the icons one by one manual above the Options-Menu it's no problem, but how can I add the whole icons, e.g. over a properties file ?
Thanks a lot for helping answers.
incs
Submitted by Anonymous on Thursday, 1 January, 1970 - 00:00
n/a
Close the console problem
Submitted by
baloo on
Friday, 13 February, 2004 - 15:39
Hi, i modified a macro to do this
import console.Console;
startBatch()
{
String strCheckerPath = "F:\\projects\\javapaint\\makejar.bat";
runCommandInConsole(view, "System", strCheckerPath);
// close the console if it is open
// manager = view.getDockableWindowManager();
//if (manager.isDockableWindowVisible("console")) {
//manager.toggleDockableWindow("console");
//}
}
startBatch();
it's start a batch file, but if i uncomment the code for closing the console my batch file isnt starting anymore... if i let this in comment my batch file is starting but the console isnt closing. So how can modify this to be able to close the console and that my batch file start
thx
Help please. How to dock buffers as tabs on top of edit area?
Submitted by Anonymous on Saturday, 14 February, 2004 - 06:15
I am using 4.1. I saw the jEdit screenshots and learn it's possible to dock all the open buffers as tabs on top of the edit area. After searching around everywhere, I was still out of luck. Could you please give me a hint? Thanks.
User definable menu options for command line driven programs
Submitted by Anonymous on Saturday, 14 February, 2004 - 22:38
To start, I'll say that I am very impressed with Jedit. Thank you for all the hard work from the programmers associated. A small request I'd like to make. For a long time I used UltraEdit by IDM and it was and still is a fine product. It had a feature that embedded programmers like myself use that allowed me to define menu options that would run console commands without having to pull up the console.
Is there a plugin for something like this now?
new padding in pre9?
Submitted by Anonymous on Saturday, 14 February, 2004 - 22:54
Is there a way to turn off the default line padding in pre9?? It is uber-annoying.
Plugin Central updates (12)
Submitted by
mdillon on
Sunday, 15 February, 2004 - 19:26
This morning, I have updated the Plugin Central database with the latest batch of plugin releases. This batch has once again been packaged and prepared for release by Oliver Rutherfurd and Slava Pestov. It consists of an even dozen of this year's hottest new plugins.
- ActionHooks 0.5: plugins can add support for custom EditBus messages; fixed plugin reloading bug; requires jEdit 4.2pre3 and JDK 1.3
- ColumnRuler 0.9.0: (0.8.0 changes) this release adds line guides, a tab indicator, the number of selected characters, allows the plugin to be active by default, and makes it all more configurable; requires jEdit 4.2pre8 and JDK 1.4
- CommentFolder 1.0.0: initial Plugin Central release; requires jEdit 4.2pre8 and JDK 1.4
- Console 3.7.1: added commando panel for Hugs98 compiler; bug fixes; requires jEdit 4.2pre8, ErrorList 1.3.1, and JDK 1.3
- ErrorList 1.3.2: new icons; bug fixes; requires jEdit 4.2pre8 and JDK 1.3
- FindFile 0.4: bug fix release; no functional changes; requires jEdit 4.2pre6 and JDK 1.4
- HeadlinePlugin 1.1.2: changed default feed list to include updated jEdit community RSS feed; automatically scrolls titles to keep active story in view when using keyboard; requires jEdit 4.2pre1, InfoViewer 1.0, and JDK 1.4
- LaTeXTools 0.5: now uses the jEdit 4.2 API; improved BibTeX and Label Navigators now take into account the file import structure; compilation commands integrate with Console plugin; image browser to look at the images in your document; various navigability improvements and utility commands; extended default.nav (Thanks to Stephan Kost for this); new icon types: table, list, verbatim; requires jEdit 4.2pre6, Console 3.7, SideKick 0.2, and JDK 1.3
- MacroManager 1.2: can now choose an arbitrary directory to download macros to; properly handles new XML feed from community.jedit.org; requires jEdit 4.0final and JDK 1.3
- Rename 1.0.0: initial Plugin Central release; requires jEdit 4.2pre8 and JDK 1.4
- RETest 1.0.3: uses defered loading in jEdit 4.2; requires jEdit 3.2pre5 and JDK 1.1
- ShortcutSaver 1.0: initial Plugin Central release; requires jEdit 4.2pre6, CommonControls 0.8, and JDK 1.3
jEdit 4.2 plugin status page
Submitted by
slava on
Monday, 16 February, 2004 - 04:04
If you're thinking of upgrading to jEdit 4.2, be sure to check the
jEdit 4.2 plugin status page. If you're a plugin developer and have updated your plugin for the jEdit 4.2 dynamic loading API, please update this page!
Smartypants integration (punctuation, smart quotes, etc.)
Submitted by Anonymous on Monday, 16 February, 2004 - 14:50
http://daringfireball.net/projects/smartypants/
Is there a plug in similar to smartypants or is there a way to implement this pearl script into Jedit? I'm a newb here, knowing just enough to code xhtml and awful css. Jedit is great for even just web site dev.
Thanks!
vi key bindings
Hi, I'm a new jEdit user. I'm wondering if there are "vi" editor key bindings available for jEdit? I'd love to be able to use jEdit in "vi mode"
Thanks,
Larry
File System Browser Back and Forward Buttons and Customize Browser Toolbar
Submitted by Anonymous on Tuesday, 17 February, 2004 - 14:52
Back/Forward Buttons
--------------------
The File System Browser includes reload and to parent buttons to navigate folders, but not back and forward buttons. Such buttons would allow for easy use of previously accessed folders, for opening buffers related to current tasks.
Moreover, Back and Forward buttons on similar applications for fily system browsing are prevasive in file management software and with Web browsers.
Customize File System Browser Toolbar
-------------------------------------
With the addition of such buttons, ideally, Options:File System Browser:General, would also include the specification of the type and order of buttons to display in the toolbar for the file system browser. For instance, maybe a user would like to have the back/forward buttons displayed before the Parent Directory button, or after the Reload Directory button, or not at all.
WhiteSpace plugin improvement
Submitted by
vernier on
Tuesday, 17 February, 2004 - 16:10
I couldn't find Andre kaplan (official maintainer) email so I post her my contribution. I modified a little bit th whitespace plugin in order to display colors in indentation to highlight code structure. You can find the modified version of the plugin and a screenshot here :
http://www.limsi.fr/Individu/vernier/IUP/
does someone find it usefull (code readability probably)?
do you know previous work on the topic ?
do you have any idea on which color for a loop or for a "if-then-else" statement ?
fred
'Lock Buffer Feature'
Submitted by Anonymous on Tuesday, 17 February, 2004 - 18:16
Hi.
Many times, I have faced this problem when working on several buffers: am I editing the file I think I am editing ? I could realize it with a quick look on the tabs, but I guess we programmers can be quite distracted sometimes, and if I have two PHP sources open at the same time, I would think I am writing on file A while in fact, I am writing file B which should not be touched.
Of course, I could change the file permissions in order to prevent myself from doing something stupid. But not always.
My request is: I would like JEdit to have some mechanism to allow me to prohibit myself to write to a buffer. I would 'Lock' the buffer I do not want to write, and I could work with the two of them open at the same time. JEdit would still allow to select and copy text, but not write to the buffer.
So, what do you guys say ? Have you ever run into this same distraction ? Would this be useful ?
See ya
Leonel