Goswin Rothenthal
Goswin Rothenthal
I wish for that functionality too. It would be great to be able to exclude some code from evaluation if it is not running as the main script file. I...
Would the suggested Warning show here too? https://stackoverflow.com/questions/64784154/indentation-change-after-if-else-expression-not-taken-into-account
I really hope this gets into the language! It has bitten me more than once. Especially when I write a quick script for some side effects logic here or there....
Yes, the Error goes away after disabling the power tools. Is that the only solution ?
I have some other errors now but i think I can manage those. seems the FsViewModule API has changed. 
OK, many thanks for your fast reply Reed!
Looks like quotation are not coming anytime soon to Fabel: https://twitter.com/alfonsogcnunez/status/1066996863449075714?s=21
@dgrunwald is there a workaround for log-viewer style applications?
@siegfriedpammer could this be fixed by using [`Document.BeginUpdate() `](http://avalonedit.net/documentation/html/d2f40c5c-7f5f-8a07-208e-702288f4e19f.htm) and `Document.EndUpdate()` Or are you doing this already? Could you point me at the relevant code, so that I can maybe...
@zaksmolen I could significantly improve the performance of typing in a rectangle selection by using TextArea.PreviewTextInput event , then doing the block edit myself via a Stringbuilder and then call...