Activity for Dale Anson

  • Dale Anson Dale Anson committed [r31] on Code

    Updated ticker library to TickTwo, updated notes.

  • Dale Anson Dale Anson committed [7b7601] on jEdit

    added some new lines so the output is a little prettier.

  • Dale Anson Dale Anson committed [b6256f] on jEdit

    Some code clean up and formatting, adjusted the dialog layout to better match the rest of jEdit.

  • Dale Anson Dale Anson committed [eba935] on jEdit

    Update java mode file to support new keywords introduced after Java 8 up to Java 17.

  • Dale Anson Dale Anson committed [7354e2] on jEdit

    Update change log for 4115.

  • Dale Anson Dale Anson committed [e33e73] on jEdit

    Allow user to choose filename for printing to pdf. Partial fix for bug #4115?

  • Dale Anson Dale Anson committed [d92531] on jEdit

    Update to make it easier to fix plugins that used the old GUIUtilities methods

  • Dale Anson Dale Anson committed [1813bc] on jEdit

    Fixed issue where print system would show an error if the last used printer no longer exists.

  • Dale Anson Dale Anson committed [aaf573] on jEdit

    Updates for Java 11: check for and require Java 11 on start up, require Java 11 in build.xml, fixed Java 11 compiler warnings (mostly deprecation annotations).

  • Dale Anson Dale Anson committed [afce85] on jEdit

    Feature request #545, HL7 mode.

  • Dale Anson Dale Anson committed [f0e6ce] on jEdit

    Should have been committed with revision 24905.

  • Dale Anson Dale Anson committed [786ed0] on jEdit

    Reverting inadvertent checkin.

  • Dale Anson Dale Anson committed [7c8b54] on jEdit

    Feature request #528, PlantUML mode.

  • Dale Anson Dale Anson committed [006027] on jEdit

    Fix for bug # 4081, file browser splitter buttons not working

  • Dale Anson Dale Anson committed [6d02cf] on jEdit

    Fix for bug # 4073, corrected location of context menu popup.

  • Dale Anson Dale Anson committed [65d54c] on jEdit

    Added a check suggested by Marcelo so that no file is a backup file if the number of backups is 0.

  • Dale Anson Dale Anson committed [90cf06] on jEdit

    Fixed a bug introduced in revision 24874 that gave false positives when determining backup files.

  • Dale Anson Dale Anson committed [2eb7cf] on jEdit

    Updated Java mode to support Java 10 "var" type.

  • Dale Anson Dale Anson committed [f8bd78] on jEdit

    Updated Appearance option pane to allow setting "primary" and "secondary" fonts for all look and feels.

  • Dale Anson Dale Anson committed [9a2d63] on jEdit

    Updated gui props for Taiwan Chinese.

  • Dale Anson Dale Anson committed [fce8fd] on jEdit

    Added property to turn on use of the RolloverToggleButton, set use.rolloverToggleButtons to true to use them instead of regular JToggleButtons.

  • Dale Anson Dale Anson committed [ad39cf] on jEdit

    Possible fix for bug # 2722, dockable buttons don't highlight on mouseover.

  • Dale Anson Dale Anson committed [835f83] on jEdit

    Fix for bug # 2719, electric scroll not working with page up/down.

  • Dale Anson Dale Anson committed [d8bb8b] on jEdit

    Fix for bug # 2626, dockable buttons don't wrap correctly

  • Dale Anson Dale Anson committed [da8e43] on jEdit

    Fix for Bug # 2412, preview javadoc macro npe.

  • Dale Anson Dale Anson committed [6a41c0] on jEdit

    Fix for bug # 4055, use default text area background and foreground colors rather than view bg and fg colors.

  • Dale Anson Dale Anson committed [b49382] on jEdit

    More adjustment for 4069, check for Untitled-XX files, those should not be indicated as backup files.

  • Dale Anson Dale Anson committed [641282] on jEdit

    Fix for bug #4069, handle the case where the user had set both backup prefix and suffix to false.

  • Dale Anson Dale Anson committed [efb943] on jEdit

    Fixed all deprecation warnings produced when compiling with Java 9. Note there are still two deprecated items that are suppressed for Java 8 with comments on how to adjust when jEdit requires Java 9.

  • Dale Anson Dale Anson committed [8dcce1] on jEdit

    removed temporary code

  • Dale Anson Dale Anson committed [5fb944] on jEdit

    Applied patch #615, flag for an open backup file.

  • Dale Anson Dale Anson committed [0fa25e] on jEdit

    fix for patch #569, which broke the text area build.

  • Dale Anson Dale Anson committed [cf1f6a] on jEdit

    Applied patch for feature request #518, adds status bar widget to lock buffer.

  • Dale Anson Dale Anson committed [e6d68d] on jEdit

    Partial fix for ticket #518, ability to set a buffer non-editable. This adds just the api, there is no gui to set the editable flag yet.

  • Dale Anson Dale Anson committed [c227fc] on jEdit

    Must remember to save before committing...

  • Dale Anson Dale Anson committed [86939c] on jEdit

    update change log

  • Dale Anson Dale Anson committed [b773c0] on jEdit

    Let ESC key close the printer dialog.

  • Dale Anson Dale Anson committed [b50045] on jEdit

    Updated java version check for openjdk 9, which only returns "9" as the version number rather than 1.X.X like previous versions.

  • Dale Anson Dale Anson committed [2f4b59] on jEdit

    Fix for bug #4047, illegal reflective access operation with Java 9.

  • Dale Anson Dale Anson committed [0ddbc3] on jEdit

    Fix for bug #3971, exception trying to set WM_CLASS in Java 9. Also adjusted build file so jEdit can be compiled with Java 8 or 9.

  • Dale Anson Dale Anson committed [591e57] on jEdit

    Fixed the activity log viewer so setting the number of lines in the settings actually works, plus cleaned up some (but not all) of the generics issues, optimized the cell renderer.

  • Dale Anson Dale Anson committed [093594] on jEdit

    Fix for bug # 4025, search fails to find some files.

  • Dale Anson Dale Anson committed [9f8b84] on jEdit

    Fix for bug 4027, file browser column sorting not working.

  • Dale Anson Dale Anson committed [fa57c5] on jEdit

    Fix for bug # 4040, setting previous values paper source, quality, and printer. Printer defaults to last used, then default printer, then whatever is listed first.

  • Dale Anson Dale Anson committed [9e802c] on jEdit

    Fix for metric margin settings, should not have decimal in metric values.

  • Dale Anson Dale Anson committed [e9329f] on jEdit

    Fixed reverse printing in print preview, it already worked fine with a real printer, just not in preview.

  • Dale Anson Dale Anson committed [d93410] on jEdit

    Fixed line number printing for selection.

  • Dale Anson Dale Anson committed [2d9912] on jEdit

    no comment

  • Dale Anson Dale Anson committed [e66cef] on jEdit

    Comments

  • Dale Anson Dale Anson committed [21fc52] on jEdit

    Fix bug #4037, print selection not working correctly, plus some refactoring and code clean up.

  • Dale Anson Dale Anson committed [c28e6e] on jEdit

    Fixed default metric margin values.

  • Dale Anson Dale Anson committed [d50e8e] on jEdit

    Fix for bug #4038, print range not displayed correctly in print preview.

  • Dale Anson Dale Anson committed [25c947] on jEdit

    Fixed margins, pass correct attributes.

  • Dale Anson Dale Anson committed [849ce8] on jEdit

    fix for tracker 4036, page range settings not used in print or preview. The other items in this tracker were fixed via tracker 4035.

  • Dale Anson Dale Anson committed [cf6213] on jEdit

    Fix for tracker 4035, color printing not working.

  • Dale Anson Dale Anson committed [565412] on jEdit

    Fix for tracker 4034, print preview only showed first page, wouldn't change to other pages.

  • Dale Anson Dale Anson committed [1a666a] on jEdit

    Replaced toolkit.beep

  • Dale Anson Dale Anson committed [31bb30] on jEdit

    Suggested by Alan, updated keyboard handling so left, right, page up and down go to the previous or next page as appropriate.

  • Dale Anson Dale Anson committed [3411ac] on jEdit

    Fix for NPE in page ranges in printer dialog.

  • Dale Anson Dale Anson committed [312ab0] on jEdit

    Fixed a null pointer exception when clicking the OK button.

  • Dale Anson Dale Anson committed [9b49b6] on jEdit

    Doc update for printing.

  • Dale Anson Dale Anson committed [df6d4a] on jEdit

    Removed the jEdit print options from General Options and moved them to the printer dialog on a 'jEdit' tab. Removed several obsolete printing options.

  • Dale Anson Dale Anson committed [d71dfd] on jEdit

    formatting

  • Dale Anson Dale Anson committed [fe459a] on jEdit

    Adjustments for showing page breaks.

  • Dale Anson Dale Anson committed [7f4c34] on jEdit

    Don't calculate page breaks on every message.

  • Dale Anson Dale Anson committed [46e568] on jEdit

    Commented out many of the annoying debug log statements.

  • Dale Anson Dale Anson committed [172a74] on jEdit

    Show log messages, fixed printing issue.

  • Dale Anson Dale Anson committed [08a40a] on jEdit

    Hide debug messages.

  • Dale Anson Dale Anson committed [64d9b4] on jEdit

    Fix bug # 3998, Next Char macro doesn't work.

  • Dale Anson Dale Anson committed [5fe4dd] on jEdit

    Print system updates.

  • Dale Anson Dale Anson committed [3c3f68] on jEdit

    Should be done with print preview.

  • Dale Anson Dale Anson committed [18114b] on jEdit

    pagination for print preview, fixed an off-by-one error that was causing the last line on each page to not be printed.

  • Dale Anson Dale Anson committed [5f5202] on jEdit

    Added drop shadow border in print preview, also added license blurbs to a few files.

  • Dale Anson Dale Anson committed [62db56] on jEdit

    Work on print preview. This works, more or less, but is not yet complete, just saving my work.

  • Dale Anson Dale Anson committed [987afb] on jEdit

    Handle printing of large files and long lines by throwing exceptions.

  • Dale Anson Dale Anson committed [97c94b] on jEdit

    More work on margin handling for printing.

  • Dale Anson Dale Anson committed [597bd9] on jEdit

    Even more exciting printing system changes!

  • Dale Anson Dale Anson committed [7131f1] on jEdit

    Better margin handling in printer dialog.

  • Dale Anson Dale Anson committed [750124] on jEdit

    More printing adjustments, might be done!

  • Dale Anson Dale Anson committed [5fb032] on jEdit

    More printing adjustments.

  • Dale Anson Dale Anson committed [d0c834] on jEdit

    Class to represent margins for printing.

  • Dale Anson Dale Anson committed [f2ad3c] on jEdit

    Printing -- adjustments to page calculations.

  • Dale Anson Dale Anson committed [a27766] on jEdit

    More printing fine-tuning, better margin calculations.

  • Dale Anson Dale Anson committed [296e44] on jEdit

    Updated docs about printing.

  • Dale Anson Dale Anson committed [d623e3] on jEdit

    Added action to toggle showing of page break markers.

  • Dale Anson Dale Anson committed [f213b4] on jEdit

    Fixed some issues with printing.

  • Dale Anson Dale Anson committed [b1c82e] on jEdit

    Run the actual printing in a separate thread, otherwise, jEdit hangs while waiting for printing to complete.

  • Dale Anson Dale Anson committed [3de4ff] on jEdit

    More printing stuff, updated docs about printing, added option to text area to show page breaks.

  • Dale Anson Dale Anson committed [cb33df] on jEdit

    Added option to print selection(s).

  • Dale Anson Dale Anson committed [291025] on jEdit

    Added option to print current page.

  • Dale Anson Dale Anson committed [85eada] on jEdit

    Added option to print pages in reverse order.

  • Dale Anson Dale Anson committed [553326] on jEdit

    Use new jEdit printer dialog by default.

  • Dale Anson Dale Anson committed [b3929b] on jEdit

    Fix bug #3773, invocation target exception when setting print tab size to negative number.

  • Dale Anson Dale Anson committed [c0b599] on jEdit

    Removed debug lines.

  • Dale Anson Dale Anson committed [b00204] on jEdit

    Updates to the printing system.

  • Dale Anson Dale Anson committed [0f2c39] on jEdit

    Fix for bug #4002, horizontal scroll bar too short on view resize.

  • Dale Anson Dale Anson committed [f34583] on jEdit

    Fixed edge case where macro loading would quit if a hidden file was encountered in a macro directory during macro loading.

  • Dale Anson Dale Anson committed [4ba8a0] on jEdit

    Updated CSS mode from Adam S, ticket #4003.

  • Dale Anson Dale Anson committed [d7ca63] on jEdit

    formatting.

  • Dale Anson Dale Anson committed [7467b8] on jEdit

    Fixed the drag and drop that I inadvertently broke in my last commit.

1 >
MongoDB Logo MongoDB