-
Sometimes when I close a bunch of buffers, I get 'phantom' tabs in BufferTabs, selecting which removes the text area and leaves a gray box. See http://factorcode.org/slava/broken-buffertabs.png.
2008-06-18 09:06:52 UTC in jEdit
-
Pressing 'n' with the file system browser dockable open, and the file list focused, opens a new file. This is really annoying, because it makes keyboard completion useless. If I want to open a new file, I can just press C+n. With this "feature" (clearly added by someone not familiar with jEdit's features) I cannot complete filenames by typing them.
2008-05-16 07:00:12 UTC in jEdit
-
I'm using Windows XP, Java 1.6.0_06.
Control-dragging is supposed to create a rectangular selection. Control-clicking should show the right-click menu. It seems that recently, something broke, and now control-dragging show both.
2008-05-16 00:57:20 UTC in jEdit
-
Mac OS X 10.5, Java 5. Open the plugin manager, click on an installed plugin's description, angle brackets are there for some reason.
2008-05-14 09:16:52 UTC in jEdit
-
Control-dragging displays the right-click menu on mouse release on Windows Java 6.
2008-05-14 09:15:10 UTC in jEdit
-
Here is a new edit mode:
2007-12-09 18:15:23 UTC in jEdit
-
Adding new configuration flags is always the least ideal fix for anything.
Here is where I see the bug. I often create Untitled files to store notes, bits of code, etc. I also often move files and directories around in my source tree. So I might press C+n, which crates /foo/bar/baz/Untitled-3, then I might later move bar or baz to another location. Now, this Untitled file screams about the...
2007-11-17 19:33:51 UTC in jEdit
-
I want to add a string at the end of each line. Attempting to do a replace all with search string $ and any replacement string fails. Regexes are enabled of course. Same problem with .*$ and .* however .+ works. Very odd. This is a regression because I remember already fixing the case where the user is searching for just $ once.
2007-11-16 23:51:03 UTC in jEdit
-
I should add that I've seen this problem with all sorts of file types. Plain text, C, XML, ... basically any file type as long as soft wrap is enabled.
2007-11-05 03:07:04 UTC in jEdit
-
I just saw this bug again:
http://factorcode.org/wrap-bug.png
I'm using the Factor edit mode which ships with jEdit. No SideKick plugins.
As for steps to reproduce, I haven't figured that out yet. I only notice it after heavy editing to a wrapped file when I happen to scroll down.
A careful inspection of the soft wrap code together with some good old fashioned paper and pen...
2007-11-05 03:05:49 UTC in jEdit