history.hss 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. [Main]
  2. Title=Version History
  3. [Top]
  4. <B>Version 2.96 (June 2009) - GCC4TI</B>
  5. <UL>
  6. <LI>Added more instructions and macros to the default lists used for syntax coloring.</LI>
  7. </UL>
  8. <B>Version 2.95 (January 2009) - GCC4TI</B>
  9. <UL>
  10. <LI>Added several instructions and macros to the default lists used for syntax coloring.</LI>
  11. <LI>Restored VTI support <B>in addition to</B> TIEmu support, as requested by multiple
  12. experienced TI-68k programmers ever since it was removed from TIGCC.</LI>
  13. </UL>
  14. <B>Version 2.94 (October 2006) - TIGCC</B>
  15. <UL>
  16. <LI>Improved keyboard accelerators (added missing ones and fixed conflicting ones).</LI>
  17. <LI>Added <I>Only at beginning of line</I> checkbox to the <I>Edit Custom Style</I> dialog.</LI>
  18. <LI>Fixed inverted logic bug in approximate matching for prototype helps.</LI>
  19. <LI>Fixed detection of '??=' in source file splitting.</LI>
  20. <LI>Changed the Debug menu to use TiEmu (20061030 or later) instead of VTI as the emulator target.</LI>
  21. </UL>
  22. <B>Version 2.93 SP1 (July 2006)</B>
  23. <UL>
  24. <LI>Various minor bugfixes.</LI>
  25. </UL>
  26. <B>Version 2.93 (April 2005)</B>
  27. <UL>
  28. <LI>Added support for Mlink-format relocs.</LI>
  29. <LI>Added support for Windows XP theming.</LI>
  30. <LI>Added support for DWARF 2 debugging information.</LI>
  31. <LI>Fixed multi-line strings in macros in the source splitter.</LI>
  32. </UL>
  33. <B>Version 2.92 (August 2004)</B>
  34. <UL>
  35. <LI>Added support for the new linker, which is now a DLL.</LI>
  36. <LI>Added support for data variables.</LI>
  37. <LI>Added support for on-calc folder names.</LI>
  38. <LI>Removed the Template Wizard in favor of global program options.</LI>
  39. <LI>Added a template for comment data.</LI>
  40. <LI>Added support for virtual folders used when compiling programs.</LI>
  41. <LI>Added an option not to jump to the first error.</LI>
  42. <LI>Integrated the calculator linking code into the program.</LI>
  43. <LI>Made project loading faster by not loading all files immediately.</LI>
  44. <LI>Added ability to copy error messages to clipboard.</LI>
  45. <LI>Added code completion patches by Ephyx.</LI>
  46. <LI>Various minor fixes and additions.</LI>
  47. </UL>
  48. <B>Version 2.91 (November 2002)</B>
  49. <UL>
  50. <LI>Replaced the title and wizard images and the icons by new ones created by <A HREF="mailto:gereon.cs@web.de">Gereon Kindler</A>.</LI>
  51. <LI>Implemented storing file names in relation to the project directory.</LI>
  52. <LI>Added optional drag and drop text editing.</LI>
  53. <LI>Speeded up source file splitting.</LI>
  54. <LI>Implemented a "Remove Trailing Spaces" feature.</LI>
  55. </UL>
  56. <B>Version 2.9 (December 2001)</B>
  57. <UL>
  58. <LI>Added a recent files list.</LI>
  59. <LI>Added a customizable tools menu.</LI>
  60. <LI>Added the possibility to move files between categories.</LI>
  61. <LI>Changed the search function to search through all files.</LI>
  62. <LI>Added a window showing the complete output of the program called most recently.</LI>
  63. <LI>Changed the print function to use the Windows driver instead of printing directly.</LI>
  64. <LI>Added proxy support in the news download.</LI>
  65. <LI>Changed the role of Tab and Shift+Tab to indent and unindent selected text, and enabled Shift+Backspace.</LI>
  66. <LI>Added support for the 'incbin' A68k directive with 'other files'.</LI>
  67. <LI>Added the possibility to specify a path for Virtual TI.</LI>
  68. <LI>Added 'none' as a possible target to send the file to.</LI>
  69. <LI>Fixed a bug with overwriting existing files.</LI>
  70. <LI>Implemented selection by holding down Shift and clicking.</LI>
  71. <LI>Fixed the editor to be able to display all fixed-width fonts.</LI>
  72. <LI>Fixed the function list to be more reliable.</LI>
  73. </UL>
  74. <B>Version 2.8 SP3 (November 2001)</B>
  75. <UL>
  76. <LI>Fixed the bug which would make closing large files really slow.</LI>
  77. <LI>Implemented a Ctrl+Tab shortcut to switch between files.</LI>
  78. </UL>
  79. <B>Version 2.8 SP2 (September 2001)</B>
  80. <UL>
  81. <LI>Introduced special mouse wheel support for people with wheel problems.</LI>
  82. <LI>Added the possibility to run a batch file after building.</LI>
  83. <LI>Added a detection to warn if a file was modified on the disk.</LI>
  84. </UL>
  85. <B>Version 2.8 SP1 (April 2001)</B>
  86. <UL>
  87. <LI>Fixed send to calc/VTI support for the TI-92 Plus.</LI>
  88. <LI>Shift+Ctrl+Alt+F9 shortcut for calc/VTI switch.</LI>
  89. </UL>
  90. <B>Version 2.8 (March 2001)</B>
  91. <UL>
  92. <LI>Background compilation.</LI>
  93. <LI>Support for linking multiple files through the GNU linker.</LI>
  94. <LI>Support for creating and using archives.</LI>
  95. <LI>Creation of debug information in the .s file.</LI>
  96. <LI>Drag and drop support from the explorer.</LI>
  97. <LI>Headline download (manually and automatically).</LI>
  98. <LI>Send to calc/VTI support.</LI>
  99. </UL>
  100. <B>Version 2.71 (November 2000)</B>
  101. <UL>
  102. <LI>Support for GNU assembly files.</LI>
  103. <LI>Fixed support for BSR calls.</LI>
  104. <LI>Support for compressing files.</LI>
  105. <LI>Automatic inclusion of patches.</LI>
  106. <LI>Better automatic '{...}' blocks.</LI>
  107. <LI>Support for viewing compiler output.</LI>
  108. </UL>
  109. <B>Version 2.7 (October 2000)</B>
  110. <UL>
  111. <LI>Completely self-written new editor with syntax highlighting.</LI>
  112. <LI>Support for opening external files.</LI>
  113. <LI>Support for version 2.2 of the TIGCC Library.</LI>
  114. <LI>Support for the newly recompiled version of TIGCC.</LI>
  115. <LI>Function menu.</LI>
  116. <LI>Automatic '{...}' blocks.</LI>
  117. <LI>Shortcuts for increasing and decreasing the indent.</LI>
  118. <LI>Source file splitting to find error positions.</LI>
  119. <LI>Complete error tracking and deletion.</LI>
  120. </UL>
  121. <B>Version 2.6 (June 2000)</B>
  122. <UL>
  123. <LI>Part of TIGCC package from now on.</LI>
  124. <LI>Fixed a lot of bugs.</LI>
  125. <LI>Included help file by Philipp Winkler.</LI>
  126. <LI>Works with new folder structure.</LI>
  127. <LI>Customizable link order.</LI>
  128. <LI>Progress bar with stop button for syntax highlighting.</LI>
  129. <LI>More preferences.</LI>
  130. <LI>Compilation animation.</LI>
  131. <LI>Floatable toolbar.</LI>
  132. <LI>Startup screen.</LI>
  133. </UL>
  134. <B>Version 2.5 (May 2000)</B>
  135. <UL>
  136. <LI>Included ASM syntax highlighting.</LI>
  137. <LI>Included support for version 2.0 of the TIGCC library.</LI>
  138. <LI>Updated error list.</LI>
  139. <LI>Fixed C/ASM bug in previous release.</LI>
  140. </UL>
  141. <B>Version 2.4 (May 2000)</B>
  142. <UL>
  143. <LI>Updated preferences dialog.</LI>
  144. <LI>Customizable syntax highlighting.</LI>
  145. </UL>
  146. <B>Version 2.3 (May 2000)</B>
  147. <UL>
  148. <LI>Never officially released.</LI>
  149. <LI>Syntax highlighting (no customization; C only).</LI>
  150. </UL>
  151. <B>Version 2.2 (May 2000)</B>
  152. <UL>
  153. <LI>Never officially released.</LI>
  154. <LI>Bugfixes.</LI>
  155. <LI>New compilation window.</LI>
  156. <LI>Bringing VTI into foreground.</LI>
  157. </UL>
  158. <B>Version 2.11 (May 2000)</B>
  159. <UL>
  160. <LI>Editor bugfixes.</LI>
  161. </UL>
  162. <B>Version 2.1 (May 2000)</B>
  163. <UL>
  164. <LI>File date checking bugfix.</LI>
  165. <LI>More IDE options.</LI>
  166. <LI>Find and print functions.</LI>
  167. <LI>TIGCC installer.</LI>
  168. <LI>Ctrl+Enter shortcut.</LI>
  169. <LI>Word wrap (now uses rich text edit control).</LI>
  170. </UL>
  171. <B>Version 2.0 (May 2000)</B>
  172. <UL>
  173. <LI>Never officially released (beta) (too many missing features and bugs).</LI>
  174. <LI>File date checking.</LI>
  175. <LI>Assembler bug workaround.</LI>
  176. <LI>Stable force-quit operation.</LI>
  177. <LI>Toolbar, status bar, icons in menus.</LI>
  178. <LI>More editor options.</LI>
  179. <LI>Header file error display.</LI>
  180. </UL>
  181. <B>Version 1.0 (April 2000)</B>
  182. <UL>
  183. <LI>Initial release.</LI>
  184. <LI>Included all three programs.</LI>
  185. <LI>Fully functional IDE.</LI>
  186. <LI>Extraction of errors from all three programs.</LI>
  187. <LI>Almost 100% accurate error tracking.</LI>
  188. <LI>Use of projects.</LI>
  189. </UL>