Archive for December, 2005
Displaying macros in Code Completion (C++Builder2006)
If you’ve ever used C or C++ you know about macros and their [ab]uses. Macros can be used in a number of ways, one of which is to substitute a string of text for a single identifier as in: #define MAX_TYPEVECSIZE (sizeof(typeVec[0]) * vecLength) you may also declare them as a parameterized macro (looks […]
Posted by Adam Markowitz archive on December 19th, 2005 under Uncategorized | 4 Comments »Convenient editor shortcuts (Delphi2006)
Every once in a while I’ll come across a message from a developer who wasn’t aware of a particular feature or keyboard shortcut that might ease some of their development pain. Following is a short list of convenient editor keyboard shortcuts for the default keybinding that is shipped with Delphi 2006. This not an exhaustive list, just […]
Posted by Adam Markowitz archive on December 15th, 2005 under Uncategorized | 18 Comments »Hidden feature, anyone?! (Delphi2006)
Here’s a little addition to Code Insight code parameters. Hope you like what’s been cookin’!
Posted by Adam Markowitz archive on December 9th, 2005 under Uncategorized | 25 Comments »Creating Live Templates - Basics (Delphi2006)
In this blog we’ll step through creating a simple template to make a more type safe descendant of TBucketList. This will go over the basics of code template creation which are:
Naming the template and specifying the target language.
Adding jump points for navigation and renaming synchronization.
Adding jump point default text and hints.
Up for a breath
It certainly has been a while since I’ve posted here hasn’t it? I blame work and school :) In fact, I’m furiously studying for finals right now so my blog will probably suffer a bit for at least one more week, but I’m going to try to get a blog up at least bi-weekly after […]
Posted by Adam Markowitz archive on December 3rd, 2005 under Uncategorized | 4 Comments »Server Response from: dnrh2.codegear.com

RSS Feed