clj-commons / clooj

clooj, a lightweight IDE for clojure
Other
419 stars 48 forks source link

remember caret (& scroll) position for each document #36

Closed arthuredelstein closed 12 years ago

lspector commented 12 years ago

Not sure what was meant here, but when I switch between 2 files in the editor pane it always jumps back to the beginning of each as I switch to it. I thought that maybe that was fixed when I saw the commit comment "scroll to caret when focusing a text component," but it doesn't appear to be.

arthuredelstein commented 12 years ago

That is what is meant by this issue. :)

Arthur

On Mon, Aug 8, 2011 at 10:11 AM, lspector reply@reply.github.com wrote:

Not sure what was meant here, but when I switch between 2 files in the editor pane it always jumps back to the beginning of each as I switch to it. I thought that maybe that was fixed when I saw the commit comment "scroll to caret when focusing a text component," but it doesn't appear to be.

Reply to this email directly or view it on GitHub: https://github.com/arthuredelstein/clooj/issues/36#issuecomment-1755962

arthuredelstein commented 12 years ago

Fixed.

lspector commented 12 years ago

Great! I haven't tried it yet (I'm currently on an old machine that won't run Java 1.6 while my dying machine is migrating all of my stuff to a brand new machine...) but it's great to see this and I'll try it soon.

BTW also I am now definitely planning to use clooj for my teaching this coming semester. Two small classes, one on genetic programming (probably ~15 students) and one on research in AI (maybe less than 10). Thanks so much for making the rapid updates that will make this possible. I promise to keep providing reports :-)

-Lee

Quoting arthuredelstein reply@reply.github.com:

Fixed.

Reply to this email directly or view it on GitHub: https://github.com/arthuredelstein/clooj/issues/36#issuecomment-1858571

lspector commented 11 years ago

I'm not sure whether this was really fixed at some point or not, but in the last few builds including the current one (0.3.11) one is always taken to the end of a file when switching between two in the editor pane. This makes it awkward to do any work that involves looking at one file while editing another, particularly since clooj doesn't allow multiple editing windows/panes/tabs.