This question already has an answer here:
Is there a replacement for the in window editor of 16/32 bit versions of windows? Would be nice to have, though of course there are many workarounds to this problem.
|
This question already has an answer here: Is there a replacement for the in window editor of 16/32 bit versions of windows? Would be nice to have, though of course there are many workarounds to this problem. |
|||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
I myself use nano which is available in 32 bits for windows. It's good enough for my use but unlike good old edit, it doesn't seem to work with mouse in windows.
Another option would be SETEDIT
It also has support for all major operating systems but I myself haven't used it. It seems that the latest version needs to be built separately for windows and Cygwin may be needed for that. |
|||||||||||
|
|
I use vim with the Windows PowerShell/CMD console. It has a bit of a learning curve to it, but once you get used to it, it makes editing code files very efficient because of the "motions" used to select and edit blocks of code. There are some good arguments for using vim here. A basic tutorial explains some of vim's commands. There are tons of user created scripts to add more functionality and syntax highlighting for additional languages (including PowerShell). There are also questions on Stack Overflow including this one that deal with setting up vim to execute PowerShell commands from within the program. |
|||
|
|