External editor Topic is solved

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
webmasterpdx
Knows some wx things
Knows some wx things
Posts: 27
Joined: Thu Jun 25, 2009 2:43 am
Location: Portland, Oregon
Contact:

External editor

Post by webmasterpdx »

I like the package, but have had a lot of crashes where I lost my forms (RC5). I suspect these problems have been fixed and just need to get the latest version.

One feature I'd love to see (and maybe it already exists) is the ability to use my own editor (VIM) rather than the internal one.

The problems I have with the internal editor are:
1. Tabs should be 8 so that typing the file in a shell should be the same as editing the file and sending the raw file to a printer. Smart tabs take care of editing with 4 spaces as indents. e.g. VIM first tab is 4 spaces. Second changes it to a tab. Results in inconsistencies between my external editor and the internal editor.
2. Isnt' a very powerful editor like emacs or Vim. Is more like notebook with code completion. I can be about 10 times more productive with vim. I can also add code completion to it.

So, anyone know how to get the tool to use vim instead of the internal editor????

Thanks
Minexew
Earned a small fee
Earned a small fee
Posts: 23
Joined: Tue Aug 11, 2009 10:26 am
Location: Prague, Czech Rep.

Post by Minexew »

Go to Tools :arrow: Environment Options and find the tab called 'External programmes'
There just add an entry for each file type you use in your project. For example, if I wanted to open C++ sources with WordPad, the extension would be ".cpp" (doesn't work without the period!) and external program "write.exe"

By the way, your first problem can be solved in Editor options by checking the box titled 'Use Tab character' and setting Tab size (in bottom-right corner) to 8
Post Reply