PageRenderTime 50ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 1ms

/www/branches/dev/nimbus/htdocs/CHANGES41.txt

#
Plain Text | 1369 lines | 964 code | 405 blank | 0 comment | 0 complexity | 77de782172f91bf77fd7c9a9ba576412 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0

Large files files are truncated, but you can click here to view the full file

  1. JEDIT 4.1 VERSION HISTORY
  2. * Version 4.1pre11
  3. Thanks to Kris Kopicki and Stefan Kost for contributing to this release.
  4. + Enhancements:
  5. - "BeanShell Error" dialog box now shows the full traceback, not just
  6. the exception message.
  7. - Some minor optimizations.
  8. - FAQ updates (Kris Kopicki).
  9. + Bug Fixes:
  10. - Minor fix to BibTeX syntax highlighting (Stefan Kost).
  11. - jEditLauncher was not being correctly installed on Windows.
  12. - Fixed accidental AbstractOptionPane API breakage.
  13. - FileVFS._mkdir() did not send the correct VFSUpdates if more than one
  14. nested directory had to be created.
  15. - Fixed some obscure problems with file system browser dialog box
  16. completion.
  17. - Narrowing would display the wrong text if the text area was scrolled
  18. to the start of the buffer.
  19. - jEdit.exit() no longer throws an exception if no views are open. This
  20. fixes the problem of not being able to exit jEdit when running on
  21. MacOS X with the -background command line switch (Kris Kopicki).
  22. - Narrowing to one set of lines and then immediately to another such
  23. that the intersection of the two sets is empty would cause problems.
  24. + API Additions:
  25. - Added Buffer.invalidateCachedFoldLevels() method needed by SideKick
  26. plugin.
  27. * Version 4.1pre10
  28. Thanks to Kris Kopicki and Oliver Rutherfurd for contributing to this
  29. release.
  30. + Enhancements:
  31. - Divider position in Global Options dialog box is now saved.
  32. - Minor improvement to Python auto indent (Oliver Rutherfurd).
  33. - Invocations of 'Delete Line' are now undone one at a time.
  34. - Documentation updates.
  35. - FAQ updates (Kris Kopicki).
  36. - API documentation generated with javadoc is now included. A custom
  37. doclet is used to generate a tree view for the help viewer.
  38. - The installer now packs .tar.bz2 archives instead of storing files in
  39. the JAR directly. Now that javadocs have been added to the core
  40. distribution, the old installer balooned to 2.7Mb; the new installer
  41. is only 1.4Mb.
  42. To implement this the installer uses the org.apache.excalibur.bzip2
  43. and com.ice.tar libraries. Licensing info and home page links can be
  44. found in README.txt.
  45. + Bug Fixes:
  46. - Stricter checks for windows being out-of-bounds.
  47. - The text area no longer falls over if an exception is thrown while
  48. firing a caret or scroll event.
  49. - Saving a file within jEdit will refresh the directory search file list
  50. if necessary.
  51. - The Format Paragraph command was once again broken on Java 1.3.
  52. - Installer's "auto" mode works now. The command line syntax has
  53. changed:
  54. java installer.Install auto <install directory>
  55. unix-script=<bin directory> unix-man=<man directory>
  56. The last two parameters are optional.
  57. - EOL_SPAN_REGEXP rule was broken (Oliver Rutherfurd).
  58. - Undoing all changes up to a save would not delete the autosave file,
  59. even though the buffer was no longer marked as "dirty".
  60. - Fixed minor problem with expanding files when moving the caret outside
  61. the narrowed range.
  62. - Fixed digit highlighting regexp since it didn't pick up 0xff00 (and
  63. various other combinations) properly.
  64. - Installer didn't work on OS/2.
  65. - "Toggle Line Separator" command now sets buffer dirty status.
  66. - Splitting the view more than once could break.
  67. - Fixed a NullPointerException when doing a "Replace All" over a
  68. directory right after a HyperSearch in the same directory, then
  69. closing some of the buffers touched by the "Replace All".
  70. - Fixed display of docking buttons on Mac OS X (Kris Kopicki).
  71. - Dialog boxes shown by search and replace are now parented by a
  72. search dialog, if one is open.
  73. - Fixed yet another bug when editing the same buffer in two splits,
  74. this time if the second split was narrowed.
  75. - Fixed obscure file system browser selection bug.
  76. - Fixed unnecessary repainting in text area, this should improve
  77. performance.
  78. * Version 4.1pre9
  79. Thanks to Chris Petersen, Iain Hewson, Kris Kopicki, Randolf Mock and
  80. Reinout van Schouwen for contributing to this release.
  81. + Syntax Highlighting Changes:
  82. - Added gettext mode (primarily used on Unix for translating programs
  83. to other languages) (Reinout van Schouwen).
  84. - Added APDL mode (Randolf Mock).
  85. - Updated CSS, PHP, Perl syntax highlighting (Chris Petersen).
  86. + Miscellaneous Changes:
  87. - Global options dialog box remembers its size and position now.
  88. - Much faster auto indent.
  89. - Prefix keys (C+e, C+e n, C+m, C+r) now show a status bar message.
  90. - Added a "Docking Options" item to the docking button's right-click
  91. menu.
  92. + Installer Changes:
  93. - On Unix systems, a jedit.1 manual page is now installed.
  94. + Bug Fixes:
  95. - Saving a file from one file system to another using the "Save a Copy
  96. As" command could cause problems if the destination VFS implemented
  97. the _saveComplete() method. This method was only passed a buffer
  98. instance, and there was no way to obtain the destination path.
  99. - Making changes above the first line did not scroll the text area.
  100. - Fixed a bug with nested compound edits. I'm not sure if it ever caused
  101. any problems, however it did affect performance.
  102. - More fixes for non-standard mouse button handling under MacOS X
  103. (Kris Kopicki).
  104. - Fixed possible incorrect enabling and disabling of controls, and an
  105. ArrayIndexOutOfBoundsException when selecting the last edit mode in
  106. the Editing option pane's list.
  107. - Fixed possible ArrayIndexOutOfBoundsException while scrolling in a
  108. text area that was narrowed to a specific region in the buffer.
  109. - Fixed problem with Gutter marker tooltips not showing up sometimes if
  110. the text area was scrolled horizontally.
  111. - JEditTextArea.getPhysicalLineOfScreenLine() was broken. This caused
  112. problems for JDiff.
  113. - Fixed problem when scrolling with soft wrap where the last visible
  114. line would get clipped.
  115. - The jeditshell directory was missing from the source download.
  116. - Plugin properties would override site properties.
  117. - Various modes were missing a "lineUpClosingBracket" property.
  118. - Editing option pane's "Use default settings" check box was broken.
  119. - Fixed an auto-indent bug that would give lines incorrect indent if
  120. they contained both a closing and an opening bracket.
  121. - Fixed a problem with undo -- after undoing the full undo queue,
  122. further edits were not being added. This problem has been there since
  123. the 4.0 pre-releases, damn.
  124. - Fixed problem with grabbing keystrokes with the Shift modifier set and
  125. all other modifiers unset (Iain Hewson).
  126. + API Changes:
  127. - VFS._saveComplete(Object session, Buffer buffer, Component comp) is
  128. now VFS._saveComplete(Object session, Buffer buffer, String path,
  129. Component comp).
  130. + API Additions:
  131. - HyperSearchResults.getTree() method added.
  132. * Version 4.1pre8
  133. Thanks to Carmine Lucarelli, Chris Petersen, Jonathan Revusky,
  134. Kris Kopicki, Silas Smith and Will Varfar for contributing to this
  135. release.
  136. + Syntax Highlighting Changes:
  137. - Icon syntax highlighting (Silas Smith).
  138. - Redcode syntax highlighting (Will Varfar).
  139. - Minor updates to JavaScript, PHP and ShellScript modes
  140. (Chris Petersen).
  141. - Updated FreeMarker syntax highlighting (Jonathan Revusky).
  142. - Java mode now highlights "assert" and "strictfp" keywords.
  143. + Auto Indent Changes:
  144. - "indentPrevLine" buffer-local property now named "indentNextLine".
  145. Update your modes.
  146. - Added a new "indentNextLines" property that indents all subsequent
  147. lines, not just the next line. This finally gives correct auto-indent
  148. behavior in Python files.
  149. - Added a new "lineUpClosingBracket" property. If false, then a closing
  150. bracket will not unindent the current line, but rather the next line.
  151. This gives us semi-correct indent behavior in Lisp and Scheme modes.
  152. + Miscellaneous Changes:
  153. - Plugin manager progress window now only has one progress bar.
  154. - In the file system browser, S+ENTER with a directory selected opens
  155. the directory in a new browser window.
  156. - Pressing LEFT in the filename field with the caret already at the
  157. left-most position goes to the parent directory location.
  158. - Added View->Show Buffer Switcher command (shortcut: A+BACK_QUOTE). It
  159. shows the buffer switcher combo box if it is enabled.
  160. - Improved scrolling performance when soft wrap is on. In previous 4.1
  161. pre-releases and especially in 4.0, the editor was noticably less
  162. responsive if soft wrap was on. No longer.
  163. - Documentation updates.
  164. - Added some more tips of the day.
  165. + Bug Fixes:
  166. - Sometimes the status bar was not updated properly in newly created
  167. views.
  168. - Fixed a few help viewer quirks.
  169. - Fixed several bugs in the text area scrolling code.
  170. - Fixed Global Options dialog box resizing problems.
  171. - Fixed possible ArrayIndexOutOfBoundsExceptions when deleting text.
  172. - Fixed various minor bugs with the "Format Paragraph" command.
  173. - Fixed some popup menu display bugs.
  174. - Fixed possible NullPointerException in Syntax Highlighting option
  175. pane.
  176. - Highlighting of m{...} and s{...}{...} in Perl mode was broken.
  177. - The 4.1pre7 changelog claimed that roots: now listed the desktop. This
  178. was broken and has now been fixed (Carmine Lucarelli).
  179. - Fixed NPE when a client instance of jEdit requested an already opened
  180. buffer to be shown in a new view if that buffer had been changed on
  181. disk.
  182. - Contents of filename field in "Save As" dialog box now take precedence
  183. over the currently selected file in the file list.
  184. - Fixed possible deadlock on startup if jEdit was opening a file stored
  185. on a remote server using, say, the FTP plugin and the plugin displayed
  186. a modal dialog box.
  187. - If "two stage save" was disabled, saving a file did not send VFS
  188. update messages, so features that relied on that message didn't work
  189. (reload of file system browser, reload of edit modes).
  190. - Fixed minor XSLT syntax highlighting glitch.
  191. - Fixed minor CSS syntax highlighting glitch.
  192. - jEdit would misdetect Windows ME as Windows NT. This caused problems
  193. for the Console plugin.
  194. - Right mouse button should work on MacOS X now.
  195. - Markers menu showed wrong line text (Ollie Rutherfurd).
  196. - "Write HyperSearch Results" macro updated to work with
  197. multiple-results code (Rudi Widmann).
  198. - Fixed various auto indent bugs.
  199. - Wheel mouse page scroll now scrolls the correct amount if soft wrap is
  200. on.
  201. - Starting a rectangular selection on a bracket should no longer leave a
  202. bogus bracket block selection in place.
  203. + API Additions:
  204. - Added org.gjt.sp.jedit.gui.AnimatedIcon class (Kris Kopicki).
  205. * Version 4.1pre7
  206. Thanks to Chris Kent, Jonathan Revusky and Marcelo Vanzin for
  207. contributing to this release.
  208. + Syntax Highlighting Changes:
  209. - FreeMarker syntax highlighting (Jonathan Revusky).
  210. + User Interface Changes:
  211. - The parent directory list in the file system browser now requires a
  212. double-click (or middle mouse button click) to open a directory. This
  213. makes it consistent with the behavior of the file tree below it, which
  214. also requires double-clicks.
  215. - The tooltips shown by the file system browser when a filename is
  216. partially obscured are no longer positioned over the filename, because
  217. Swing does not pass clicks inside tooltips to the underlying
  218. component.
  219. - The help viewer now shows the title of the current page in place of
  220. the location field, and the location field is now gone. As a result
  221. the help viewer can no longer be used to view arbitriary URLs. Use the
  222. InfoViewer plugin for that purpose instead.
  223. + Global Options Dialog Changes:
  224. - The Global Options dialog box now opens to display the most recently
  225. viewed option pane. Also the "overview" pane is gone.
  226. - Merged the Editing and Mode-Specific option panes.
  227. - The text area right-click popup menu now contains an item "Customize"
  228. for quick access to the Context Menu pane of the Global Options dialog
  229. box.
  230. - If a HyperSearch produces no results, older result nodes are collapsed
  231. in the "HyperSearch Results" window.
  232. + Performance Improvements:
  233. - Improved performance of line offset manager when a lot of changes are
  234. made starting from the end of the buffer going to the beginning. Early
  235. in the 4.1 series a corresponding optimization was added for edits
  236. going in the other direction, which improved performance of "Replace
  237. All" and similar operations significantly. This change improves
  238. performance of undos of "Replace All".
  239. - Improved performance of text area when a lot of changes are made to a
  240. buffer, especially while selections are active, or if soft wrap is
  241. switched on. Again this improves performance of "Replace All", which
  242. was nearly unusable with soft wrap.
  243. - Updated to BeanShell 1.2b7. This version has less debugging code and
  244. should be faster.
  245. + Miscellaneous Changes:
  246. - If the user and system macro directories have a subdirectory with the
  247. same name, the contents of the subdirectories are merged in the
  248. "Macros" menu. Previously, one could end up with two "Text" menus, for
  249. instance.
  250. - The plugin list in the "Install Plugins" and "Update Plugins" dialog
  251. boxes is now categorized.
  252. - jEdit now remembers if a window was maximized when saving geometry if
  253. running under Java 1.4. (Chris Kent)
  254. - The roots: filesystem now calls Java 1.4 methods where appropriate to
  255. obtain the roots. This means that on Windows, for example, in addition
  256. to listing drive letters, it will also list files on the desktop.
  257. - The tips of the day have been updated for assorted jEdit 4.1 changes.
  258. - User's guide is more up-to-date with respect to jEdit 4.1 now. There
  259. is still much to be done though.
  260. + Bug Fixes:
  261. - The action "Insert Tab and Indent" was broken. If you reassigned TAB
  262. to "Insert Tab" to work around this problem in pre6, you can revert
  263. the assignment (unless you'd like the TAB key to always insert a tab,
  264. without indenting).
  265. - Backed out Rex Young's ReadWriteLock.java fix from pre6 since it
  266. caused deadlocks.
  267. - Fixed some long-standing bugs in the reverse search code.
  268. - Dialogs that are shown by other dialogs have been updated to have the
  269. invoking dialog as their parent, instead of the containing frame. This
  270. should fix problems with some windows obscuring others, etc.
  271. (Marcelo Vanzin)
  272. - Fixed a possible ClassCastException that could occur if macro
  273. directories were nested.
  274. - "Rectangular selection mode" status message was not being shown on
  275. MacOS X.
  276. - Fixed a NoSuchMethodError when invoking "Format Paragraph" on Java
  277. 1.3.
  278. - A Control-click did not bring up the right-click popup menu in the
  279. file system browser on MacOS X.
  280. - Fixed a NullPointerException when selecting text in the last visible
  281. line, if soft wrap was on and only the top part of the last visible
  282. line was visible.
  283. - Fixed a possible ArrayIndexOutOfBoundsException when a rectangular
  284. selection started or ended within a hard tab.
  285. - Plugin actions and dockables are no longer loaded if the plugin's
  286. start() method failed, or if dependencies were unsatisfied.
  287. - Wheel mouse scrolling should once again respect the operating system's
  288. scroll amount setting.
  289. - The Page Scroll Up and Page Scroll Down commands now scroll the
  290. correct amount if soft wrap is enabled.
  291. - Fixed possible ArrayIndexOutOfBoundsException if a buffer had a
  292. HyperSearch performed in it, then modified, closed and opened again.
  293. - When doing a Replace All operation over a directory, edits performed
  294. on files that were not open before the search started were not batched
  295. in a compound edit due to an erronous "isTemporary()" check in
  296. begin/endCompoundEdit().
  297. - Fixed a possible ArrayIndexOutOfBoundsException in the status bar when
  298. making changes near the end of the buffer.
  299. - Closing the Global Options dialog box would add dockables to plain
  300. views. Plain views are not supposed to have dockables.
  301. - Bracket highlight color setting in Gutter option pane was broken.
  302. - Digits would not be highlighted properly in modes which did not define
  303. any keywords.
  304. + API Additions:
  305. - You can now open the Global Options dialog box on a specified option
  306. pane using the new GlobalOptions(Frame,String) and
  307. GlobalOptions(Dialog,String) constructor.
  308. - Added VFS.getTwoStageSaveName() method. Override this if your VFS does
  309. not allow file names to contain the # character.
  310. * Version 4.1pre6
  311. Thanks to Cullen Linn, Giulio Piancastelli, John Perry, Joshua Miller,
  312. Kris Kopicki, Marcelo Vanzin, Peter Cox, Rex Young, Ryan Grove,
  313. Rudolf Widmann and Steve Snider for contributing to this release.
  314. + Help System Changes:
  315. - The user's guide, FAQ, and plugin documentation is now searchable. An
  316. in-memory index is built the first time a search is performed during a
  317. jEdit session. Currently, the search engine is very simple and only
  318. performs whole-word matching (so searching for "auto save" and
  319. "autosave" will yield different results). Results are ranked according
  320. to how many times that word appears in the document. Searching for
  321. multiple words returns all documents that contain at least one of the
  322. words, however documents containing multiple search terms are ranked
  323. higher.
  324. + Editing Changes:
  325. - The "Indent on Enter" and "Indent on Tab" options are no longer.
  326. (Actually, the former was removed in pre5, but I forgot to mention it
  327. in the changelog).
  328. The new way to change these options is to just rebind the ENTER and
  329. TAB keys in the Shortcuts option pane. There are several actions they
  330. can be bound to:
  331. Insert Enter
  332. Insert Enter and Indent
  333. Insert Tab
  334. Insert Tab and Indent
  335. Indent Line (if you want TAB to indent anywhere in a line, not just in
  336. the leading whitespace, like in emacs).
  337. + Syntax Highlighting Changes:
  338. - Added .NET CIL syntax highlighting (Cullen Linn).
  339. - Added Maple syntax highlighting (John Perry).
  340. - Added NSIS2 syntax highlighting (Ryan Grove).
  341. - Updated ColdFusion syntax highlighting (Joshua Miller).
  342. - Updated Fortran syntax highlighting (Yifan Song).
  343. - Updated PL-SQL syntax highlighting (Steve Snider).
  344. - Updated Prolog syntax highlighting (Giulio Piancastelli)
  345. + Miscellaneous Changes:
  346. - Holding down Alt while scrolling with the wheel mouse now moves the
  347. caret up or down. Holding down Shift and Alt will extend the selection
  348. up or down (Rudolf Widmann).
  349. - The "HyperSearch Results" window now remembers old search results.
  350. They can be cleared out by right-clicking and selecting "Remove Node"
  351. from the resulting popup menu (Peter Cox).
  352. - The content of the status bar can be customized in the new
  353. "Status Bar" pane of the Global Options dialog box (Kenrick Drew).
  354. + Platform-Specific Changes:
  355. - Updated MacOS plugin (Kris Kopicki).
  356. - Added MacOS menu to the Plugins menu. Provides time saving features
  357. like revealing files and folders in the Finder, and running
  358. AppleScripts.
  359. - You can run AppleScripts (compiled, uncompiled and standalone).
  360. Scripts must be located in the scripts folder in the jEdit folder.
  361. They can be either plain text or compiled scripts. Scripts must have
  362. their type and creator set correctly, have a .scpt (for compiled
  363. scripts) or .applescript (for uncompiled scripts) extension, or
  364. both. Note: Scripts that require user interaction are not supported.
  365. - Added and option to Mac OS Plugin settings to change the script
  366. folder search depth.
  367. + Bug Fixes:
  368. - Removed erronous check box from Buffer Options dialog box.
  369. - Changed the code that makes sure windows are always displayed in the
  370. visible region of the screen. It now only moves windows if their
  371. top-left corner is invisible; windows with other parts obscured are
  372. not moved.
  373. - Fixed possible ArrayIndexOutOfBoundsException with regular expression
  374. syntax rules.
  375. - Plugin manager's dialog boxes are now parented by the plugin manager,
  376. not the view (Marcelo Vanzin).
  377. - Fixed repaint problems in tool bar option pane's buttons (and possibly
  378. other places) by making RolloverButton's isOpaque() method return
  379. false.
  380. - Fixed highlighting of digits in C, C++, Java and similar modes; now
  381. hex digits are only highlighted if the number begins with "0x".
  382. - Print output would be clipped if the "print header" option was
  383. switched off.
  384. - Fixed obscure deadlock condition in ReadWriteLock.java (Rex Young).
  385. - The drop down box on a history text field was painted in the menu
  386. foreground, not the text field foreground. This could look bad if text
  387. field colors were customized using the "Use jEdit text area colors in
  388. all text components".
  389. - Fixed a problem where the Complete Word popup would not be closed
  390. under some circumstances.
  391. - "Unsplit Current" command no longer changes the divider location to
  392. zero.
  393. - "Copy Append to Register" and "Cut Append to Register" commands would
  394. throw NullPointerExceptions when appending to a register that didn't
  395. exist. The correct behavior is to put the selected text in the
  396. register.
  397. - $ at the end of an abbreviation expansion is now treated literally.
  398. - Fixed an obscure bug that could result in exceptions being thrown by
  399. the caret status display.
  400. - Fixed a problem with BeanShell namespace handling that would cause
  401. some macros to fail (eg, Add_Prefix_and_Suffix.bsh).
  402. + API Changes
  403. - Macros.Handler.accept() now takes a path name, not a file name. This
  404. should not affect existing plugins since none that I know of
  405. override this method.
  406. * Version 4.1pre5
  407. Thanks to Axel Biernat, Chris Petersen, Eric Benoit, Fan Ho Yin, Kris
  408. Kopicki, Marco Gotze, Ollie Rutherfurd, and Steve Snider for
  409. contributing to this release.
  410. + Syntax Highlighting Changes:
  411. - Added NQC syntax highlighting (Fan Ho Yin)
  412. - Added Ruby-HTML syntax highlighting (Eric Benoit)
  413. - Added Pike syntax highlighting (Marco Gotze)
  414. - Updated C-Sharp syntax highlighting (Ollie Rutherfurd)
  415. - Updated Perl syntax highlighting (Chris Petersen)
  416. - Updated PL-SQL syntax highlighting (Steve Snider)
  417. - Updated CSS syntax highlighting (Axel Biernat)
  418. - The "More accurate syntax highlighting" option is no longer. When it
  419. was on, it would do the following:
  420. - Cause the buffer to be parsed entirely by the syntax engine when
  421. first loaded.
  422. - When parsing a line for syntax tokens, it would scan back to the
  423. start of the buffer looking for a line with valid syntax info,
  424. instead of only looking 100 lines back.
  425. However, the second made the first unnecessary, and with the first
  426. behavior gone, the performance hit is not noticable. So this option is
  427. now effectively always on.
  428. + Global Options Dialog Changes:
  429. - The tool bar option pane now has an "Edit" button for modifying the
  430. currently selected tool bar entry.
  431. - Now org.gjt.sp.jedit.gui.OptionsDialog is an abstract class, with a
  432. concrete org.gjt.sp.jedit.options.GlobalOptions subclass with the
  433. Global Options-specific code. This allows plugins to create paned
  434. dialog boxes similar to Global Options.
  435. - The "Standard go to next/previous word behavior" setting has been
  436. removed; instead some new actions have been added which can be bound
  437. to C+LEFT, C+RIGHT, CS+LEFT and CS+RIGHT to achieve the behavior of
  438. this setting:
  439. Go to Next Word (Eats Whitespace)
  440. Go to Previous Word (Eats Whitespace)
  441. Select Next Word (Eats Whitespace)
  442. Select Previous Word (Eats Whitespace)
  443. + Plugin Manager Changes:
  444. - Added "Select All" button to Install and Update Plugins dialogs
  445. - The plugin list is only downloaded once per Plugin Manager dialog box
  446. instance
  447. + Miscellaneous Changes:
  448. - Added an "Unsplit Current" command, bound to C+0 by default. It
  449. removes the split pane containing the current edit pane only, as
  450. opposed to the "Unsplit All" command (previously "Unsplit", still
  451. bound to C+1) which removes all splits from the view.
  452. - Behavior of "Warn if file is modified on disk by another program"
  453. setting is now more intuitive; even if its off, the write protection
  454. status of a buffer is still updated if it changes on disk. Also this
  455. setting now controls the modification check when saving; previously it
  456. only controlled the check performed when jEdit received focus.
  457. - jEdit now makes sure that windows are within the bounds of the screen
  458. when loading saved geometry. This should improve matters for people
  459. who use a laptop with a docking station that has a different
  460. resolution, etc. (Kris Kopicki)
  461. + Bug Fixes:
  462. - Line numbers in the 'Markers' menu were off by one
  463. - On some Java versions, the popup menu code would not work in frames
  464. and dialog boxes and print a stream of exceptions
  465. - Fixed exception thrown on MacOS X when attempting to list "Local
  466. Drives" in the file system browser (Kris Kopicki)
  467. - Fixed problems if a macro file name had a space in it
  468. - Fixed a number of problems with mode property handling:
  469. - It was not possible to override a mode's property with a blank
  470. value; for example if you no longer wanted objective-c mode to open
  471. *.m files (and instead use matlab mode for those files) you had to
  472. enter a dummy filename glob in the objective-c settings.
  473. - Changing the filename or first line glob in the "Mode Specific" pane
  474. would not take effect until jEdit was restarted.
  475. - Entering a relative path in the file system browser's "Path" field
  476. didn't work
  477. - "Format Paragraph" command would insert extra newlines if a line ended
  478. with a space
  479. - The MacOS plugin had a version check that looked for an exact MRJ
  480. version match, rather than an equal or newer version. This broke the
  481. plugin when running on MacOS X 10.2. (Kris Kopicki)
  482. - If an action caused the creation of a dockable window, the standard
  483. variables (view, buffer, textArea, editPane) would be cleared from the
  484. action's namespace from that point on. This has been fixed by making
  485. dockable creation and action invocation take place in different
  486. namespaces.
  487. - Fixed a display problem if a SEQ_REGEXP, SPAN_REGEXP or
  488. EOL_SPAN_REGEXP syntax highlighting rule matched a tab.
  489. - Added a workaround for a Java problem were very wide rectangles were
  490. not painted properly in the selection painting code.
  491. - The TERMINATE_AT rule was broken; the number of characters to
  492. terminate at was taken to be from the start of the file, not from the
  493. start of the current line. This broke FORTRAN syntax highlighting, for
  494. example.
  495. - The "Close Current Docking Area" command should work now.
  496. * Version 4.1pre4
  497. Thanks to Kris Kopicki and Stefan Jozsa for contributing to this
  498. release.
  499. + Syntax Highlighting Changes:
  500. - Added AppleScript syntax highlighting (Kris Kopicki)
  501. - Improved Informix-4GL syntax highlighting (Stefan Jozsa)
  502. + User Interface Changes:
  503. - TAB key can now be used to insert completions in the 'Complete Word'
  504. popup.
  505. + Bug Fixes:
  506. - Macro listing code was completely broken in 4.1pre3; only the first
  507. macro in each directory would be shown.
  508. - Disabled Java-style auto indent for LISP and Scheme modes since in
  509. fact it is quite inappropriate there.
  510. - Gutter highlight interval setting was broken.
  511. * Version 4.1pre3
  512. Thanks to Ivan Herman, Kris Kopicki, Marco Hunsicker, Matthias Schneider
  513. and Rudolf Widmann for contributing to this release.
  514. + Syntax Highlighting Changes:
  515. - Added regular expression matching features. Currently this is used to
  516. implement better (but still not 100% accurate) highlighting of various
  517. constructs in Perl mode, like s/// and such.
  518. - SEQ_REGEXP rule: highlights a sequence matching a regular
  519. expression.
  520. - SPAN_REGEXP rule: like SPAN but the start string is a regular
  521. expression (the end cannot be a regular expression currently).
  522. - EOL_SPAN_REGEXP rule: ditto, but for EOL_SPAN.
  523. - All rules must define a HASH_CHAR attribute; this is the character
  524. that the rule will be hashed by, to avoid checking every character
  525. against every regexp.
  526. - Added a new AT_WORD_START attribute to all syntax rules. If this is
  527. set to TRUE, the rule will only match if it is at the start of a token
  528. boundary (in most cases, this is the same as a word boundary, hence
  529. the name).
  530. To illustrate the difference, suppose you have a SPAN rule that
  531. matches from "quux(" to ")". Without AT_WORD_START, it would highlight
  532. this sequence:
  533. foobarquux(hello world)
  534. However with AT_WORD_START it would only highlight if there was a
  535. token in between foobar and quux().
  536. - CHILL (CCITT recommendation language) syntax highlighting added.
  537. (Rudolf Widmann)
  538. - Updated CSS syntax highlighting for CSS2 spec. (Ivan Herman)
  539. - Updated AWK and COBOL syntax highlighting. (Matthias Schneider)
  540. + Editing Changes:
  541. - Previously when expanding an abbreviation with positional parameters,
  542. unspecified parameters would expand to $n where 'n' is the number of
  543. the parameter. This was not very intuitive; now missing parameters
  544. expand to empty strings, and result in a status bar message being
  545. shown.
  546. + File System Browser Changes:
  547. - In file dialog boxes, the 'File name' text field now supports
  548. auto-completion. Previously auto-completion was only supported in the
  549. browser view itself.
  550. - For some reason I can't remember now, the state of the 'Filter' check
  551. box was only being saved on the browser, and not the dialog box
  552. versions of this control. I have changed this so the state of the
  553. check box is preserved in all cases.
  554. - You can now right-click on directories in the parent directory list to
  555. display a menu of commands.
  556. + Global Options Dialog Changes:
  557. - Added an option to Utilities->Global Options->Docking for
  558. jEdit 4.0-style tool bar placement.
  559. - Text area and gutter color settings have been moved to the Text Area
  560. and Gutter panes of the Global Options dialog box; the Colors pane is
  561. no longer.
  562. - The "smart home" and "smart end" settings are now much more flexible.
  563. Instead of them being flags in the Text Area pane, the various
  564. behaviors of the Home and End keys have been split into multiple
  565. actions, all of which can be bound to any shortcut key (including HOME
  566. and END of course) in the Shortcuts pane.
  567. + Window Docking Changes:
  568. - 'Close Top/Left/Bottom/Right Docking Area' commands all merged into a
  569. single 'Close Current Docking Area' command, bound by default to
  570. C+e C+BACK_QUOTE.
  571. - 'Go to Top/Left/Bottom/Right Docking Area' commands added, bound by
  572. default to C+e C+UP/LEFT/DOWN/RIGHT. It opens the docking area in
  573. question if it is closed, and sends keyboard focus to the selected
  574. dockable window.
  575. - 'Go to Text Area' command added, bound by default to C+e C+e. It sends
  576. keyboard focus to the text area.
  577. - The popup menu shown when right-clicking on the strip of buttons in a
  578. dockable window container now contains a new sub-menu, labelled "New
  579. Floating Instance". This menu contains items which open new floating
  580. instances of the windows docked in this area.
  581. + User Interface Changes:
  582. - A few more menu bar rearrangements:
  583. - 'Recent Directories' moved from File to Utilities menu.
  584. - 'Current Directory' moved from File to Utilities menu.
  585. - 'Select Line Range' from from Edit to Edit->More Selection.
  586. - BeanShell evaluation commands moved from Macros to
  587. Utilities->BeanShell.
  588. - Various troubleshooting-related commands moved from Utilities to
  589. Utilities->Troubleshooting (like they were in 4.1pre1).
  590. - More tool bar icons added. (Kris Kopicki)
  591. + Miscellaneous Changes:
  592. - The JARClassLoader now registers plugin packages and manifest files.
  593. (Marco Hunsicker)
  594. - Because a lot of people send me their .jedit/activity.log files
  595. without invoking 'Update Activity Log on Disk' first, I have added a
  596. notice to this file, stating that you must invoke the above command
  597. otherwise the file will be incomplete.
  598. - Added two new actions, by default not in any menu, nor bound to any
  599. keystroke; 'Toggle Line Separator' and 'Toggle Word Wrap'. They have
  600. the same effect as clicking the appropriate section of the status bar,
  601. and they can be bound to shortcut keys or added to the tool bar, etc.
  602. - Removed ICONS.LICENSE.txt file since we no longer use the Sun icons.
  603. + Bug Fixes:
  604. - Clicking the 'Open' button or pressing Enter in the 'Open File' dialog
  605. box did not work; only double-clicking would open files.
  606. - Changing the tab size, indent size or maximum line length settings on
  607. a global or mode-specific basis should now take effect in all open
  608. buffers. Previously changes to these settings would only take effect
  609. in subsequently opened files.
  610. - Under some circumstances the file system browser would case a
  611. different buffer to be selected in the current view after a directory
  612. was loaded. It has been confirmed that one jEdit user was admitted
  613. to a mental asylum because of this bug.
  614. - The file system browser's 'Encoding' menu did not work at all.
  615. - Adding a mode to the user modes directory with the same name as one in
  616. the system directory would not take effect until jEdit was restarted.
  617. - Abbreviations whose expansions started with the text "<html>" could
  618. cause problems since Swing automatically tries to display such strings
  619. as HTML. A workaround has now been added.
  620. - If a virtual file system displayed a dialog box upon creating a VFS
  621. session (for example, an FTP login dialog box), cancelling the dialog
  622. would leave the file system browser stuck with a 'Loading' message.
  623. This has now been fixed.
  624. - If multiple selection mode was enabled, clicking the mouse did not
  625. move the caret! What a silly bug...
  626. - If a mode file did not contain well-formed XML, the resulting error
  627. dialog box would be empty.
  628. - Due to an oversight when implementing the ability to have startup
  629. scripts written in any language, scripts were being run in their
  630. own namespace in 4.1pre2; as a result functions and variables defined
  631. at startup were not available to other macros.
  632. + API Changes:
  633. - Buffer.getFile() method deprecated. Use Buffer.getPath() and the VFS
  634. API instead.
  635. * Version 4.1pre2
  636. Thanks to Alexander Maryanovsky and Gerd Knops for contributing to this
  637. release.
  638. + Editing Changes:
  639. - The 'Smart Home/End' setting has been split into two separate
  640. settings, one for Home and one for End.
  641. - Made behavior of mouse in gutter more customizable. (Gerd Knops)
  642. - Added option to make double-click drag treat each non-alphanumeric
  643. character as one word. (Gerd Knops)
  644. - Added an option to not hide the final end of line character of a
  645. buffer.
  646. + Syntax Highlighting Changes:
  647. - Syntax rules can now specify the AT_WHITESPACE_END attribute. If this
  648. is set to TRUE, then the rule will only match if it is the first
  649. non-whitespace text in the line.
  650. - Fixed minor highlighting problem with properties mode.
  651. + File System Browser Changes:
  652. - Multiple files can now be selected in the stand-alone browser;
  653. right-clicking no longer deselects all but the clicked file.
  654. - Right-click menus in the 'Open File' dialog box now contain menu items
  655. for opening files in new views and new splits.
  656. - File->Open With Encoding menu replaced with an 'Encoding' menu in the
  657. file system browser's 'Commands' menu.
  658. + Scripting Changes:
  659. - 'scriptPath' BeanShell variable is set to the macro file path while a
  660. macro or startup script is executing.
  661. - Startup scripts can now be written in any language supported by a
  662. registered macro handler; so you can put Python scripts in the
  663. 'startup' directory if you have the JythonInterpreter plugin
  664. installed, for example.
  665. - Slight performance improvement when invoking editor actions.
  666. + Miscellaneous Changes:
  667. - The HyperSearch feature no longer blocks the GUI while listing a
  668. directory (which could take some time).
  669. - New 'broken image' icon shown in place of tool bar buttons whose icons
  670. cannot be located.
  671. - Improved popup menu positioning code.
  672. - jEdit.get{Integer,Double}Property and Buffer.getIntegerProperty() no
  673. longer barf if the property contains leading or trailing whitespace.
  674. - Added View->New Plain View command that opens a new view without
  675. toolbars or dockables. This can be useful for opening up a quick
  676. window for taking notes, etc.
  677. - File system browser color regexps are now case-insensitive.
  678. - Each dockable window now has a <name>-float action that opens a new
  679. instance of that dockable in a few floating window (regardless of the
  680. docking status of the window). These commands do not appear in the
  681. menu bar, however they can be added to the context menu and tool bar,
  682. or bound to keystrokes.
  683. + Bug Fixes:
  684. - Fixed default install path settings in installer when running on Unix.
  685. Now, instead of checking for a user name of "root", it checks if the
  686. appropriate subdirectories of /usr/local are writable.
  687. - When evaluating BeanShell expressions, the standard
  688. view/buffer/editPane/textArea variables would not be unset when the
  689. expression finishes executing.
  690. - The text area did not get initial focus if there is a window docked
  691. in the left or top part of the view, and the 'tip of the day' was
  692. switched on.
  693. - Removed debugging messages from PanelWindowContainer.java.
  694. - Fixed bottom tool bar layout problem.
  695. - Image shown in 'welcome to jEdit' page in help was not being installed
  696. by the installer.
  697. - Fixed a bug in the folding code that could be triggered by switching
  698. to indent fold mode, collapsing some folds, switching to explicit fold
  699. mode, then switching back to indent fold mode again.
  700. - The view's minimum size was rather large, this caused problems while
  701. trying to resize it if the option to decorate window borders using the
  702. Swing L&F was enabled.
  703. - 'Expand Fold Fully' command didn't work.
  704. - The 'gutter bracket highlight' setting in the Color option pane didn't
  705. work.
  706. - Fixed possible ClassCastException if a 'paste previous' string started
  707. with the text "<html>". Swing has a weird feature where any text label
  708. beginning with <html> is rendered using the Swing HTML engine, and
  709. this would trip it off.
  710. - HyperSearch inside a selection did not handle ^ and $ in regular
  711. expressions correctly on the first or last line of the selection.
  712. - Insertion of { and } in C-like modes can now be undone in one step.
  713. - Another indentPrevLine regexp fix. (Alexander Maryanovsky)
  714. + API Changes:
  715. - It is no longer necessary to define labels for dockable window
  716. -toggle actions. The label is now automatically created by appending
  717. "(Toggle)" to the non-toggle action's label.
  718. - Old-style dockable window API no longer supported; the following
  719. symbols have been removed:
  720. EditBus.addToNamedList() method
  721. EditBus.removeFromNamedList() method
  722. EditBus.getNamedLists() method
  723. CreateDockableWindow class
  724. DockableWindow interface
  725. * Version 4.1pre1
  726. Thanks to Alexander Maryanovsky, Alfonso Garcia, Claude Eisenhut,
  727. Joseph Schroer, Kris Kopicki, Steve Snider and Thomas Dilts for
  728. contributing to this release.
  729. + Editing Changes:
  730. - Improved rectangular selection. It now does the right thing with hard
  731. tabs, and the width of the selection is no longer limited to the width
  732. of the last line. A new 'Vertical Paste' command has been added (it
  733. behaves in a similar manner to the 'Virtual Paste' macro, which has
  734. now been removed). When inserting text into a rectangle, the inserted
  735. text is left-justified with spaces. The quick copy feature has been
  736. extended to support this -- a Control-middle click vertically pastes
  737. the most recently selected text.
  738. - Fixed auto-indent behavior when entering constructs like:
  739. if(foo)
  740. bar();
  741. baz();
  742. in Java/C/C++/etc modes. Previously the 'baz();' would get an
  743. unnecessary level of indent, requiring it to be removed manually.
  744. (Alexander Maryanovsky)
  745. - Added an option to the 'Text Area' pane to implement "standard"
  746. previous/next word behavior, like that in a lot of other programs
  747. (next word moves caret to start of next word, instead of end of
  748. current word; previous word moves caret to end of previous word,
  749. instead of start of current word).
  750. You might remember I implemented this behavior for a little while in
  751. the 4.0 pre-releases, but now it's back as a configurable option.
  752. (Alexander Maryanovsky)
  753. - Added a few extra key bindings for Windows users:
  754. S+DELETE bound to cut
  755. C+INSERT bound to copy
  756. S+INSERT bound to paste
  757. - Optimized the several parts of the buffer code; this should make
  758. 'Replace All' and similar edit-intensive tasks much faster.
  759. + Search and Replace Changes:
  760. - HyperSearch now respects rectangular selections. 'Replace All' already
  761. supported rectangular selections.
  762. - Directory search is now VFS-aware; however it shows a confirm dialog
  763. before doing a search on a remote filesystem. If your VFS is not
  764. affected by network latency, you can have the getCapabilities() method
  765. return the new LOW_LATENCY_CAP capability.
  766. - Tool bars no longer take up the full width of the view. This saves
  767. some screen space.
  768. - Clicking 'Cancel' or closing the search and replace dialog box no
  769. longer shows warnings about empty filesets, etc.
  770. + Syntax Highlighting Changes:
  771. - More intelligent highlighting of numbers. Instead of hard-coded
  772. heuteristic that only worked for C-like languages, numbers are now
  773. highlighted as follows:
  774. - A keyword consisting of only digits is automatically marked with the
  775. DIGIT token type.
  776. - If it has a mix of digits and letters, it is marked as DIGIT of it
  777. matches the regexp specified in the rule set's DIGIT_RE attribute.
  778. If this attribute is not set, then mixed sequences of digits and
  779. letters are not highlighted.
  780. - In Java mode, for example, the default value of this regexp is
  781. "(0x[[:xdigit:]]+|[[:digit:]]+)[lLdDfF]?".
  782. - EOL_SPAN elements can now have DELEGATE attributes.
  783. - SEQ elements can now have DELEGATE attributes. If specified, this rule
  784. set will be swapped in after the text matched by the sequence rule.
  785. - Delegates to rulesets with TERMINATE rules should work now.
  786. - IGNORE_CASE attribute of KEYWORDS rule removed. This value is now the
  787. same as the IGNORE_CASE attribute of the parent RULES tag.
  788. - WHITESPACE rule no longer necessary in mode definitions.
  789. - It is no longer necessary to define <SEQ TYPE="NULL"> rules for
  790. keyword separator characters. Now, any non-alphanumeric character,
  791. that does not appear in a keyword string or the "noWordSep"
  792. buffer-local property is automatically treated like it had a sequence
  793. rule.
  794. - Added FORTRAN syntax highlighting (Joseph Schroer)
  795. Added Interilis syntax highlighting (Claude Eisenhut)
  796. Updated PL-SQL mode (Steve Snider)
  797. Updated NetRexx mode (Patric Bechtel)
  798. - HTML and related edit modes now correctly highlight sequences like:
  799. <SCRIPT LANGUAGE="JavaScript">...</SCRIPT>
  800. <SCRIPT ... whatever ...>...</SCRIPT>
  801. Previously only JavaScript between <SCRIPT> and </SCRIPT> was
  802. highlighted. A similar change has been made for <STYLE> tags.
  803. - Improved loading time of plain text files if 'more accurate syntax
  804. highlighting' is on.
  805. + User Interface Changes:
  806. - Status bar looks somewhat different now, and shows the word wrap mode
  807. and line separator status.
  808. - The search bar commands now show the search bar if it is hidden.
  809. Search bars that come into existence as a result of this have an
  810. extra close box button on the right. Pressing ESCAPE in the text field
  811. or clicking the button hides the search bar.
  812. I have renamed the search bar setting in the General option pane to
  813. "Always show search bar", and made it be switched off by default.
  814. You can revert to the old behavior simply by switching this setting
  815. back on.
  816. - The text color and style used to show the "[n lines]" string can now
  817. be set independently of the EOL marker color.
  818. - Plugin manager window can be closed by pressing Escape.
  819. - Open buffers are shown with a different icon in the file system
  820. browser.
  821. - 'I/O Progress Monitor' window is dockable now.
  822. - Added two new sub-menus to the Utilities menu, 'jEdit Home Directory'
  823. and 'Settings Directory'. These two work in a similar fashion to the
  824. 'Current Directory' menu.
  825. Also the 'Current Directory' menu (and these two new menus) now also
  826. lists directories; selecting a directory menu item opens it in the
  827. file system browser.
  828. - Moved BeanShell evaluation commands from 'Utilities' to 'Macros' menu,
  829. rearranged 'Edit' menu.
  830. - New splash screen, about box, and tool bar icons. (Kris Kopicki)
  831. - Added ColorWellButton control. Under Mac OS X, changing the background
  832. color of a JButton doesn't work if the MacOS Adaptive look and feel is
  833. in use... so I wrote a custom control. It looks better and eliminates
  834. duplicated code anyway. Plugin developers, please use this instead of
  835. the widely-copied and pasted JButton trick. (Kris Kopicki)
  836. - Added RolloverButton control. Use this instead of the JToolBar
  837. "isRollover" client property (which only works in the Metal L&F unless
  838. you're running Java 2 version 1.4). (Kris Kopicki)
  839. + OS-specific Changes:
  840. - MacOS plugin version 1.2.1 adds an option pane with a few settings,
  841. and some bug fixes and cleanups. (Kris Kopicki)
  842. - When running on MacOS, the roots: filesystem now lists all disks
  843. mounted under /Volumes. (Kris Kopicki)
  844. - On Unix, the installer now defaults to installing in the user's home
  845. directory when running as a non-root user.
  846. + Miscellaneous Changes:
  847. - WheelMouse plugin integrated into core -- no need to install a
  848. separate plugin to get wheel mouse scrolling under Java 2 version 1.4.
  849. - Added SOCKS proxy support. This option will help people trapped behind
  850. a Microsoft Proxy Server configured to use NTLM authentication.
  851. Normal HTTP connections through the proxy would not be possible since
  852. Java does not implement this proprietary protocol; however a little
  853. known fact is that MS Proxy Server also usually runs a SOCKS service
  854. that does not require a password. (Alfonso Garcia)
  855. - BeanShell 1.2b6 included. Changes since 1.2b5 are:
  856. - Made bsh.Parser public and added a main() method allowing users to
  857. call the parser on files for simple validity checking.
  858. - Made a small addition to grammar to provide an option to retain
  859. formal (javadoc style) comments in the parse tree.
  860. - Fixed accessibility bug in finding fields.
  861. - Fixed scoping on catch blocks such that untyped variables in the
  862. catch parameter do not leak out of the block. They now act as they
  863. would with a declared type in Java (local).
  864. - Fixed some thread safety bugs with try/catch blocks.
  865. - Fixed Interpreter serialization issue - reset streams.
  866. - Fixed bug in accessibility affecting access to package hidden
  867. superclasses.
  868. - Exposed bsh.BshMethod and added a public invoke() method.
  869. - Added getMethods() method to namespace to enumerate methods.
  870. The fact that BshMethod is now public has facilitated optimizations
  871. which improve performance of BeanShell search and replace.
  872. - Updated printing code (Thomas Dilts)
  873. - Uses Java 2 version 1.4 print dialogs when running on that Java
  874. version
  875. - Performs printing in a background thread
  876. - Documentation is now generated using DocBook-XSL 1.51.1 stylesheets.
  877. + Bug Fixes:
  878. - Select Open File; press Enter first; then choose a file to open. Bang,
  879. an error message. Now fixed.
  880. - When closing a file with unsaved changes, the file will now stay open
  881. if the save failed. Previously it would be closed and the unsaved
  882. changes would be lost forever.
  883. - If 'Keep Dialog' was off, the search dialog would close, even after an
  884. unsuccessful HyperSearch. This was inconsistent with the bahavior for
  885. normal searches, where an unsuccessful match did not close the dialog
  886. (so you could correct the search string easier).
  887. - The 'initially collapse folds with level' setting was not being
  888. honored when reloading files.
  889. - A few printing bugs fixed. (Thomas Dilts)
  890. - Workaround for views not being brought to front on windows. This
  891. workaround minimises and then restores the view, so a minimise
  892. animation might be visible for a brief period of time. However,
  893. there is no other way of fixing this. (Alexander Maryanovsky)
  894. - Dynamic menus (Recent Files, etc) did not work under MacOS X if the
  895. menu bar was at the top of the screen. Note that this does not solve
  896. the other problem with having the menu bar there, namely keyboard
  897. shortcuts not being displayed. For now, leave the menu bar inside the
  898. frame for best results. (Kris Kopicki)
  899. - Fixed silly windows backup saving bug.
  900. - Fixed minor problem when Control-clicking characters in the text area.
  901. - A single invalid file system browser coloring regular expression no
  902. longer stops the remaining expressions from being loaded.
  903. - Fixed a bug in the undo request merging code that would occur
  904. sometimes when multiple consecutive pieces of text were removed one
  905. after the other.
  906. - Fixed a bug in the undo request merging code that would occur when
  907. a selection was replaced with some text.
  908. - If the splash screen was disabled, running jEdit with the -nogui and
  909. -nobackground command line arguments didn't work, because the AWT
  910. event thread was never started, because no GUI ca

Large files files are truncated, but you can click here to view the full file