GExperts FAQ: Why does the Grep Results window not remember size and position?

The Grep Results window (and several other windows) can be docked to the IDE. To allow that GExperts does not save their positions and size but lets the IDE do that, which means these settings are part of an IDE desktop. While this can be convenient in the case of a docked window, it can … Continue reading GExperts FAQ: Why does the Grep Results window not remember size and position?

That was easier than I thought – yeah, right

In my last post I announced that the GExperts code formatter now supported multiline string literals and boasted that this "was easier than I thought". Turns out that it was actually more complicated. I should have known immediately because two of the existing unit testes failed, but somehow I didn't notice that. Consider the following … Continue reading That was easier than I thought – yeah, right

GExperts Code Formatter now supports multi line string literals, but …

... but only in the code currently in SVN. There is no new release yet. That was easier than I thought: As of revision #4112 the formatter now actually does support multi line string literals. And only those unit tests that already failed still fail. Of course that does not mean that I have not … Continue reading GExperts Code Formatter now supports multi line string literals, but …