Added
- Document is closed if underlying file is deleted
- Editor settings allowing to set font family, tab size in spaces,
font size in points and text wrapping
- A simple file search dialog
- Titles for project and settings dialogs
- Simple logging, appending to ~/pugdebug.log
- UI improvements
- New Go to line window
- Added line numbers in editor
- Close tabs with middle right mouse button
- Better support on linux (including file names with initial dot)
- Better syntax highlighting
- New readme
- Pypi package release
Changed
- Cursor in editor is now a regular arrow, read-only cursor
Fixed
- File watching for Windows OS
- Connecting to document signals when document is changed or removed
- Focus of buttons in the New Project window, save has focus by default
- Opening files after closing tabs with the middle mouse button
- Deleting expressions with the Del key should not work if the focus is
in another widget.
- The context menu in the Projects widget should not be displayed if
a user did not click on a project line.
- Fixed various crashes
Removed