root/trunk/CHANGELOG

Revision 1460, 6.1 KB (checked in by stefan, 9 days ago)
Line 
1
2New Features and other Changes in JLatexEditor
3""""""""""""""""""""""""""""""""""""""""""""""
4
5# If you do not want to get notified about new features
6# set "show_new_features" in global settings to "false".
7
8
9== Version 0.2.10 ==
10
11* new features:
12  - shows warning message if project files are not in the svn
13
14
15== Version 0.2.9 ==
16
17* bug fixes:
18  - fixed bug in completion and highlighting of \input, \include, and \includegraphics
19
20
21== Version 0.2.8 ==
22
23* new features:
24  - added completion for \usetikzlibrary
25* enhancements:
26  - completion support and package import for more commands and environments
27
28
29== Version 0.2.7 ==
30
31* new features:
32  - added completion for \bibliographystyle (ticket #203)
33* enhancements:
34  - commands with completion support are marked bold
35  - file creation suggester asks for adding file to svn if project is under version control
36  - suggest to create non-existing command when pressing alt+enter (ticket #200)
37  - invalid regular expressions in search input field are highlighted red
38  - double click in SVN view opens corresponding file (SVN view stays experimental and incomplete)
39* bug fixes:
40  - fixed a bug in SVN view which led to invalid highlighting of files in SVN view
41  - fixed bug #198: F3 does not work anymore if search input field has focus
42
43
44== Version 0.2.6 ==
45
46* new features:
47  - general haskell scripting support and special support for generating tikz trees
48* minor enhancements:
49  - improved aspell recovery
50
51
52== Version 0.2.5 ==
53
54* bug fixes:
55  - fixed Linux updater
56
57
58== Version 0.2.4 ==
59
60* bug fixes:
61  - fixed Mac OS X updater
62
63
64== Version 0.2.3 ==
65
66* new features:
67  - diff view shows changes within lines and allows you to take over or reject particular changes
68  - template editor for defining user live templates
69  - installer and updater for Mac OS X
70* minor enhancements:
71  - search is automatically limited to selection range if selection is spanning at least one line
72  - the depth of the awesome deep bracket matching can now be configured (editor.bracket_matching.depth)
73  - double click on a bracket now selects the whole block
74  - improved latex parser (recognition of user defined commands)
75  - improved latex output parser (recognition of nested errors and better performance)
76  - general font size can be increased via main_window.font_scale_factor in global settings
77  - added filename completion support for \lstinputlisting
78* bug fixes:
79  - fixed broken notification of available svn updates
80  - fixed broken quick help in stable version
81  - some minor bug fixes
82
83
84== Version 0.2.2 ==
85
86* new features:
87  - completion of environment names after \begin and \end
88  - multi-level completion for commands, environments, documentclasses, packages, and files
89  - jump to environment definition via control+B
90  - suggestions for package imports via alt+ENTER on undefined commands or environments
91  - quick help shows lists of packages and documentclasses providing command under cursor
92  - quick help allows to open documentation of LaTeX packages via "texdoc"
93  - option to create macro from existing LaTeX code via control+shift+M or "LaTeX"->"Extract Command"
94  - exclude lines from being parsed by surrounding them with "%###"
95* minor enhancements:
96  - code completion popups can be used by mouse
97  - improved parsing of latex output
98  - allow to set interval for svn status checks (via check_for_svn_updates.interval in global settings)
99* bug fixes:
100  - "Replace All" button is no longer disabled if no occurrence is selected
101
102
103== Version 0.2.1 ==
104
105* minor enhancements:
106  - colored highlighting of LaTeX errors and warnings in corresponding lists
107  - continuous comments
108  - shortcut for completion (control+space) can be configure in global settings
109* bug fixes:
110  - fixed error in deb package which caused exceptions in open dialog
111
112
113== Version 0.2.0 ==
114
115* new features:
116  - reopen last closed document via control+shift+W or "File"->"Open Recent"->"Open Last Closed"
117  - added completion for parameters of \documentclass, \usepackage, \usetheme, \usecolortheme,
118    \usefonttheme, \useinnertheme, and \useoutertheme
119  - automatically generate labels for sections, figures, and tables (see corresponding live templates)
120  - quick help on commands shows packages providing them
121* major improvements:
122  - replaced buggy Java open dialog with a completely new one - better looking and better usability
123  - improved math environment detection and error highlighting
124  - invalid environment closing is marked as error while typing
125* minor enhancements:
126  - prettied up tabs and icons in compile tree
127  - added icons to menu (thanks to Tango Desktop Project for the icons)
128  - added initial and very primitive file search; started via control+shift+N or "LaTeX"->"File Search"
129  - svn merge conflicts are highlighted red
130  - improved bibtex highlighting (unused items marked grey)
131  - improved LaTeX highlighting (duplicated labels marked red)
132  - improved configuration of keyboard shortcuts
133    * allows to configure control+left/right/up/down/y/k/u...
134    * open keyboard shortcut configuration dialog via control+space
135  - improvements for mac (now using Mac menubar)
136  - quick jump to compiler output from errors and warnings using context menu
137  - added live templates: table
138  - automatically close environments (if not yet closed)
139  - automatically increase indentation after opening an environment, after \item, and after an
140    opening brace
141  - several other minor bug fixes and improvements
142
143
144== Version 0.1.56 ==
145
146* new refactoring features:
147  - renaming of BitTex items and \cite{...} via F2 or "LaTeX"->"Rename Element"
148* minor enhancements:
149  - hunspell results are cached for better performance
150* bug fixes:
151  - inverse search did not work with absolute paths
152  - some bug fixes in BibTex parser
153
154
155== Version 0.1.55 ==
156
157* minor bug fixes:
158  - CHANGELOG opens after every start
159  - CHANGELOG not included in .deb package
160
161
162== Version 0.1.54 ==
163
164* new refactoring features:
165  - rename commands, labels, environments via F2 or "LaTeX"->"Rename Element"
166  - close current environment via control+alt+E or "LaTeX"->"Close Environment"
167  - realign table columns via control+alt+r or "LaTeX"->"Realign Table Columns"
168* minor changes:
169  - "Forward Search" located in "LaTeX" menu
Note: See TracBrowser for help on using the browser.