mce: -------------------------------------------------------------------------------- Thanks for this great editor, Jan. I would like to submit a bug I noticed a while ago: in the Settings->Highlighter Settings->Compiler->Parameters I cannot use the | character (to allow me to grab the compiler output and process it further with another command), whenever I save and return back to the field the | gets replaced by a ", and it's not working. But I can use this trick just fine in the Project->Project Settings->Compiler->Parameters. I know I could just write a batch file to call the compiler and the command after it, but I just wanted to raise this bug. Another thing, I set my clips to expand on SPACE instead of CTRL+SPACE, and it's working fine, but I was wondering if it's possible or if there's a setting to not expand if I'm in the middle of entering a comment? For example, I don't want to expand an "if" when I'm writing it in a comment. Thanks, Cris --------------------------------------------------------------------------------
There isn't problem to write simple batch file and use it for compiler run. You can do anything inside your batch. Ctrl+Space is general functionality, it doesn't recognize if it is in comment or not. If you don't want to expand it in comment, don't call it in comment. -- <http://forum.pspad.com/read.php?6,50329,50382> PSPad freeware editor http://www.pspad.com
