Monthly Archives: March 2017

Another itch the OTA couldn’t scratch…

By | March 23, 2017

Overview So in my last post I said there were a few things to fixed and / or enhance. In this post I’ll explain how I fixed two issues. The two issues I’ve fixed are stoppping the timer which closes the Message View if a re-compilation occurs (very simple and I should have done this… Read More »

I had an itch the OTA couldn’t scratch…

By | March 9, 2017

Overview So there I am, on the train and wondering why the dock areas at the side of RAD Studio can be hidden and auto pop out if you move the mouse over them or use a keyboard shortcut but the bottom dock area doesn’t. Why was I wondering this… well my day job consumes… Read More »

The Trials and Tribulations of RegEx’ing and Other Stories…

By | March 4, 2017

RegEx’ing C++ So I thought I was on to something using expandable macros to create complex regular expressions. I managed to defined an expression that recognised C++ class definitions and match these throughout all my C++ code (I still had to write all the DUnit tests). So what am I talking about. In a previous… Read More »