-
Works for me. iTerm now uses 1-2% CPU when idle, which still seems kinda high to me for doing nothing, but that's totally acceptable.
2009-09-24 01:36:32 UTC in iTerm.app
-
This isn't specific to vi. Just sitting idle at a zsh prompt iTerm uses 12% CPU on my Macbook Pro 2.25 GHz Core 2 Duo. It also feels like typing in the terminal is sluggish. If you hold down a key there's jerkiness in the repeat rate.
2009-09-23 21:00:35 UTC in iTerm.app
-
I'm afraid I'm not going to be able to work on this anymore. I don't really have time and I don't have a jedit dev environment set up anymore. Sorry. :-(.
2009-05-03 15:36:04 UTC in jEdit
-
I think this is due to jEdit treating left/right scroll events as page-up/downs. When you do 2-finger scrolling you tend to move your fingers slightly left and right as well as up and down. These cause left/right scroll events to be fired, which are much more "powerful" than the up/down scroll events. Yes, it's really really annoying, and makes 2-finger scrolling useless in this app.
See...
2008-10-23 22:55:27 UTC in jEdit
-
After replacing the app stub as described below I still occasionally get hangs during the "running startup scripts" stage of the app launch. I don't know if that's related to this bug but I thought I'd mention it just in case.
2008-10-23 22:51:02 UTC in jEdit
-
Right. I was very surprised when I first realized it wasn't there.
2008-06-15 16:43:12 UTC in jEdit
-
The plain view is a little too plain IMHO. I'd like to be able to tell what line I'm on and what mode the buffer is in, for example. It would be nice to have the option to enable the status bar in plain views.
2008-06-05 01:04:33 UTC in jEdit
-
Calltips are a tool for context-sensitive information access. The idea is to pop up a tooltip-like window containing documentation pertaining to the word or words at or near the text input cursor. For example, if I were coding OCaml and I were to type "List.iter" then summon a calltip I could get a tip containing the type signature and brief documentation for that function. (See the attached...
2008-05-13 00:02:30 UTC in jEdit
-
This is a feature aimed at making jedit more useful when using multiple panes and/or views. The idea is to provide a way of segregating files into "lightweight groups" by filtering the files that appear in the buffer switcher on a given pane. Any buffer can still be viewed in any pane -- the switcher just won't show all of them in all cases.
My proposed interface would be something like a...
2008-05-01 23:37:26 UTC in jEdit
-
Consider the following output stream:
+ ocamlopt.opt -warn-error A -thread -I . -I /Users/n8gray/research/mojavecomm/lib -c GCommProxy.ml
File "GCommProxy.ml", line 94, characters 46-60:
This expression has type ('a * 'b) list ref but is here used with type
('a * 'b) list
make[1]: Leaving directory `/Users/n8gray/research/wedges/gcomm'
*** omake: 16/23 targets are up to date
*** omake:
2008-04-25 02:39:01 UTC in jEdit