-
So Long, Symbols!
I have to admit it, symbols suck, but since Regionerate operates on a syntactic level, it has no other way to determine which regions are existing, hand-crafted regions and which regions are Regionerated ones.
I’m pretty sure no-one really liked having “[rgn]” in front of Regionerated region declarations. Most users hated it but kept [...] -
Filter Operators
v0.6.5.0 completes the partial solution provided in v0.6.4.5 for operators support by providing the ability to filter operators.
To do so, just specify “true” in the new IsOperator element under PutMethods. Exactly like filtering constructors.1: <CreateRegion Title=”Operators”>
2: <PutMethods>
[...] -
Customizable Keyboard Bindings
You can now choose the keyboard shortcut used to run Regionerate on the active document. This can be done in the Settings dialog:
Not much to elaborate on, choose any combination of Ctrl/Alt/Shift with a single character and go wild.
At the moment, this is only available to Visual Studio users, #develop users, hang on, its coming.