summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2010-02-09Regen, forgotten to commit with the patches.joerg1-2/+2
2010-02-05Mention dvipdfmx instead of dvipdfm; the latter was obsoleted by the former.minskim1-2/+2
2010-02-04Not MAKE_JOBS_SAFE.joerg1-1/+2
2010-02-04destdir support, plus fix some pre-existing funnies with install permissionsdholland5-24/+211
2010-02-03DESTDIR supportjoerg1-2/+4
2010-02-03DESTDIR supportjoerg3-28/+42
2010-02-03Update to 0.1.8. Please note the nice date in the following entry:wiz2-7/+6
Sigil v0.1.8 2009.13.30. - fix for a regression causing all imported CSS code to be merged into one line - fix for an issue with ignored linefeed characters (caused by same regression) (issue #217) Sigil v0.1.7 2009.12.28. - minor aesthetic toolbar fixes for Mac - fixed an issue with " " in headings not being converted to a space in the TOC (issue #215) - minor aesthetic changes to the line number area in Code View - fixed an issue with "Insert Image" not working if the Book View doesn't have focus (issue #204) - the "Add metadata property" dialogs in the Meta Editor now remember their size, position and splitter bar position - Sigil now loads HTML metadata when importing if metadata conforms to Dublin Core; code contribution from Kevin Hendricks (issue #160) - fixed an issue with loading TXT files with unescaped character entity references (issue #202) - fixed an issue with headings not being centered after View switches (issue #200) - fixed an issue with files with uppercase extensions being loaded incorrectly - fixed an issue with loading TXT files with Mac-style (CR) line endings (issue #170) - fixed an issue with loading UTF-16 encoded files that used Windows style (CRLF) line endings - Sigil should now detect UTF-8 encoded HTML files even when they don't specify that they are UTF-8 encoded, and HTML files that use the XML "encoding" attribute (for any encoding) - the Views can now be scrolled by one line up/down by pressing CTRL+Up/Down (issue #72) - the About dialog now links to the online version of the GPLv3 - made viewport switching more robust; the rare crashes should now become much rarer Sigil v0.1.6 2009.12.06. - added a "Report An Issue" menu entry to the Help menu; opens a web browser and goes to the "ReportingIssues" wiki page on Sigil's website - fixed an issue with empty NavMap generation in the NCX if the file had no headings; the epub specification forbids empty NavMaps (issue #174) - fixed an issue with the document not being marked as modified in the GUI if the user only changed the document's metadata (issue #189) - fixed a rare bug with searching for a string that is at the very end of a document (issue #181) - new "Remove Formatting" WYSIWYG action (issue #56) - Sigil now preserves ALL HTML entity references (it used to convert most to Unicode equivalents); this change was necessary since soft hyphens were becoming "invisible" (issue #186) - implemented "blockquote" support through new WYSIWYG actions: "Indent Less" and "Indent More" (issue #41) - updating Qt fixed an issue with images wrapped in SVG tags not being shown (issue #91) - updated Qt from 4.5.2 to 4.6.0 - fixed an issue with regex matching in Code View when such regexes referenced line endings with "\n" (issue #182) - PageUp and PageDown keys now work in Book View (issue #130) - fixed a crash invoked on switching views and searching in Book View when the caret element's parent has HTML comment children (issue #179) - "Replace All" is now treated as a single undo/redo operation *in Code View* - tentatively fixed a problem with bad TOC generation if the input file had multiple headings with the same ID (across XHTML files) (issue #177) - fixed a regression that was causing crashes when switching views
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-31Honour varbase and create tmp/vi.recover during +INSTALL. Bump revision.joerg3-5/+17
2010-01-29DESTDIR supportjoerg3-3/+14
2010-01-29DESTDIR supportjoerg10-22/+82
2010-01-29DESTDIR supportjoerg11-33/+72
2010-01-29DESTDIR suppportjoerg1-1/+3
2010-01-29DESTDIR supportjoerg4-17/+28
2010-01-27DESTDIR support by simplification.joerg1-3/+4
2010-01-24More PKGREVISION bumps of jpeg dependencies.wiz4-8/+8
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files and Robert Elz.
2010-01-24revbump for jpeg-8, apparently got missed.dholland1-2/+2
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-22fix an obvious copy'n'pastodrochner1-4/+2
being here, trim dependencies by some which are not referenced directly (but still through libgnomeui)
2010-01-22Add a "gnome" option for dasher (enabled by default), to make it possible toghen3-188/+210
build the package without the gnome dependencies. XXX sometimes the canvas isn't drawn on startup. Resizing the window makes it appear (noted by Patrick Welche).
2010-01-20When running terminfo but compiled for termcap, we cannot assumeroy15-17/+102
that we actually have anything useable in termcap_term_buffer so just use the terminfo fixed size defined ealier.
2010-01-18Update emacs-snapshot to 23.1.91.20100111.minskim7-89/+505
Changes: * .dir-locals.el (change-log-mode): Restore bug-reference-mode. * info/dir: Add Semantic. * info/dir: Add EDT entry. * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org. * elisp package updates: edt, cedet, chart, eieio, files-x, font-setting, hfy-cmap, htmlfontify, mule-conf, ucs-normalize, mpc, imap, tramp, levents, lucid, sym-comp, org, js, and subword.
2010-01-18update to 2.28.3drochner2-6/+6
changes: -Misc bugfixes -translation updates
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz15-28/+30
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz7-13/+14
2010-01-16Importing editors/p5-Acme-Padre-PlayCode v0.13sno3-0/+35
This is a simple Padre plugin to run Acme::PlayCode on either selected source code (if there is any selection) or the entire document.
2010-01-16Removing editors/p5-Padre-Plugin-PlayCode/ (must be imported intosno3-35/+0
editors/p5-Acme-Padre-PlayCode). Thanks to Klaus Heinz for reporting.
2010-01-16Add SUBDIR for recent Padre plugin importssno1-1/+11
2010-01-16Importing editors/p5-Padre-Plugin-SpellCheck v1.1.2sno3-0/+37
This plugins allows one to checking her text spelling within Padre using F7 (standard spelling shortcut accross text processors). One can change the dictionary language used in the preferences window (menu Plugins / SpellCheck / Preferences).
2010-01-16Importing editors/p5-Padre-Plugin-SVN v0.04sno3-0/+32
Padre::Plugin::SVN provides a simple SVN interface for Padre.
2010-01-16Importing editors/p5-Padre-Plugin-HG v0.14sno3-0/+32
Padre::Plugin::HG provides a mecurial interface for Padre.
2010-01-16Importing editors/p5-Padre-Plugin-Git v0.01sno3-0/+33
Padre::Plugin::Git provides a simple Git interface for Padre.
2010-01-16Importing editors/p5-Padre-Plugin-Encrypt v0.06sno3-0/+33
Padre::Plugin::Encrypt provides file encryption/decryption in Padre.
2010-01-16Importing editors/p5-Padre-Plugin-Ecliptic v0.19sno3-0/+41
This plugin provides Eclipse like "killer features" into Padre, like * Quick Assist * Quick Outline Access * Quick Module Access
2010-01-16Importing editors/p5-Padre-Plugin-Debugger v0.3sno3-0/+33
Padre::Plugin::Debugger allows to debug perl code from within Padre.
2010-01-16Importing editors/p5-Padre-Plugin-DataWalker v0.02sno3-0/+36
This plugin uses the Wx::Perl::DataWalker module to provide facilities for interactively browsing Perl data structures.
2010-01-16Importing editors/p5-Padre-Plugin-Catalyst v0.07sno3-0/+36
This package provides a Padre plugin to manage Catalyst development environment and some handy tools to speed up Catalyst development.
2010-01-16Importing editors/p5-Padre-Plugin-Autoformat v1.1.2sno3-0/+34
Padre::Plugin::Autoformat allows to reformat text within Padre using Text::Autoformat underneath.
2010-01-16Move SUBDIR addition for recent Padre and Padre plugin imports from ↵sno1-1/+10
textproc/Makefile to editors/Makefile
2010-01-16Importing editors/p5-Acme-Padre-PlayCode v0.12sno3-0/+35
This is a simple Padre plugin to run Acme::PlayCode on either selected source code (if there is any selection) or the entire document.
2010-01-16Importing editors/p5-Padre-Plugin-Kate v0.02sno3-0/+39
This plugin provides an interface to the Syntax::Highligh::Engine::Kate which implements syntax highlighting rules taken from the Kate editor. Currently the plugin only implements Perl 5 and PHP highlighting. Once this plug-in is installed the user can switch the highlighting of all Perl 5 or PHP files to use this highlighter via the Preferences menu of Padre.
2010-01-16Importing editors/p5-Padre-Plugin-Nopaste v0.2.1sno3-0/+35
This plugin allows sending stuff from Padre to a nopaste website with Ctrl+Shift+V, allowing for easy code / whatever sharing without having to open a browser.
2010-01-16Importing editors/p5-Padre-Plugin-PerlCritic v0.06sno3-0/+33
Padre::Plugin::PerlCritic is a simple plugin to run Perl::Critic on source code.
2010-01-16Importing editors/p5-Padre-Plugin-PerlTidy v0.09sno3-0/+34
Padre::Plugin::PerlTidy is a simple plugin to run Perl::Tidy on source code.
2010-01-16Importing editors/p5-Padre-Plugin-Vi v0.22sno4-0/+46
Once installed and enabled the user is in full vi-emulation mode, which was partially implemented.
2010-01-16Importing editors/p5-Padre-Plugin-XS v0.01sno3-0/+36
This plugin is intended to extend Padre's support for editing XS and C-using-perlapi. Currently the plugin implements limited syntax highlighting and calltips using a configurable version of the perlapi.
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 * ...
2010-01-16Importing editors/p5-PPIx-EditorTools v0.09 as dependency of scheduledsno3-0/+36
import of editors/p5-Padre. Utility methods and base class for manipulating Perl via PPI.
2010-01-04Needs libxslt for all files in the PLIST. Bump revision.joerg1-2/+3
2009-12-30+javascript-modeabs1-1/+2