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
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)
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)
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).
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).
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.
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.
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.
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
* ...