ide/CodeEditor; ecere/gui/EditBox: Fixed CodeEditor/Designer issues caused by aa2c3d3...
authorJerome St-Louis <jerome@ecere.com>
Wed, 26 Mar 2014 04:04:55 +0000 (00:04 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 26 Mar 2014 04:04:55 +0000 (00:04 -0400)
commit883c7501e8cc4aafb5ebb55fc0e8bd999f080dde
treeb950682e6a24a16fd8611e37c4be49b25618c7b4
parentcb692a2892f6f23e5b1aa29c40d0467787be746d
ide/CodeEditor; ecere/gui/EditBox: Fixed CodeEditor/Designer issues caused by aa2c3d31c753e1b6e4e3000d9c3edd0371ae37c9 (trailing spaces nuking)
- Now doing this in the IDE CodeEditor instead
- Because this was done directly on the buffer, it would mess up several things including code locations and undo actions
- Editing with the designer or property/method sheets or auto complete safter a save trimming spaces would seriously mess up the code.
- Highlighted (red) spaces would not go away after going to the designer and come back prior to Save
ecere/src/gui/controls/EditBox.ec
ide/src/designer/CodeEditor.ec