In the templates tab of the configuration dialog, is there a way to denote/enter a tab characters in the text that makes up a template?
OK, I checked out the INI files. Lots of good info in them. Here's an example of default template section in the C51.INI file.
[Templates] Count=4 Template 0="for";"for(|;;)\r\n{\r\n}" Template 1="while";"while (|)\r\n{\r\n}" Template 2="continue";"continue;" Template 3="if";"if (|)" Enable=1
FYI, I added this as a feature request for uVision3. Jon
Thanks Jon !
I realize the requests could really get out of hand and pile up, but... Another one I might recommend is the ability to double-click the items in "references and definitions" list in the source browser to take you to the source for that item. Right now, you have to right-click and select from a single-choice context popup. Its a bit cumbersom. I think, however, I speak on behalf of many that the uV3 improvements are great. Please pass that on to the devel team.