4coder»Forums
Raytio
56 posts / 1 project
Ctl+Shift+O Bug Refreshing the buffer removes tab and spaces
Edited by Raytio on
When I use the Ctl+O to refresh the buffer it removes tabs and everything is as far left as it can go.

Really odd. Just to let you know.
Allen Webster
476 posts / 6 projects
Heyo
Ctl+Shift+O Bug Refreshing the buffer removes tab and spaces
Thanks for pointing this out. I am sure it has something to do with the parallel parser and non-parallel indent measuring not timing things out correctly. For now you should be able to work around this bug by inserting and deleting a space or something, but fixing up the code wrapping will be a big todo item at some point hopefully soon.
Raytio
56 posts / 1 project
Ctl+Shift+O Bug Refreshing the buffer removes tab and spaces
No problem I found it because I when I was debugging things in Visual Studio I sometimes editing things in there and would jump back to 4coder.

Its a bad habit anyways need to stick to just coding in 4coder so in a way you helped me to break a bad habit haha.

Its not a bug its a feature ;)