> Ok... Aside from "visual mode" most of that stuff is standard editing and
> most of it is already in the Source Editor...
> Look around the menus... spend time in the help file... you'll be glad you did.
VI editor modes listed are accurate description. Unfortunately for me,
these features is important. Most of the time I work with the editor VI.
Below is a sample of these functions.
Nothing stops you from creating Pelles C source code in VI... Just make sure it's saved in a format acceptable to the command line tools... utf8 (recommended), utf16le, or ANSI.
You can compile from the command line using any of the the command line tools (again... look in the help file!) and for big jobs you can use POMAKE.
The only thing you'll be missing are project management, call tips, code completion, struture element lists, brace matching, folding, dialog editor, string table editor, message table editor, icon editor, bitmap editor and a couple of other (ahem) minor and seldom used functions.
As I am constantly cautioning people... be very careful that you are not merely reacting to the difference... sometimes different actually is better.