2026
General Software Discussion / Re: Windows editors - do they have to be so bad?
« Last post by rjbull on April 23, 2009, 04:15 AM »STDIN/STDOUT/STDERR work irrespectively of a command shell - when you use win32 CreateProcess, you can override those handles at will. Even GUI processes can use stdin/stdout/stderr, not just console processes.-f0dder (April 16, 2009, 04:15 AM)
OK, but in practice I find editors tend not to enable access to STDIN etc. to user tools.
Dunno if it's stupid, I guess it depends on what you grew up with. Most of the time, with my usage habits, this is a decent enough default. For a serious editor, I prefer also having the option of persistent selection, as well as mark-begin + mark-end.Another piece of Microsoft stupidity that has to be fixed by the aftermarket...If you press almost any other key, you lose the marked area and have to start again.This is a Windows standard so I suspect that is why most windows editors do this. But in Zeus this is configurable.
Good point: I grew up with persistent selections. From your last sentence, I presume those features must be present in NPP, so I suppose I'd better go and look for them
