2
votes
1answer
270 views

Using an external text editor to edit VBA code

I have inherited a lot of VBA code to maintain and so far I am using the VBE. Sometimes is quite hard to do some tasks, like advanced text search, so usually I export the module, edit the content with ...
1
vote
1answer
385 views

Porting Notepad++ syntax to Sublime Text 2

What's the best way to convert a Notepad++ style into a Sublime Text/Textmate syntax?
2
votes
1answer
966 views

Use Notepad++ styles with Sublime Text 2

Is it possible to use notepad++ syntax themes/styles with sublime text 2? If so, how do I do this. I code COBOL programs, and love some of the features in sublime. But it lacks the syntax ...
0
votes
3answers
730 views

What are other text editors using in place of Sublime's “go to anything” [closed]

Sublime's "go to anything" is a functionality that allows you to fastly go to any file or symbol inside a file by just typing a few keystrokes.
0
votes
1answer
328 views

Sublime Text package similar to NppExec?

Anybody know of a package for Sublime Text 2 that will let me execute a shell command, save shell commands, run the currently-open file? I miss the utility of NppExec from Notepad++, in which I would ...