Cannot add or edit filter strings in File Browser
Submitted by
tonyrich on
Tuesday, 27 July, 2010 - 06:20
I have just installed jEdit on Mac OS X 10.6.4 (Snow Leopard),
flawlessly.
All the settings I like are now made and saved and restored OK.
A lot of keystrokes have been re-customized, but it all works.
I always filter groups of files to avoid opening the wrong
type of file.
So when I go to enter a new group of filter characters into
the File Browser (using Ctrl+O), I cannot enter any character,
not can I change an existing filter group that I managed to add
before (but don't know how).
A typical group of filters is:
{*.py,*.c,*.h}
...and I like to extend the group now and again.
There is NO problem in entering characters of any kind within
the editor itself - only into the "Filter" edit box in the
File Browser.
I have reset the machine in case this was a serious Java
problem, but no use.
Can anyone help?
Thanks.
Project view
Submitted by
rahul_yanina on
Thursday, 29 July, 2010 - 10:37
Is it possible to have projects (the actual project file could be on the local machine) where the files added to it are on remote files? Right now, with the FTP plugin, it allows me to add files from remote locations to a project, but does not save the information. So when I restart Jedit, the remote files no longer show up against the project. However, the files on the local machine added to the project shows up after the restart.
Ami I doing something wrong, or is this a limitation currently? Are there any plans for having this feature, as I think it is quite a useful one to have.
FTP-Plugin socket error
Submitted by
Maenny on
Friday, 30 July, 2010 - 13:05
Hi there,
I use jEdit for some time now, but since two days I have an annoying problem: When I use the FTP-Plugin and load a page on my Server, I edit it and save it, it works fine. When I edit the file again and save it, I get the following error message:
ftp://web1234@alfa3498.my-server.de:21/html/temp/temp.php:
Cannot save: java.net.SocketException: Connection reset by peer: socket write error
and my InternetConnection closes, that is I get disconnected.
I haven't changed anything, but I cannot say anything about automatic updates of jEdit or its components. Anyone has a solution for this, it is really annoying, since I have to close down and reopen the program everytime I saved once.
Greetz
Maenny
Load File to JEditBuffer
Submitted by
MikeN on
Friday, 30 July, 2010 - 14:51
Hi!
I am using the independent TextArea for a small project and was wondering how to load a file to a JEditBuffer. Currently I am reading the file by myself, and setting the text using "TextArea.setText(String)". Is there any way to load the file directly to the TextAres's JEditBuffer?
Thanks!
Unable to install LaTeX Tools plugin [SOLVED]
Submitted by
runbei on
Saturday, 31 July, 2010 - 16:49
I'm unable to install the LaTeX Tools plugin. I'm using jEdit 4.3.2 with Java 1.6.0_18 with Linux Mint 9 (= Ubuntu 10.04).
I installed the plugin manually - unzipped it an put the LaTeXTools.jar folder in the jar folder of the jEdit installation (home/.jedit/jars.
I also installed the Console and Sidekick plugins.
When I try to use a feature in the Latex Tools plugin menu, I get a dialog with a long list of Beanshell errors. For example, calling Insert Command produces the following. I'd be grateful for any help, or pointers to where I might find a solution. Thanks.
UPDATE: Hm, found the problem. Need to install the GnuRegexp plugin, then the LaTeX Tools plugin works fine. Console and Sidekick plugins are also required.
java.lang.NoClassDefFoundError: gnu/regexp/REException
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2444)
at java.lang.Class.privateGetPublicMethods(Class.java:2564)
at java.lang.Class.getMethods(Class.java:1427)
at org.gjt.sp.jedit.bsh.Reflect.gatherMethodsRecursive(Reflect.java:543)
at org.gjt.sp.jedit.bsh.Reflect.getCandidateMethods(Reflect.java:505)
at org.gjt.sp.jedit.bsh.Reflect.findOverloadedMethod(Reflect.java:478)
at org.gjt.sp.jedit.bsh.Reflect.resolveJavaMethod(Reflect.java:439)
at org.gjt.sp.jedit.bsh.Reflect.resolveExpectedJavaMethod(Reflect.java:381)
at org.gjt.sp.jedit.bsh.Reflect.invokeStaticMethod(Reflect.java:96)
at org.gjt.sp.jedit.bsh.Name.invokeMethod(Name.java:871)
at org.gjt.sp.jedit.bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:75)
at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
at org.gjt.sp.jedit.bsh.BSHBlock.evalBlock(BSHBlock.java:130)
at org.gjt.sp.jedit.bsh.BSHBlock.eval(BSHBlock.java:80)
at org.gjt.sp.jedit.bsh.BshMethod.invokeImpl(BshMethod.java:362)
at org.gjt.sp.jedit.bsh.BshMethod.invoke(BshMethod.java:258)
at org.gjt.sp.jedit.bsh.BshMethod.invoke(BshMethod.java:186)
at org.gjt.sp.jedit.BeanShellFacade.runCachedBlock(BeanShellFacade.java:225)
at org.gjt.sp.jedit.BeanShell.runCachedBlock(BeanShell.java:423)
at org.gjt.sp.jedit.BeanShellAction.invoke(BeanShellAction.java:73)
at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:352)
at org.gjt.sp.jedit.jEdit$4.invokeAction(jEdit.java:3255)
at org.gjt.sp.jedit.jEdit$4.invokeAction(jEdit.java:3237)
at org.gjt.sp.jedit.EditAction$Wrapper.actionPerformed(EditAction.java:221)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2335)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:404)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.AbstractButton.doClick(AbstractButton.java:374)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:829)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:873)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
at java.awt.Component.processMouseEvent(Component.java:6108)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:5873)
at java.awt.Container.processEvent(Container.java:2105)
at java.awt.Component.dispatchEventImpl(Component.java:4469)
at java.awt.Container.dispatchEventImpl(Container.java:2163)
at java.awt.Component.dispatchEvent(Component.java:4295)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4461)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4125)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4055)
at java.awt.Container.dispatchEventImpl(Container.java:2149)
at java.awt.Window.dispatchEventImpl(Window.java:2478)
at java.awt.Component.dispatchEvent(Component.java:4295)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:604)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
Caused by: java.lang.ClassNotFoundException: gnu.regexp.REException
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at org.gjt.sp.jedit.JARClassLoader.loadFromParent(JARClassLoader.java:539)
at org.gjt.sp.jedit.JARClassLoader.loadClass(JARClassLoader.java:87)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
... 54 more
seeing deleted text
Submitted by
madmarcos25 on
Monday, 2 August, 2010 - 19:38
Hi all,
I want to analyze the text that is deleted (e.g., pressing the backspace key or selecting a range of characters and pressing a key). Specifically, I want to look for a newline character.
Does jEdit allow this?
If so, can you please provide a link and/or example?
thanks!
Detect Acrobat Reader Install Dir
Submitted by
jrchilds on
Wednesday, 11 August, 2010 - 17:34
I made a macro that opens our programming language reference, which is a PDF, and locates the definition for the selected command.
I also have a batch file that installs jEdit and copies the configuration changes needed for editing in our own language. This install is used by anyone who wants to develop in our language.
Here's the problem... In Beanshell, I am using the exec() command to launch the PDF, which requires the full path to the acrobat reader. This is of course different based on the operating system and installed version of the reader.
Here's my question... Is there a way that I can determine the install directory of the acrobat reader? Or is there a simpler solution I haven't yet considered?
Thanks
James
Hex - Convert to binary
Submitted by
weberjn on
Thursday, 12 August, 2010 - 11:45
Hi,
anybody knows a plugin, that allows to save a hexdump as binary file?
e.g. if you have a hex dump in an editor like
43 4F 52 42 41 2F 55 4E 4B 4E 4F 57 4E 3A 31 2E | CORBA/UNKNOWN:1.
one would select the hex part with a rectangular selection, then
-save hex selection to file. The file would then contain the binary values.
If there is no such plugin, where and how would one start to implement this?
Thanks,
Juergen
Menu Editor for jEdit (MenuEditor.jar v0.1 by Shlomy Reinstein)
Submitted by
shlomy on
Friday, 13 August, 2010 - 10:29
This plugin enables you to customize the jEdit menus (File / Edit / Search ...).
After customizing the menus, the changes are saved as a "diff" and applied on each jEdit startup, so that changes to the menus by future versions of jEdit are not masked out. For this, the plugin depends on JDiffPlugin. As the currently released version of JDiffPlugin contains a few bugs, the zip file attached here contains also a fixed version of JDiffPlugin.
(14 Aug) Added a button for adding separators to the menu. Replaced the plugin's submenu with a single menu item.
Is there a way to close the Incremental Search Bar in a macro ?
Submitted by
Lee Elms on
Monday, 16 August, 2010 - 10:58
I would like to be able to both detect whether the Incremental Search Bar is displayed, and to close it if it is displayed in a macro (Beanshell). I can't find anything in the API ... I hope I'm missing something obvious.
(I know that there is a command to display the Incremental Search Bar ('Incremental Search Bar'). Also that the macro record facility doesn't record the operation of displaying or closing the bar.)
Can anyone help ?
Is JEdit dying?
Submitted by
volnei on
Monday, 23 August, 2010 - 01:15
No updates for a long period
No new plugins
No recent activity
No source repository...
Is JEdit dying?
Undo Close Buffer (UndoCloseBuffer.bsh v1.0 by David Mlejnek)
Submitted by
davo on
Monday, 23 August, 2010 - 08:29
Reopens the recently closed buffer. Similar to the common browsers feature, that re-opens the recently closed tab. Recommended keyboard shortcut: Ctrl+Shift+T
Exporting data from the outline (sidekick) plugin
Hey,
I have used the outline plugin to create a structured documentation of some code. Is it possible to export this information for documentation purposes?
Thanks for your help!
Cheers,
Till
Plugin CScopeFinder error : cscope.out: File not found
Submitted by
chrdou on
Tuesday, 24 August, 2010 - 16:13
I am using jEdit 4.3.2 + CScopeFinder 0.3 and I have exactly the same problem as described in page http://old.nabble.com/CScopeFinder-Plugin-td16526207.html where the problem remained unsolved apparently.
It means that the plugin doesn't find the file though the path is correct and the file present.
I didn't found any related infos neither on internet nor on jEdit Community site.
Is it a known problem ?
Thanks for your help.
About the jEdit Chinese Properties
Submitted by
neil_hou on
Thursday, 26 August, 2010 - 01:23
Hi guys,I just could not find the place to upload,so I give the link so you can download it properly.You can put it in the jEdit Home/properties .
http://neilhhw-gmail-com.javaeye.com/blog/576907
jEdit 4.3.2 delays Windows XP startup
Submitted by
tomasio on
Saturday, 28 August, 2010 - 09:05
I am using jEdit on a PC with Windows XP SP3 installed. Since I have upgraded to jEdit 4.3.2 after booting a jEdit Splash Screen appears which seems to delay the startup process of Win XP. My girlfriend has the same Splash Screen when she logs in with her user account - would it be possible to deactivate this unwanted pre-loading at least on her user account?
Thank you for your advice.
kind regards,
--
tomasio
FindFile plugin to use selected text as search filter
Submitted by
mindjoy on
Thursday, 2 September, 2010 - 13:01
Hi there,
First I want to thank developers for the great plugin FindFile. I'd like to use selected text to show up in the filter box. Could you please give me some pointers of how to do that? Thank you.
Regards,
Ivica Mikic
Can't save long files with FTP Plugin
Submitted by
glukgluk on
Monday, 6 September, 2010 - 17:56
Hey guys,
I have worked with jEdit and the FTP plugin now for a while and never have had any problems.
But since I have installed a 64 Bit version, the saving on my remote server doesnt work anymore.
Strangely, it works with small files (less than 200 characters or so) but not with larger.
The error I get seems as following: "Cannot save: java.io.IOException: Rename failed: [path]#[filename]#save#.
Where the heck do these # come from?
I also have tried with disabled "two-stage save" but the result was the same as before, in addition to the fact that I havent received any error message.
I really despair of this problem because whats more, I have lost some important files irrevocable.
Please help me! Otherwise I'll have to look for another program.
Dual diff on two screens / displays / views
Submitted by
weberjn on
Thursday, 9 September, 2010 - 09:17
Hi,
dual diff splits the current view, but if you have to physical displays it would be better to use both.
It would be nice, if you could use two views, so you'd compare a buffer in one view on one display with a second view on the second display.
Or is that already possible and I did not find it? I could open a second view and move it to the second display, but diff would still use only one view.
Juergen
Povray Commando File (povray.xml v0.58 by monkstone)
Submitted by
monkstone on
Tuesday, 14 September, 2010 - 18:16
A beta version of a commando file to execute
povray from
jEdit.
Supports the choice of different output types including png and jpeg.
Also supports toggling of anti-aliasing, and easy setting of size
by width and height values.
Now supports several different
quality settings, which can easily be tuned to suit your needs.
New!! ability to control in memory buffer (povray-3.7) see povray beta documentation.
Add other options to suit your own needs, one thing you must do is set the path to povray.
Create a little povray.bsh macro, to automate the loading of the commando file.
povray.bsh
new console.commando.CommandoDialog(view,"commando.povray");