Tag: XE

  • Work faster in Delphi XE8 by using Castalia’s keyboard shortcuts

    Work faster in Delphi XE8 by using Castalia’s keyboard shortcuts

    The new Delphi XE8 includes Castalia for easier code navigation and refactorings. The Castalia refactorings however are still separate from the ‘native Delphi’ refactorings and they partly overlap in functionality. They both have their pros and cons. A definite pro for Castalia is that most of the refactorings can be done ‘inline’, that is, there…

  • SyncEdit for implementation/interface member parameters

    When I am editing a method (procedure/function) of an object, I sometimes need to add a parameter or change some. Now in Delphi code, as you probably know, you often have to do that twice: once in the implementation, and once in the interface of the unit (and make sure it matches…). Of course you…