local diffs?

2007-05-29 Thread Jonas Persson
Hello, I'm looking for a quick and easy way to compare two pieces of code inside a single file. I find it to be quite a common use case to compare two functions or code block to see if they are similar enough to be refactored out to a single function. / Jonas

Re: bracket completion

2007-04-03 Thread Jonas Persson
I just downloaded and it works great. I have one wish though. I have syntax folding for C++ and usually have a lot of open/closed folds. But when I write a {, all folds open. Is it possible to have the {} pair inserted without disturbing the folds? / Jonas Karl Guertin skrev: On

Re: The Seven Habits Of Effective Text Editing 2

2007-02-17 Thread Jonas Persson
Jimmy Mack skrev: Hi Bram, I just heard about your recent talk at google, entitled The Seven Habits Of Effective Text Editing 2. ( http://google-code-updates.blogspot.com/2007/02/open-source-developers-google-speaker.html ) The original seven habits of effective text editing was fascinating

Re: Grab visual selection

2007-02-12 Thread Jonas Persson
Georg Dahn skrev: Jonas Persson wrote: I'm lookning for the eqvivalent of C-RC-W (grab word under cursor) for grabbing the current visual selection into the command line. Any suggestions? Well, I would yank the current visual selection with y, and in the command line I would do C-R (where

Grab visual selection

2007-02-11 Thread Jonas Persson
Hi, I'm lookning for the eqvivalent of C-RC-W (grab word under cursor) for grabbing the current visual selection into the command line. Any suggestions? / Jonas