|
SirCmpwn
Guest
|
 |
« on: 18 July, 2011, 21:49:38 » |
+1
|
Update This is a pretty major update, and quite a few things have been added since the last one.
Major Changes *TI-Basic and Axe Support -This is pretty basic at the moment. Only Tokenization is supported, and Axe doesn't compile, it just tokenizes into 8xp source. *Code Completion -As you type, it will pull up a small window with all of the things you're probably about to type (type "Di" and the list includes "Disp"), and allows you to auto-complete it by pressing Enter. This works for TI-Basic, Axe, and z80 Assembly *Inline Documentation -This ties in with code completion. For z80 assembly only (for now), hovering the mouse over text will give you information about it (opcodes give you size, clock speed, etc, and bcalls give you WikiTI documentation). Also, code completion will give you documentation on z80 commands and bcalls as you type. *Keyboard Customization -You can now customize keyboard shortcuts in tiDE however you like *Latest News Feed -The Start Page (this shows up when you run tiDE) now shows a feed with recent posts from Omnimaga and Cemetech (either or both may be disabled) in addition to your recent projects. *Global Settings Manager -I've added an extensible way for me to easily add user-controlled settings to tiDE, which automatically populate the Global Settings Dialog so you can edit them. *Custom Tools -Parts of tiDE are still a bit buggy - you can use Custom Tools, however, to run external programs such as Spasm or WabbitEmu and still use the rest of tiDE's features *Auto-Replacement -This is an optional feature for TI-Basic and Axe that allows you to automatically replace what you type, as you type it, with the appropriate symbols. For instance, type "->" and it will automatically be converted to "→" *Find and Replace -You can now use the Find and Replace dialog to search for and replace text. This also has support for regular expressions. *Source Insight -A system has been added to provide automatic insight into information about code. This is most visible when expanding files in the solution explorer - you get a list of labels to jump directly to. *Code Folding -You may now collapse items (in z80 assembly, these are labels, in TI-Basic, If-Then, While, Repeat, and For( loops) to their definitions, thus uncluttering your source code view.
Minor Changes Fixed issue with $, fixed subversion, started converting assembler to run as standalone program, added context menu to code view, fixed signed literals, fixed bit instructions using IX/IY, added more comment syntaxes (// and /**/), added the ability for projects to have custom configuration by type (you can see this when creating a program - it prompts for a name)
|