nccgroup / ncccodenavi

NCC Code Navigator
GNU Affero General Public License v3.0
55 stars 10 forks source link

[Feature request] Possibility to open the code in an external text editor #24

Open metrodango opened 11 years ago

metrodango commented 11 years ago

It would be good to be able to open the code files into an external (user defined?) editor.

For example Notepad++

So that one can benefit from already present highlight mechanism or other goodies.

Gabriel

olliencc commented 11 years ago

Head revision now has code highlighting the same as Notepad++ (we use the same library Scintilla), will this suffice?

metrodango commented 11 years ago

I need to try it, but probably yes.

olliencc commented 11 years ago

Have a look it's all in 1.2 and let me know.

metrodango commented 11 years ago

looks really good for me.

lllama commented 11 years ago

Some form of "open elsewhere" functionality would be useful. For example, "find within file" isn't supported in the current code views, so searching for terms within the same file is trickier than need be.

olliencc commented 11 years ago

I think we'll just add find within file :)

lllama commented 11 years ago

I've implemented a "copy filename to clipboard" button locally, so I'll see how that works.

olliencc commented 11 years ago

We have also provide the 'show in folder' functionality that exists elsewhere if needed.