summaryrefslogtreecommitdiff
path: root/editors/p5-Padre
AgeCommit message (Collapse)AuthorFilesLines
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2016-08-03Revbump after graphics/gd updateadam1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for editors categoryagc1-1/+2
Problems found with existing distfiles: distfiles/javascript-2.1b1.el distfiles/yEd-3.14.2.zip No changes made to the javascript-mode or yEd distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-07-12Comment out dependencies of the stylewiz1-13/+13
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-04-25Recursive revbump following MesaLib update, categories a through f.tnn1-2/+2
2014-12-12Comment out a redundant dependency to avoid unnecessary rebuilds.joerg1-2/+5
2014-05-31Don't expect perl to provide p5-CGI, depend on the package instead.wiz1-3/+3
Bump PKGREVISION. p5-CGI will be removed from perl soon.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2013-12-09Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.obache1-3/+3
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-11-24Comment out p5-Storable dependency; included in perl since 5.7.3.wiz1-4/+3
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-02Revbump after cairo updateadam1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-1/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-13Updating package for CPAN module Padre in editors/p5-Padre from 0.90nb4sno2-29/+35
to 0.96. pkgsrc changes: - update dependencies upstream changes: 0.96 2012.04.19 - The "Todo" or "To Do" or "To-do" or "TODO" list has always been a problem when it comes to naming. Renamed to "Task List" to align with Microsoft Visual Studio's solution to this problem (ADAMK) - Removed borders from the Outline tool elements (ADAMK) - Clicking a file in the Replace in Files output opens the file (ADAMK) - Added Padre::Wx::Role::Idle and moved all tree ctrl item activate events to use it to evade a item_activated event bug (ADAMK) - Added Padre::Wx::Role::Context and changed most panel tools to use it for generating context menus (ADAMK) - Update Debug2 to use SQL parameter markers (tome, BOWTIE) - disable Debug2 tool-bar icons against unsaved files (tome, BOWTIE) - Debug2 now shows margin_marker breakpoints on file load (tome, BOWTIE) - tweaked on load to include reload and only once (BOWTIE) - Debug2 now checks for perl files more thoroughly (BOWTIE) - Added proper POD documentation for Padre::Cache (ADAMK) - Delay clearing the outline content so it doesn't flicker so heavily all of the time (ADAMK) - Added a dozen or so new file types to Padre::MIME, including several that we explicitly do not support (ADAMK) - Added Padre::Comment to hold a registry and abstraction for the different comment styles in supported documents (ADAMK) - Added display variable data from click in debugger panel (BOWTIE) - The Evaluate Expression dialog now has a "Watch" feature (ADAMK) - Added Padre::SLOC for calculating Source Lines of Code metrics (ADAMK) - Completed right click relocation of panels for the main tools (ADAMK) - Added Padre::Locale::Format for localising the display of numbers, and datetime values (ADAMK) - Inlined the small amount of code we use from Format::Human::Bytes and remove the dependency (ADAMK) - Switching to the thread-safe Wx::PostEvent when sending events from the background, which should dramatically reduce segfaults (DOOTSON) - Added COCOMO modelling to the project statistics dialog (ADAMK) - Added BASH support to default.txt theme (BOWTIE) - Variable data now shown in corresponding colour (BOWTIE) - Migrating to new ORLite 2.0 API (ADAMK) - Padre::Plugin::unload(@packages) now works (AZAWAWI) - Padre::PluginHandel was only checking for error, not handling return = 0, it is now (BOWTIE) - Re-enable outline panel to display MooseX::Declare Method modifiers (BOWTIE) - Convert p-p-xx-yy -> p-p-xx in P-Plugin making getting config easy (BOWTIE) - Require 5.010 as an experiment. (SZABGAB) - Update Debugger, tests and dependencies to use Debug::Client 0.18 as this is now Perl 5.16.0 ready (BOWTIE) - Notify plugins when either a save-as (possible mime-type change) or new document event occurs (AZAWAWI) - Update German translation (ZENOG) - Make show_local_variables default in Debug2 (BOWTIE) reverting - perl5db.pl needs to be given absolute filenames (BOWTIE) - Debug2 now shows display_value on selection (BOWTIE) - change Status-Bar 'R/W' to 'Read Write' (BOWTIE) - add +1 to Current Line so % is display correctly in Status-Bar (BOWTIE) - bumped Debug-Client requirement to 0.20 (BOWTIE) - 0.95 Development version, not released - Moved Padre::Wx::Role::Dwell to ::Timer as scope expanded (ADAMK) - Removed Padre::Wx::Role::Form which was intended as a replacement for Padre::Wx::Dialog but was never used by anyone for anything (ADAMK) - Removed Padre::Document::get_comment_line_string (ADAMK) - Padre::Util::humanbytes is not Padre::Locale::Format::bytes (ADAMK) 0.94 2012.01.22 - Redesigned the Preferences dialog (ADAMK) - Completed the Padre::Delta module for applying document updates, diffs or other small automated changes to a document without moving the scroll position or cursor (ADAMK) - Converted the FindFast panel to wxFormBuilder (ADAMK) - Converted the Replace dialog to wxFormBuilder (ADAMK) - Converted the Plugin Manager dialog to wxFormBuilder (ADAMK) - Converted the Document Statistics dialog to wxFormBuilder (ADAMK) - The modification indicator on the notebook tab is now set correctly even during automated mass document changes (ADAMK) - Removed Padre::DB::SyntaxHighlighter as the need for custom highlighting plugins is greatly reduced now we have Wx::Scintilla (ADAMK) - Move back from badly conceived "Smart" gettext usage to a more regular usage at the urging of the translation team (ADAMK) - Moved Wx::Scintilla specific lexer and highlighter registration out of Padre::MimeTypes and into Padre::Wx::Scintilla so we can use Padre::MimeTypes in background threads (ADAMK) - Rewrote MIME support as Padre::MIME, which does not rely on Padre::Config and can be loaded and used in background threads more easily (ADAMK) - Added Debug2 interface, you will need Debug::Client 0.16, please view wiki for more information (BOWTIE) - Force upgrades to DBD::SQLite 1.35 and ORLite 1.51 for major performance improvements which should make Padre block a bit less (ADAMK) - In addition to VACUUM on shutdown, also ANALYZE for a further small performance improvement (ADAMK) - Removed redundant Module Tools/Install CPAN Module (AZAWAWI) - Spanish tramslation from atylerrice (GCI student) - Added watch items to Debug2 interface, requires Debug::Client 0.16, also reintroduced S for loaded please view wiki for more information (BOWTIE) - Moved rarely used "Dupliate" and "Delete" file menu options to "new" and "close" submenus (SEWI) - Try to avoid failing silently when there are major load-time failures and on Win32 ask if we can reset configuration directory (ADAMK) - Fixed detection of XML files with non-.xml extensions (ADAMK) - Moved Wx-specific code out of Padre::Util into Padre::Wx::Util (ADAMK) - Moving the _T function to the dedicated Padre::Locale::T (ADAMK) - The Replace dialogs don't use Find Fast term unless visible (ADAMK) - Search results now match correctly at the first position (ADAMK) - Search match caret is now at the start of the match selection (ADAMK) - Added MIME type and content detection for wxFormBuilder files (ADAMK) - Scintilla lexer selection now obeys MIME type inheritance (ADAMK) - Added shared Padre::Wx::ComboBox::FindTerm widget for search dialogs, that will hint when the search term is an illegal regex (ADAMK) - Hitting F3 after a find or replace dialog is closed repeats the last search with all settings (regex, etc) retained until the user changes a document or moves the selection off the previous selected result (ADAMK) - Added main window deactivation hook to hide Find Fast panel (ADAMK) - Added main window activation hook to rescan the directory tree, rerun syntax checking, and rerun vcs indicators (ADAMK) - Hitting enter in the Function List search box will clear the search after you have been taken to the first function (ADAMK) - When Find Fast is closed, return scroll and selection to the original location (ADAMK) - Syntax check status is reflected in the label for the Syntax Check output so you can see the result when it is not at the front (ADAMK) - When syntax check fails, only show markers for the errors in the file that is being displayed in the editor (ADAMK) - The replace_term history combobox class no longer prepopulates with an assumed replace term you probably don't want (ADAMK) - Recursive search and replace dialogs support type filtering (ADAMK) - Hex/decimal conversion: make error message generic (ZENOG) - Plugin manager: complete translation (ZENOG) - Update German translation (ZENOG) - HTML for Padre::Wx::HtmlWindow is rendered in the background (ADAMK) - Clicking on a result from a Find in Files search will now find the correct line even if it has moved since the search was run (ADAMK) - The context menu now correctly appears at the cursor on Win32 (ADAMK) - Changed the order of the context menu entries to more closely match the typical ordering of other editors (ADAMK) - Refactored the comment logic to allow sloppier smart selection (ADAMK) - Migrated the Function List tool to use the Padre::Search internals (ADAMK) - Hide the experimental command line feature in advanced preferences (ADAMK) - Padre::Search::editor_replace_all now uses Padre::Delta (ADAMK) - Padre::Search::matches now supports submatch option (ADAMK) - Added basic tests for Debugger panels (BOWTIE) - Save All is much faster and won't flicker or defocus cursors (ADAMK) - The Reload actions now restore cursor position (more) correctly and don't defocus the current editor (ADAMK) - The location of most tools can now be configured (ADAMK) - The bloat reduction features can now be configured (ADAMK) - Fixed Ticket #1377 Search dialog claims unsuccessful search even though it was successful (ADAMK) - Fixed Ticket #1298 Changing font in preferences is not applied to existing editors (ADAMK) - Fixed Ticket #1294 Space in text field for pref "editor_right_margin_colum" stops Padre (ADAMK) - Fixed Ticket #1363 Miss depend - File::Slurp (ADAMK) - The editor style preview now correctly updates in real time (ADAMK) - Migrate the vertical align feature to Padre::Delta (ADAMK) - Function List sort order can be changed via right click menu (ADAMK) - Added support for the R statistics programming language (ADAMK) 0.93 Development version, not released - The Padre::Wx::Main method ->pages was removed (ADAMK) - Padre::MimeTypes replaced by Padre::MIME and Padre::Wx::Scintilla (ADAMK) - Padre::Project::headline method now returns the relative path, with the full path version moved to Padre::Project::headline_path (ADAMK) - Padre::Search changes relating to "Replace" and "Count All" logic (ADAMK) - The long-deprecated gettext_label method has been deleted (ADAMK) - The old search function Padre::Util::get_matches has beedn deleted (ADAMK) - Refactored most _show methods into a single show_view method (ADAMK) - Removed the unused Padre::Config versioning system (ADAMK) 0.92 2011.11.11 - Wx::Scintilla is now stable and replaces Wx::STC in Padre (AZAWAWI) - New Task 3.0 which fixes bidirectional communication and thus enables services that run indefinitely in reserved threads (ADAMK) - New Style 2.0 which simplifies implementations, adds style localisation and allows styling of the GUI (ADAMK) - Added fine-grained Wx locking mechanism so that high frequency asyncronous GUI code doesn't create high frequency asyncronous flickering. Padre flickers much less now on Win32 (ADAMK) - Added Replace in Files using matching logic to Find in Files (ADAMK) - Added plugin compatibility tracking to Padre::Search (ADAMK) - Wx doesn't seem to let us change the PaneBorder setting after pane creation, so leave it off and have an empty area rather than have a double-width border (ADAMK) - Wx constants are now Wx::FOO instead of Wx::wxFOO... and these ones are actually constants instead of strange AUTOLOAD weirdness (ADAMK) - We now SetEndAtLastLine(0) on editor panels so you can scroll one page past the end of the document and type into relaxing clear space (ADAMK) - Tabs without filename now also backed up (SEWI) - The syntax highligher spawns the perl -c call with the unsaved file as STDIN rather than by filename. This seems to make things that rely on FindBin like Module::Install Makefile.PL files work properly (ADAMK) - Some tools are more thorough about indicating they are not used (ADAMK) - Added support for task parents and owners being notified when a task has started running in the background (ADAMK) - Task owners can now hijack status bar messages if they wish to (ADAMK) - The task manager can now run without the need for threads. However, every task will block the foreground and makes Padre unusable, so this feature is reserved for profiling Padre's performance (ADAMK) - The advanced setting threads_stacksize allows the tuning of the thread stack size. On Win32 the default is dropped to 4meg (ADAMK) - The advanced setting threads_maximum allows the tuning of the maximum number of background worker threads (ADAMK) - Padre::Wx::App will use Wx internal singleton logic instead of duplicating it again for itself (ADAMK) - Add more _ shortcuts in menus. Sorry to translators (DOLMEN) - Only show the GTL splash screen once per version change on GTK (ADAMK) - Fix freeze when opening an empty *saved* Perl script while the syntax checker is active (AZAWAWI) - #1207: PluginHooks not removed after plugin reload/disable (MJFO) - Padre::File::HTTP: less colloquial English (ZENOG) - update_pot_file.pl: add --verbose and --nocleanup for easier debugging (ZENOG) - #1313: Search previous button acts as next (KAARE) - regex editor: insert m// operator when replace field is not visible (ZENOG) - regex editor: highlight matched text in blue instead of red, not avoid confusion with warnings (ZENOG) - improved messages in Menu/File.pm, Goto.pm and ActionLibrary.pm (ZENOG) - FindFast.pm: 'Case insensitive'->'Case sensitive' to match actual behavior of the checkbox (ZENOG) - Update German translation (ZENOG) - Directory tree search result rendering is now throttled to four updates per second. This prevents tree updates exhausting all resources and strangling user input, and seems to actually get the results onto screen faster because there's less lock/render passes (ADAMK) - During shutdown, call view_stop early on all tools that support it so they won't waste time rendering after we have hidden the main window (ADAMK) - #1317 'Padre 0.90 hangs and then segfaults on i .t file' (AZAWAWI) - Find in Files search result rendering is now throttled to four updates per second, for similar reasons as with the directory tree search (ADAMK) - 'Open in Command line' is now shown in the right click menu in win32 (AZAWAWI) - 'Open in Command line' and 'Open in default system editor' are only shown on win32 (AZAWAWI) - Smart highlight is now hidden when a printable character is added or changed in the editor (AZAWAWI) - Syntax checker tasks should now return a hash containing an issues array reference and stderr string keys instead of the old issues array reference (AZAWAWI) - Fix TODO list double click not working regression on win32 (AZAWAWI) - Italic text was not being set correctly in a Padre style (AZAWAWI) - "Show Standard Error" in Syntax check pane now displays in output pane the syntax checker results (AZAWAWI) - Moved Ctrl-Shift-R shortcut from Open Resource to Replace in Files to provide symmetry with the Find in Files shortcut (ADAMK) - Upgrade the syntax highlighter panel to wxFormBuilder (ADAMK) - New leading and trailing space deletion that is faster and won't move the editor window around (ADAMK) - Added 'Solarized Light' theme contributed by Anton Ukolov ('sugar' on irc) (AZAWAWI) - Open resources dialog is now triggered by Ctrl-Alt-R instead of Ctrl-Shift-R which is now reserved for 'Replace in Files' functionality (ADAMK, AZAWAWI) - Find In Files match accounting works, and no longer hides files when we only do a single render pass for files because there's only a few (ADAMK) - Replaced references to wxStyledTextCtrl documentation with the original Scintilla website documentation (AZAWAWI) - Added how much time does syntax checking take (AZAWAWI) - Added realtime VCS or local document difference calculation margin feature (AZAWAWI) - Added a differences popup window that can traverse differences in a document and revert back changes (AZAWAWI) - Added 'Next Difference' to edit menu (AZAWAWI) - Plugin manager is now modal (BOWTIE, AZAWAWI) - Add Patch to editor menu and removed Diff Tools (BOWTIE) - Update Italian translation (SBLANDIN) - Padre::Project vcs strings are now constants (AZAWAWI) - "Filter through Perl" back into core (SEWI) - Added a generic version control panel that provides minimal project subversion/git support with the ability to view normal/unversioned and ignored files (AZAWAWI) - #1126 'TODO list: does not immediately show items' (AZAWAWI) - Added identity_location config setting so collaborative functions such as Swarm can disambiguate multiple Padre instances of the same user by named locations such as "Home" or "Work" (ADAMK) - Refactored the generation of templated skeleton code into a pure Padre::Template generator, and IDE-aware code that wraps around it (ADAMK) - Require Wx 0.9901 on all platforms to fix ticket #1184: Perl help browser suppresses linebreaks (AZAWAWI) - Upgrade the find in files panel to wxFormBuilder (AZAWAWI) - Find in files has repeat, stop search, expand and collapse all buttons (AZAWAWI) - Move the key bindings dialog to the preferences dialog (AZAWAWI) - Removed the bin_diff configuration parameter and the external tools panel from the preferences dialog (AZAWAWI) - Fix quick menu access stability bugs on Ubuntu (AZAWAWI) - Fix #1318: Padre freeze? (AZAWAWI) - Added SQL, C/C++, C#, XS, Python, Ruby, PHP, HTML, CSS, JavaScript, Ada, COBOL, Haskell, Pascal, ActionScript, VBScript and YAML keyword highlighting (AZAWAWI) - Major refactoring of the editor setup and configuration code (ADAMK) - Scintilla numeric resources such as margins, markers and indicators are now managed in Padre::Constant (ADAMK) - Recalculate the line number margin width after various events to ensure the numbers always show correctly (ADAMK) - Tools and panels that are hidden across a AUI geometry change recalculate their layout properly when displayed again (ADAMK) - Add out-of-the-box comment support for HTML, XML, LISP, Fortran, Forth, Pascal, VBScript, DOS batch files, ActionScript, Tcl, COBOL, Haskell (ZENOG) - MATLAB source file extension is .m, not .mat (ZENOG) - Add syntax checking comments pragmas. To disable Padre syntax check, please type '## no padre_syntax_check' and to enable again type '## use padre_syntax_check' in your source code (AZAWAWI) - Added lang_perl6_auto_detection which enables Padre to detect Perl 6 files in Perl 5 files. Please note that this is not an accurate method of detecting Perl 6 files (disabled by default). The previous behavior was to enable it when the Perl 6 plugin is enabled (AZAWAWI) - Added "Language Perl 6" tab to preferences (AZAWAWI) - Ruby and Python scripts can be now be executed (AZAWAWI) - Ruby, Python, Java, and C# are supported in the function list (AZAWAWI, ZENOG) - Ported the timeline class mechanism back to ORLite::Migrate, and switch from our custom inlined version back to depending on CPAN. [Removed Padre::DB::Migrate*] (ADAMK) - Fix Outline focus and paint bugs that caused other right panels to misbehave when Outline is enabled (BOWTIE, AZAWAWI) - Upgrade the Outline panel to wxFormBuilder (AZAWAWI) - Outline panel is searchable now (AZAWAWI) - Fix #1050: Window menu is confusing (ZENOG, AZAWAWI) - Remove swap_ctrl_tab_alt_right configuration parameter (AZAWAWI) - Added CPAN explorer that reuses MetaCPAN.org API for searching for a module and uses App::cpanminus for package installation. It can list the most recent and favorite CPAN releases, view their POD documentation and if there is a SYNOPSIS section, one can insert it from within Padre. (AZAWAWI) - Fix #1291 'Code folding icons missing' (AZAWAWI) - Code folding markers are now theme-able (AZAWAWI) - Find and Find in Files dialogs hide the Fast Find panel (ADAMK) - Hide editor objects during their (potentially long) setup so that we don't see a half-formed editor in a weird position (ADAMK) - Add povray mimetype and keyword lists (BRAMBLE) - Fix AUTOMATED_TESTING=1 t/ errors automatically set by cpanm (AZAWAWI) - Fix bad assumption in 93_padre_filename_win.t (AZAWAWI) 0.91 Development version, not released - Task 3.0 breaks almost all task code (ADAMK) - Style 2.0 breaks all existing styles (ADAMK) - Wx constants change from Wx::wxCONSTANT to Wx::CONSTANT (ADAMK) - Rename internal language code 'fr-fr' to 'fr' (and .po files) for consistency with other softwares, breaking old fr-fr files (DOLMEN) - on_right_click becomes on_context_menu as a first step to support the context menu key or Shift+F10 as alternatives (DOLMEN) - Removed the comment basis for Padre::Document subclassing (ADAMK) - Renaming of all methods involved in setting up an editor object (ADAMK) - Removed the experimental Padre wizard API (AZAWAWI)
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-10-12Update p5-Padre to 0.90.hiramatsu4-20/+33
- Improved syntax highlight. - Reduce memory usage. - Updated document and translation. - bug fix.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-1/+2
2010-09-23Updating editors/p5-Padre from 0.69 to 0.70sno2-14/+10
pkgsrc changes: - adjust dependencies - bump required perl version from 5.10.1 to 5.12.2nb1 Upstream changes: 0.70 2010-09-09 - The Task 2.0 API now supports full birectional communication for all task classes out the box. (ADAMK) - Directory search now runs incrementally via background task (ADAMK) - Directory browse no longer infinitely recurses (ADAMK) - Directory tasks all support cancellation, preventing expensive tasks building up and killing your Padre instance (ADAMK) - Subroutines declared using syntax provided by Method::Signatures ("func", "method"), MooseX::Method::Signatures ("method"), and MooseX::Declare ("method") are now supported in the Outline and Functions view (DAPATRICK) - Updated German translation (ZENOG) - Updated Italian translation (SBLANDIN) - Fixed typos in share/languages/perl5/perl5.yml (ZENOG) - Added keyboard shortcuts to refactoring features "rename variable" and "extract subroutine" (ZENOG) - Fixed small translation problem in ActionLibrary (ZENOG) - Fix #411: working version of the keyboard shortcut editor (ZENOG) - The startup splash is now disabled by default. Padre starts up very quickly these days, and delaying image loading should reduce the per-thread memory cost more (ADAMK) - Fix MIME type setting via menu (ZENOG) - mark nl_be as not supported (ZENOG) - partial fix for #452: 'focus order in Replace dialog' (ZENOG) - Fix focus order in Find dialog (ZENOG) - Close replace dialog on Escape key in all cases (ZENOG) - 'Quick Menu Access' dialog now completely translated (ZENOG)
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-1/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-08-20Updating editors/p5-Padre from 0.58nb1 to 0.69sno4-19/+31
pkgsrc changes: - adjust dependencies Upstream changes: 0.69 2010.08.17 - Landed ConfigSync branch (MATTP) - Task 2.0 restores support for having tasks send unlimited messages back to the main application while they are running (ADAMK) - Added Padre::Task::Run for background process execution with STDOUT lines streaming as events back to the main window. (ADAMK) - Fixed test failure in t/93-padre-filename-win.t under win32 (SEWI) - Devel plugin now has the option to dump the Task Manager (GARU) - Refactored, reskinned and polished ConfigSync functionality (ADAMK) - Added ->status to ::Main to allow rapid transient messages to be presented in the status bar, as fast as 100/sec (ADAMK) - Fixed the file-changed-on-disk dialog: Show "Reload" button instead of "Close" (SEWI) - Adding a ton of additional $BACKCOMPATIBLE variables so that every class consumed by the current family of plugins has them (ADAMK) - Nudging up the default background thread count now that we will start to see long-running threads looking after background processes (ADAMK) - Allow the opening of files exceeding the editor_file_size_limit of 500_000. The file is opened if the user answers Yes to the dialog (MULANDER) - The Task Manager now records per-worker statistics on which tasks they have run in the past. This is needed to support various worker optimisation strategies to be implemented in the future (ADAMK) - Added a simple initial Task Manager optimisation strategy to favour workers which have run a task at least once before (ADAMK) - "Find method declaration" will not find forward-declaration (CHORNY) - Task manager now has separate maximum and minimum thread counts (ADAMK) - Minimum thread count set to zero. Padre starts up 600ms faster, at the cost of the directory tree appearing 200ms slower if you use it (ADAMK) - Command line switch to select locale (CHORNY) - Added configuration option to modify the cursor blink rate in Padre as requested via the padre-dev mailing list closes ticket number 983 (PLAVEN) - Added Padre::Task::Daemon for bidirectional communication support in tasks. When the task is launched, messages to the chlid can be sent down the worker thread's message queue, and they will be tunneled through to the task, which can retrieve them Erlang-style via a dequeue method (ADAMK) 0.68 2010.07.28 - Unstable - Post Birthday Hackathon Weekend - Fixed rare bug in t/23_task_chain.t (CHORNY) - Refactored the Action subsystem into a simpler model. The old layout artificially broke it up based on menu structure. The new layout also makes it simpler to do further refactorings (ADAMK) - Removed half the usages of Wx::Perl::Dialog (ADAMK) - Use a hyphen to a separate the current vs native names of the languages in the View menu, as the bracing looked weird with the bracing of some of the languages themselves (ADAMK, ZENOG) - Don't show a additional translated string for the language that is currently active (ADAMK, ZENOG) - When the advanced setting "feature_fontsize" is disabled, Padre will remove the Font Size menu, disable Ctrl-+ and Ctrl--, and (most importantly) will not change the font size in an editor on Ctrl-Scroll (ADAMK) - Added integration with the PPI::Transform API for modifying Perl documents, so the transform objects can modify Padre documents (ADAMK) - Added the "Move POD to __END__" refactoring that lets you extract all the POD scattered through a document, merge it together, and move it to the bottom of the file after an __END__ statement (ADAMK) - If the Open Selection expression only matches one file, immediately open it without showing a pointless dialog (ADAMK) - Removed Wx::Perl::Dialog by inlining it into Padre::Wx::Dialog, this will remove the need to import ':everything', saving 50-100k (ADAMK) - Actions now only need to be declared once, and are all declared in one place in advance (ADAMK) - Directory Tree sort order is now (advanced) configurable between directory-first and directory-mixed (ADAMK) - Moved the Padre::Action* classes to Padre::Wx::Action* as they are now much more tightly dependant on Wx (ADAMK) - Plugins will now do full compatibility testing, which means that when we change an internal API we can just update $COMPATIBLE in that package and any impacted plugins will be automatically disabled until they do a new release. That is far better than "They just crash blindly" (ADAMK) - Create a new main_directory_root settting distinct from the existing default_projects_directory one, specifically for setting the default root of the directory tree. It will continue to be pointed to my_documents by default (the original may change) (ADAMK) - Made Padre::Wx::Dialog::ModuleStart configuration translation-safe (ZENOG) - Updated German translation (ZENOG) - Add Java and BibTeX to MIME types (ZENOG) - Ack ("find in files") output is now more 'clickable', but still not perfect (ZENOG) - Fix File::Open3::open3() call to be IPC::Open3::open3() (BRICAS) - Fix #969: crash when switching language after using Ack (ZENOG) - Remove unnecessary Wx::gettext calls from Padre::Wx::Dialog::Preferences that lead to missing translations (ZENOG) - Description field is hidden by default in the regex editor dialog. A checkbox now optionally toggles its visibility (AZAWAWI) - Padre::Wx::FindResult: Get rid of global variable, shorter column titles, both columns now wxLIST_AUTOSIZE (ZENOG) - Call relocale() for all elements of the Bottom panel (ZENOG) - Remember sorting order in session manager (SEWI) - Nicer workflow for renaming variables: Now we check for some conditions before prompting the user for a name; renamed function 'lexical_variable_replacement' to 'rename_variable' (ZENOG) - Simplify the code for the Bottom pane a bit (-1 method), no warnings any more (ZENOG) - Fixed #970: Switching language removes plugin menus (ZENOG) - Padre::MimeTypes: Fixed some Wx::gettext handling problems, switched keys of menu_view_mimes() so that the names (not the MIME types) of file types are shown in the View menu (ZENOG) - Documentation of Padre::Current (SEWI) - Include only changed files in changed-file-list (SEWI) - Added wxwidgets.pod which contains the method documentation of all Wx classes (AZAWAWI) - Padre has wxWidgets method documentation in F2 help search (AZAWAWI) - Added Padre::Wx::Nth to group first/nth-time startup magic (ADAMK) - Fixed #781 : Unicode should not be used for accessing file system on Win32 (CHORNY) - The New Installation Survey now only appears on the third time that Padre starts, so it doesn't confuse people with locale issues (ADAMK) - Split Padre::Wx::Dialog::WhereFrom into main and FBP classes to try out the designer-based approach experimentally (ADAMK) - Tab width is configurable for opened file too (CHORNY) 0.67 2010.07.27 - 0.67 never made it to public release. All changes listed for 0.68 are what 0.67 would have had. 0.66 2010.07.01 - Improved the quality and integration of the default window size (ADAMK) - The non-blocking IO upgrade in 0.65 meant that Padre could no longer open files on Windows. Fixed (ADAMK) - Minor improvements to the About dialog (ADAMK) 0.65 2010.07.01 - Task 2.0 API landed on trunk (and everything breaks) (ADAMK) - Converted the FunctionList GUI component to work via a task (ADAMK) - Padre::Role::Task role added to allow any object in Padre to be the "owner" of task and automatically handle which tasks are still relevant to the UI state at the time the task is completed, and ignore the ones that aren't (ADAMK) - New compulsory Padre::Wx::Role::View for editor GUI componants that want to live in the left/right/bottom tool panels (ADAMK) - Renamed a number of classes to simpler names. Because we are breaking everything anyway, this is an opportune time to lump in these low-importance changes (ADAMK) - Padre::DocBrowser --> Padre::Browser (ADAMK) - Padre::Wx::DocBrowser --> Padre::Wx::Browser (ADAMK) - Padre::Wx::Role::MainChild --> Padre::Wx::Role::Main (ADAMK) - Language-specific task sub-classes now live under the document class instead of under the Padre::Task tree, to encourage concentration of language-specific code within the document tree (ADAMK) - Padre::Task::Perl::Syntax --> Padre::Document::Perl::Syntax (ADAMK) - Padre::Task::Perl::Outline --> Padre::Document::Perl::Outline (ADAMK) - Startup config file now uses a custom hyper-minimalist format which avoids the need to load YAML::Tiny before the first thread spawn, saving about 400k per thread (ADAMK) - Padre::Logger now allows the PADRE_DEBUG environment variable to be set to a specific class name, enabling logging only for that class. This simplies tracing around a specific problem now that the number of classes with debugging hooks is getting large (ADAMK) - Moved the startup tool enabling of the syntax check and error list from the startup timer to the constructor, and prevent them from writing back to the config. We no longer need to write the config at all during startup, making startup faster (ADAMK) - Scroll the output window down on outputs (kthakore) - Directory browser rewritten to operate in the background (ADAMK) - Improved directory tree search to take advantage of new background file scanning. It is now instantaneously quick (ADAMK) - Added the PPI::Cache API to provide a simple common mechanism for stashing GUI model data such that all cache data can be cleaned up in one go when the relevant project or document is released (ADAMK) - Fixing some new bugs or adding temporary workarounds for them (SEWI) - Rebuild History using non-blocking IO on Padre start (SEWI) 0.64 2010.06.12 - Last Stable before merge of new Task 2.0 API - zh-cn translation updated (jagd) 0.63 2010.06.02 - Autocomplete "sub new" for Perl modules (SEWI) - fixed ticket #956: crashes if Outline is active (ZENOG) 0.62 2010.05.21 - Any 3 column table layout in the preferences dialog now has a stretched middle column. (PLAVEN) - Add a warning for versions of Wx.pm with broken HTML rendering (ZENOG) - Mousing over a sub/method name with ctrl pressed now highlights it to indicate it can be clicked on (Sam Crawley) - Regex editor: Support global flag for substitute (ZENOG) - Updated Turkish translation (Burak G??rsoy) 0.61 2010.05.12 - MIME types: added a few C++ file extensions, added LaTeX .sty files (Zeno Gantner) - About dialog: increase height of the window so that the translated licensing terms also fit in without a scrollbar (Zeno Gantner) - Debugger: improved variable detection in the document (Zeno Gantner) - Menu: More consistent capitalization of menu entries (Zeno Gantner) - Updated German translation (Zeno Gantner) - fixed ticket #538: "outline view info takes too long to refresh" by adding an outline cache (Zeno Gantner) - fixed ticket #541: "wrong outline can get displayed for a document" (Zeno Gantner) - fixed ticket #940: "crashes when right clicking in code editing area" (Zeno Gantner) - fixed ticket #878: "Tabs like 'Outline', 'Functions'... should have a close button, just like the documents tabs" (Zeno Gantner) - fixed behaviour of the close button for the bottom tabs (Output, Errors, Syntax Check): closing a tab now toggles the corresponding menu and config items (Zeno Gantner) - Updated German translation (Zeno Gantner) - Updated Chinese translation (Chuanren Wu) - fixed ticket #939: "Padre 'help' depends on POD2-Base on Strawberry Perl on Windows XP" (ADAMK) - Updated Italian translation (SBLANDIN) - Updated Brazilian Portuguese translation (GARU) - Updated Dutch translation (Dirk De Nijs) - Updated Spanish translation (ENELL) 0.60 2010.04.20 - Add FTP connection caching/sharing (SEWI) - Add interactive template functions (SEWI) - Fixed ticket #900: opening binary files may crash Padre (Zeno Gantner) - Improved some menu entries: added missing "...", better labels, better comments (Zeno Gantner) - Clearer error message if debugger is not started yet (Zeno Gantner) - Complete language/locale switch on Unix platforms: also correctly translate the Wx default labels (Zeno Gantner) - Fixed ticket #921: regex syntax error in Regex Editor (reported by leprevost) - Updated German and Turkish translation (Zeno Gantner, SEWI and Burak G??rsoy) - Added licensing information to About dialog (Zeno Gantner) - Skip '.' when indexing installed modules in @INC (dam) - Fixed bug related to search history (Sam Crawley) - Added file type filter "script file" (which includes Unix shell scripts and Windows .bat files) to the Open dialog (Zeno Gantner) - MIME types: added .mo to the list of binary file extensions, improved/gettext-ified some descriptions, changed LaTeX extension from latex to tex (Zeno Gantner) - Autocomplete no longer displays the dialog when only one option is available (unless 'Autocomplete while typing' is on) (Sam Crawley - #927) 0.59 2010.03.31 - Don't crash open file list dialog on unsaved files or without files (SEWI) - Added a small survey for new Padre installation (SEWI) - Resolved the clash between threads and SQLite by temporarily disconnecting from SQLite during a thread spawn (ADAMK) - Slave master quick-spawning in Padre::Startup, so that we get smaller thread spawn memory penalty from the interpreter copy. On Win32 the per-thread cost drops from 34.1meg to 20meg with a reduction in total memory use for a typical user of about 20% (ADAMK) - Add language names/translated texts to select_language list (SEWI) - Fixed ticket #865 Wrong document type in View Document As (PLAVEN) - New Padre::Wx::Display screen geometry library for handling multiple screens, weird geometry setups and other weird stuff that coders have on their development setups. Padre's main window uses this to calculate an elegant golden-ratio uniform-margin default position and size (ADAMK) - When showing a toolbar panel for the first time, make sure it's lock state is consistent with the main_lockinterface config setting (ADAMK) - Local file and remote file installation switched from pip to cpanm (ADAMK) - Completed the 'Insert Special Value' functionality (Zeno Gantner) - Updated German translation (Zeno Gantner) - When refresh_windowlist was sped up, sorting regressed. Fixed (ADAMK) - Fixed ticket #889: Padre saves non-ASCII characters as \x{XXXX} (AZAWAWI) - New Win32 launcher #677: the Padre process is now named "padre.exe" in the Task Manager (instead of wperl.exe) and it embeds the Perl interpreter instead of being just a launcher (DOLMEN) - On Win32 the manifest file (which tells Windows to use new Vista/7 styles on such systems) is now embedded as a resource in the binary, so any wperl.exe.manifest containing the string 'name="Padre"' is obsolete and must be removed (DOLMEN) - Fixed ticket #904: Win32 taskbar icon is only 16x16 (Windows 7 may uses 48x48) (AZAWAWI) - Small improvements/fixes to some dialogs: Refactoring, Open URL, Goto, Save as, Preferences, Insert File, New Perl Distribution (Zeno Gantner) - New document statistics dialog, faster computation of document statistics (Zeno Gantner) - Added missing File::pushd Padre dependency (AZAWAWI) - Fixed ticket #894: search for non-ASCII characters (Zeno Gantner)
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-03-09Updating editors/p5-Padre from 0.57 to 0.58sno2-7/+7
pkgsrc changes: - Adjust dependency Upstream changes: 0.58 2010.03.08 - Fixed "Open File In Existing Padre" for non-win32 (PDONELAN) - In advanced preferences, display the storage backend name when it is default and 'User' is now called 'Overriden' (AZAWAWI) - In advanced preferences, display preferences options for non-boolean settings (AZAWAWI) - In advanced preferences, display a True/False radio button for boolean settings (AZAWAWI) - Fixed an incorrect default value display bug in advanced preferences when it is toggled (AZAWAWI) - In advanced preferences, hide bottom controls at startup (AZAWAWI) - In advanced preferences, Set button is hidden when it is a boolean. True/false radio buttons handle the switch instead (AZAWAWI) - Fixed ticket #858 Recent files does not display anything on Padre startup (AZAWAWI) - Refresh all menus at startup. This prevents "nothing" open mode (i.e. no document) from incorrectly showing an enabled menubar (AZAWAWI) - Padre::Util::share() can now get the name of a plugin (e.g. 'Perl6') and return the share directory of that plugin (SZABGAB) - Removed the unused concept of user-configurable menus, which was slowing down a ton of different operations that needed a menu refresh (ADAMK) - Removed ->refresh calls during the initial menu construction, as we will be refresh'ing again anyway at the end of the startup, and thus any work done in the menus is completely wasted CPU (ADAMK) - Removed the very expensive window list refresh code from the main menu refresh method into it's own dedicated refresh method. We can fire this directly in the limited number of situations that the notebook adds, removed, or renamed documents (ADAMK) - Speed up status bar updates (ADAMK, SEWI) - Warning editor markers are now actually orange on win32 (AZAWAWI) - Landed new and much much faster refresh_windowlist (ADAMK) - Fixed ticket #860: Configurable key bindings dialog (AZAWAWI) - Added Browse Buttons to External Tools Preference Dialog (PLAVEN) - Fixed ticket #863: Continous warnings or prints kill Padre (AZAWAWI, KTHAKORE) - Bumped Wx::Perl::ProcessStream version requirement to 0.25 (AZAWAWI) - Added promised PPI lexer configurable max-length limit for azawawi (ADAMK) - Fixed ticket #867: Padre dies when hitting Ctrl-. (AZAWAWI) - Fixed ticket #807: F2 is broken (AZAWAWI) - Fixed ticket #835: Function list not populated on initial panel showing (karl.forner) - Added Turkish translation.
2010-02-25Updating editors/p5-Padre from 0.56 to 0.57sno4-7/+58
pkgsrc changes: - Adjust dependencies - Add MacOS X/Darwin support (by patching out use of wxPerl) Upstream changes: 0.57 2010.02.18 - **WARNING Contains new threading code** - Spawn a master thread very early in the startup process. Use that master to create worker threads as necessary. Cuts down on memory usage and fixes the "Leaked Scalars" warning (BRAMBLE, SMUELLER) - Fix pluginmanager error dialog for plugin-event failure (BRAMBLE) - Add status messages for Padre::File operations (SEWI) - Select some files to close (SEWI) - Select some files to reload (SEWI) - GotoLine is now called Goto dialog (AZAWAWI) - Goto dialog is now non-modal lazy single instance dialog (AZAWAWI) - Goto dialog has a current positon/line number field (AZAWAWI) - Regex editor dialog is now more compact and it includes regex helper buttons (AZAWAWI) - Regex editor dialog can now highlight matched text (AZAWAWI) - Regex editor dialog can now display regex description (AZAWAWI) - Implemented Replace (aka substitution) in Regex editor (AZAWAWI) - Right click "Edit with Regex Editor" now works on user-selected text (AZAWAWI) - Added "headline" method to Padre::Project, which allows a project to try and intuit the "primary" file in the project (for a CPAN distribution of Foo::Bar this will be lib/Foo/Bar.pm) (ADAMK) - Removed the final usage of the "Provider" phrasing, and made more of the modules used by the Perl help provider run-time loaded (ADAMK) - Moved padre.exe build from bin to win32-loader folder since bin is a bad path for putting the Padre win32 launcher code (SMUELLER, AZAWAWI) - Added "Open in File Browser" in the File and right-click menu (AZAWAWI) - Added "Find in Files" to right-click menu (AZAWAWI) - No need to launch a command shell to execute explorer.exe on win32 (AZAWAWI) - Added "Open with Default System Editor" in "File -> Open..." (AZAWAWI) - Implemented padre --reset to flush and reset the current Padre configuration in otherwise unrecoverable situations, such as now when the Swarm plugin causes the slave-driver code to instantly segfault at startup (ADAMK) - Add mimetype detection for Template::Toolkit and CSS files (SEWI) - Added plugin menu refreshing to the resource locking system (ADAMK) - Fixed three cases where code was still manually calling ->Freeze and ->Thaw on the main window, breaking the resource locked (ADAMK) - Fixed ticket #847: "Implement Mozilla-style about:config for Padre" (AZAWAWI) - Fixed ticket #845: Fix relative filenames from commandline (SEWI) - Added "Open In Command Line" to File menu (AZAWAWI) - Renamed Plugins menus to Tools and moved Preferences into it (ADAMK) - Re-implemented the mechanism for generating a human-oriented list of window names (ADAMK)
2010-02-04Not MAKE_JOBS_SAFE.joerg1-1/+2
2010-02-03Updating editors/p5-Padre from 0.55 to 0.56sno2-11/+14
pkgsrc changes: - Adjusting dependencies according to upstream META.yml - Adjusting module type (for build) - Using b3.mk from x11/p5-Wx to ensure correct BUILD_DEPENDS for Wx bindings Upstream changes: 0.56 2010.02.01 - Plugins may now add their GUI elements to the view menu (SEWI) - Padre now displays a dynamic to-do list generated from comments in your source code (CORION) - Landed new Padre::Startup module which is dramatically faster when loading files into an existing Padre via the single instance server, and finally provides a mechanism for allowing configuration to disable the startup splash image (ADAMK) - Changed a few configuration settings to create a more consistent naming pattern for them (ADAMK) - Audited dependencies and updated a variety of them (ADAMK) - Ctrl-Shift-W is now bound to "Close This Project" (ADAMK) - Added an option for traceing Padre subroutine calls to the developer plugin (SEWI) - Uses correct make from Config.pm for the run menu item -> Build and run tests (KTHAKORE) - Speedup and less false-shows for autocomplete (SEWI) - Speedup while changing tabs (use the correct project dir) (SEWI) - Simple refocus on document after command run (KTHAKORE) - Fixed ticket #822: main window could be off screen on start (BLAKEW) - padre-client allows you to use Padre for commit messages and other synchronous edit events (CORION) - WIN32, Converted the --desktop registry code to Win32::TieRegistry and removed hardcoded strawberry paths (AZAWAWI) - WIN32, padre.exe will run with the same UAC privileges as same as the invoker (AZAWAWI) - Disable debugger menu items when there is no document (AZAWAWI) - Fixed a Padre debugger crash when an unsaved document is debugged (AZAWAWI) - Fixed Padre no-document crash with Find Next/Find Previous functionality (AZAWAWI) - Make sure that windows context key shows the refactor menu items in the right-click pop-up menu (AZAWAWI) - Used Module::CoreList::is_deprecated to display deprecated CORE modules in help search title (AZAWAWI) - Padre::Util::Win32::ExecuteProcessAndWait doesn't automatically inherit the same Cwd as the parent process. Added support for explicit cwd parameter and make the syntax checker pass the cwd to it. Syntax checking of test scripts and such should now work as intended on Win32(ADAMK) - Audit uses of Padre::Util::Win32 to only load it via require. Added a TRACE warning to verify it never gets loaded on non-Win32 (ADAMK) - Tuned the locking for ->close_where, which should make a variety of functions like "Close This Project" and "Close Other Projects" noticably faster (ADAMK) - Changed func_foo config variables to feature_foo, in anticipation of of a future equivalent to the Mozilla "about:config" control (ADAMK) - Added feature_cursormemory to allow disabling of Padre's feature to remember the location in the file you were scrolled to (ADAMK) - Added a fast ascii shortcut to the very slow encode detector. Opening files all of a sudden gets much faster if you have ascii files (ADAMK) - Bumped ORLite to 1.38 to get faster ARRAY object support and Class::XSAccessor acceleration support. If they cause problems, these changes can be safely backed out. (ADAMK) - Fixed the mass-error-popups on mimetypes without help provider (SEWI) - During DB locks (which are the most likely place for things to make changes to the database) disable synchronous SQLite writes. This will reduce the time that Padre blocks, at the risk of config.db corruption if there is a hardware failure or operating system crash. (ADAMK) - Fixed ticket #837: padre.exe should be able to be placed in c:\strawberry\perl\site\bin (AZAWAWI) - Improved "Goto Line" dialog to be smarter with better validation/error messages (AZAWAWI) - Open Resource can now display Perl package names for matching resources (AZAWAWI) - Fixed #838: Author tests should all check RELEASE_TESTING and/or AUTOMATED_TESTING (RHEBUS, AZAWAWI) - Fixed Regex Editor dialog destruction bug where multiple ->Show and ->Destroy could lead to a Padre crash on WIN32 (AZAWAWI) - Project detection differentiates between four different subclasses of Perl build systems (three of those correctly) (ADAMK) - Function List has resource locking around it and properly triggers a refresh when we show it for an already open document (ADAMK) - "Goto Line" dialog now supports going to lines and positions (AZAWAWI) - Fixed perl to refactor action prefix for refactor menu for consistency (AZAWAWI) - Fixed ticket #841: Quick Menu Access should show the location of the menu item on the menu system (AZAWAWI)
2010-01-23Updating editors/p5-Padre from 0.54 to 0.55sno2-7/+7
pkgsrc changes: - Adjusting dependencies Upstream changes: 0.55 2010.01.21 - Add full list of file types to the View Document As menu (SZABGAB) - dist-zilla projects detection finally fixed (#489) (JQUELIN) - The directory tree refresh method will shortcut if nothing has changed, which should fix a number of bugs relating to the directory tree "doing things" when it shouldn't be (ADAMK) - Saving files to somewhere other than the current project will now correctly flush the document project state, and triggers a directory tree flush so that we communicate the change in project (ADAMK) - Cloned ORLite::Migrate to a private version as Padre::DB::Migrate so we have a better chance of fixing bug #796 (ADAMK) - Tentatively fixed #796 by spawning migration scripts in a manner which does NOT assume the pre-existance of STDOUT. This is at best a short-term hack, because this STDOUT problem is going to come back and bite us in other ways in the future, for sure (ADAMK) - Tuned the directory tree refresh logic to improve startup speed when launching Padre with specific named files to open (ADAMK) - Tuned the creation and management of tool widgets to remove the need to load or construct tools at startup time that are turned off in the user's configuration. - Tuned lock-release refresh execution to remove low-level refresh methods that are also contained in higher level refresh methods. - Removed a superfluous AUI Update from the refresh method (ADAMK) - Delay loading some additional GUI classes and objects until they definitely needed (ADAMK) - Suppress warnings that occur during plugin loading (ADAMK) - 'Simple' possible fix for #331 to update the tabs when 'save all' is run in Padre. (PLAVEN) - Fixed #819: Don't crash on missing project dir (SEWI) - Upgrading --desktop option from VBScript to a new Win32::Shortcut-based Padre::Desktop. Desktop link creation works on Vista and newer operating systems again (ADAMK) - Tuned menubar refresh to only fire if we change document mimetype, which saves a ton of CPU and seems to reduce flicker (ADAMK)
2010-01-16Importing editors/p5-Padre v0.54.sno3-0/+112
Padre is a Perl IDE, an Integrated Development environment, or in other words a text editor that is simple to use for new Perl programmers but also supports large multi-lingual and multi-technology projects. Features * Customizable syntax highlighting of many languages * Syntax checking for Perl 5 and Perl 6 * Refactoring tools for Perl 5 and Perl 6 * Context sensitive help * Multi-platform: Microsoft Windows, Linux, Mac OS X * Special features for beginners * Extra features for advanced programmers * Written in Perl 5 * ...