[2134]Text-Editor options for VB cannot be changed
i always fight with the curious automatic formatting, specially the automatic indentation, in the VB editor. So i wanted to check if code formatting of R# was improved. I disabled everything except "Disable outline mode" Text-Editor/Basic/VB-Specific. After closing the option dialog i could indent my code as i want one time. I scrolled to another part of the code and tried to reindent it, but the automatic indentation was activated again. As i went back to the option dialog i see that all checkboxes i disabled where enabled again. After suspending R# disabling the checkboxes and enabling R# again, my settings where stored.
I also noticed that the currently opened file wasn't analyzed by R#. The tick marks on the right aren't displayed. I had to close and reopen the file to show the tick marks. I had reported this behavior some time ago and when i remember right it was already fixed.
Regards
Klaus
Addendum: While checking the formatting i noticed that end constructs like "End If", "End Function" etc. are still formatted incorrect. R# always indents them this leading spaces even if indentation by tabs is selected in the editor options. This problem occurs since R# 4.5 and was promised to fix in 6.0.
Please sign in to leave a comment.
Hello Klaus,
I couldn't reproduce this behavior. Did this happen only once or you can
reproduce this behavior at any time? Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hello Andrey,
unfortunately i cannot reproduce the behavior on changing Text-Editor options either. But what i can confirm is that R# didn't reanalyze open files after resuming. What i have done was suspending R#, then do some editing and then resume R# without closing VS meanwhile. When i suspend R# i get an exception (RSRP-257274 is the last one). I can see the message "Loading caches...", but the yellow and red ticks in the editor are not shown and there is no enhanced syntax highlighting. I have posted the same issue some weeks ago and i'm pretty sure that this was already fixed and is reintroduced in one of the newer builds.
Also as i tried to suspend R# to verify the behavior VS crashed.
Regards
Klaus