summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-04-07pkgver rewritehaawda
2018-10-02rewritten pkgver functionhaawda
2017-12-15Updated version (0.5.1.r107.geb21a2de -> 0.5.1.r110.gccdc46ff).AUR Update Bot
Changelog ========= Use right header (ccdc46ff) Mention file selection improvements in Changelog (8dccd5a0) Add blog post about file selection improvements (e230619d)
2017-12-13Updated version (0.5.1.r103.g59312469 -> 0.5.1.r107.geb21a2de).AUR Update Bot
Changelog ========= Increase spec timeout for hg (eb21a2de) Optimize matcher slightly (78ee8261) Switch ordinary recursive file listing to use File:find_paths (10e7209e) Flesh out File.find_paths (e713962f)
2017-12-09Updated version (0.5.1.r96.g630577e1 -> 0.5.1.r103.g59312469).AUR Update Bot
Changelog ========= Avoid hard coded files names for files in specs (59312469) Make File:find_paths respect the async flag (f8b50e8b) Make select_file_in_project work with paths and not files (27dead0a) Add Project:paths() (9a42e036) Add File:find_paths() (a481d791) VC instances are not expected to provide paths() (819bd47e) Location selection allows items with a directory and path (b44ac849)
2017-12-08Updated version (0.5.1.r65.gbd8f8d89 -> 0.5.1.r96.g630577e1).AUR Update Bot
Changelog ========= Remove `timeout` option for File.find (630577e1) Be more restrictive in floating the toc (69765d23) Respect use_tabs when commenting lines (e4ab9bd8) Optimize paths.subtree_matcher (a89aef2e) Allow simplified creation of StyledText object (8c67b6eb) Make subtree matcher use reverse matching (7c9f7b45) Matcher returns partial results for hit sets > 1000 (68333a8b) Optimize Matcher (e7c4884c) Optimize git and hg file loading by passing a predetermined type (e2db92aa) Allow passing in a pre-determined type to File (e79e3866) Mention scrolling fix (43fe1f1c) Unqualify floor references (666274b6) Merge pull request #396 from kirbyfan64/smooth_scroll (7690e1d4) Mention dart bundle enhancements (5f31348c) Merge pull request #380 from kirbyfan64/dart (07e5dc4d) Update Changelog (a41995d9) Merge pull request #402 from howl-editor/activities (b0ef6c7e) Make activities popup delay configurable (d4e5c314) Convert some potentially slow operations to activities (65f3a036) Add howl.activities (fadae1bb) Add Gdk.Window.scale_factor (cbc2a293) Add --run-async flag (c490dfcc) Wording (c38a03c1) Add howl.app:pump_mainloop() (08823ce7) File.find accepts an on_enter parameter (a0fc862b) Add Process.open_pipe and Process:pump_lines (b1542617) Add support for shared, low precision after timers (0dd083ad) Fix Dart mode recursive lexing, leading underscores, and nested generics (77071da3) Dart bundle enhancements (4bec56b6) Add settings for changing the mouse scrolling speed (e2f6412b) Support smooth scroll events (61277e93)
2017-11-24Updated version (0.5.1.r59.gcefc6d0f -> 0.5.1.r65.gbd8f8d89).haawda
Changelog ========= Linting fix (bd8f8d89) Simplify Gtk scrollbar workaround (f7c84b6d) Make dispatch.launch also return the actual coroutine (e1f6bcb3) Activate File asynchronous mode after startup (febe90c4) Make File.children_async less async (f483322b) Add File.children_async (8215f699)
2017-11-21Updated version (0.5.1.r58.g25791f2d -> 0.5.1.r59.gcefc6d0f).haawda
Changelog ========= Fix cursor placement after indent when column < indentation (cefc6d0f)
2017-11-08Updated version (0.5.1.r57.g49229c80 -> 0.5.1.r58.g25791f2d).haawda
Changelog ========= Release 0.5.3 (25791f2d)
2017-10-27Updated version (0.5.1.r48.gbb0fbab3 -> 0.5.1.r57.g49229c80).haawda
Changelog ========= Tweaks for file backup (49229c80) Add temporary file backups during saving (closes #147) (7d13a866) Add titlebar and background fixes (c5fc4827) Merge pull request #387 from howl-editor/csd-win-bg-fix (f0ccea04) Remove earlier CSS box-shadow removal (7a354ba9) Draw window background on box instead of top-level (41ae10ae) Request that titlebar is hidden when possible (504fc7c4) Raise error from custom dispatcher instead of logging (accb6856) Linting for moonscript_support.lua (6e1daf97)
2017-10-25Updated version (0.5.1.r47.gde0d3b6e -> 0.5.1.r48.gbb0fbab3).haawda
Changelog ========= Shift + backspace also deletes back (bb0fbab3)
2017-10-24Updated version (0.5.1.r46.g68d2298c -> 0.5.1.r47.gde0d3b6e).haawda
Changelog ========= Optimize File (de0d3b6e)
2017-10-13Updated version (0.5.1.r44.gca270ce1 -> 0.5.1.r46.g68d2298c).haawda
Changelog ========= Improve output formatting (68d2298c) Move location segment highlighting from inspect into location selection (6db8b04f)
2017-10-11Updated version (0.5.1.r42.g85ca5480 -> 0.5.1.r44.gca270ce1).haawda
Changelog ========= Remove unused destructor module (ca270ce1) Line after running specs (58b19f2c)
2017-10-06Updated version (0.5.1.r22.g8d063738 -> 0.5.1.r42.g85ca5480).haawda
Changelog ========= Update for 0.5.2 (85ca5480) Merge pull request #383 from howl-editor/breadcrumbs (16f33c2c) Merge branch 'master' into breadcrumbs (ca40b3e8) Mention navigation in Changelog (f21c06c5) Add some text about navigation in the user manual (28dc762a) Make sure we don't accidentally hide the pos for a crumb (04ef8282) Document howl.breadcrumbs module (5f8da6a1) Use the buffer markers for positiong instead of pos if available (26889483) Check for existing cursor as a safety check (6deca43e) Drop crumb for end and start of file cursor movements (1f7ae9c2) Include line_at_top when dropping for searcher (0d5d9416) Simplify breadcrumb buffer marker structure (a17bf5bb) Prune breadcrumbs according to new config option `breadcrumb_limit` (a1fffc88) Map navigate-{back,forward} to ctrl_< and ctrl_> (b0158de2) Avoid add breadcrumb cycles (8090a7a4) Drop more crumbs (c99cc6b5) Log location after navigating to a crumb (aaefc04d) Update breadcrums when a buffer is closed (8b2ec975) Jack in breadcrumbs dropping and add navigation commands (2595c01e) Add initial breadcrumbs module (0e647c2a)
2017-10-03Updated version (0.5.1.r19.gad59cc3c -> 0.5.1.r22.g8d063738).haawda
Changelog ========= Update Changelog (8d063738) Merge pull request #375 from howl-editor/capslock-adjustments (0869aad7) Switch binding translation character around when caps lock is on (88c7c5c2)
2017-09-25Updated version (0.5.1.r17.gc12291b5 -> 0.5.1.r19.gad59cc3c).haawda
Changelog ========= Merge pull request #381 from howl-editor/python-lexing (ad59cc3c) Improve Python lexing of f strings (e77ff380)
2017-09-23Updated version (0.5.1.r15.g8e192012 -> 0.5.1.r17.gc12291b5).haawda
Changelog ========= Don't overstep our bounds (c12291b5) Remove spec for duplicate registration (137b8538)
2017-08-29Updated version (0.5.1.r13.g71ed08e9 -> 0.5.1.r15.g8e192012).haawda
2017-08-29add optdependency coffee-scripthaawda
2017-08-12fewer dependencieshaawda
2017-08-10Updated version (0.5.1.r5.g7b7c3777 -> 0.5.1.r6.ge83e98ee).haawda
Changelog ========= Mano a mano with Gtk scrollbars again (e83e98ee)
2017-07-11Updated version (0.5.1.r4.gd0528fd0 -> 0.5.1.r5.g7b7c3777).haawda
Changelog ========= Fix dart string lexing (7b7c3777)
2017-07-11Updated version (0.5.r3.ga34677ba -> 0.5.1.r4.gd0528fd0).haawda
Changelog ========= Merge pull request #367 from howl-editor/table-completions (d0528fd0) Allow completions to be tables in addition to strings (290a7b00) Update version for 0.6 dev (c0e3117f) Update site for 0.5.1 (79ed219c) Release 0.5.1 (46264454) Add santity check that release version is correct in init.lua (291b4331) Add multiline strings to dart_lexer (885bb69c) Merge pull request #366 from howl-editor/kirbyfan64-patch-1 (5590a590) Update init.lua for Howl 0.5.0 (7efb9f93) Update dart example for /* */ comments (db3d8145) Fix dart lexer for /* */ comments (15417b7c)
2017-07-03Updated version (0.5.r1.gfb490523 -> 0.5.r3.ga34677ba).haawda
Changelog ========= Merge pull request #365 from kaihoukyoku/patch-1 (a34677ba) Corrected 0.5 release date on site (bbfbf6e3)
2017-07-01Updated version (0.3.r979.g0344a711 -> 0.5.r1.gfb490523).haawda
Changelog ========= Update checksums for updated 0.5 release (fb490523) Update site for 0.5 (78b250f7) Update tar syntax for excluding files (ec5d7204) Minor fixes to Dart mode (7edd9919) Add Dart bundle to Changelog (7eeedbab) Merge pull request #364 from howl-editor/dart-bundle (a225f133) Add a bundle for Dart (4342b45c)
2017-06-30Updated version (0.3.r978.g6209ddcb -> 0.3.r979.g0344a711).haawda
Changelog ========= Add cimport keyword to cython_lexer (0344a711)
2017-06-27Updated version (0.3.r971.gbbfe06a1 -> 0.3.r978.g6209ddcb).haawda
Changelog ========= Minor fix to auto_inspect documentation (6209ddcb) Add documentation blurb about inspections (7fd857ae) Don't append toc titles as classes (7c274875) Remove stale Arch reference (7d8ec294) Don't write buffer contents to file referencing inspector cmd (4ab6e713) Add buffer-inspect screenshot (b4701767) Alert on error when loading a file passed via --run (b5aebb33)
2017-06-21Updated version (0.3.r968.g8444c566 -> 0.3.r971.gbbfe06a1).haawda
2017-06-20Updated version (0.3.r966.gb0fa0689 -> 0.3.r968.g8444c566).haawda
2017-06-17Updated version (0.3.r961.ga8992c2a -> 0.3.r966.gb0fa0689).haawda
2017-06-12Updated version (0.3.r954.g49902b73 -> 0.3.r961.ga8992c2a).haawda
2017-06-03Updated version (0.3.r950.ga1321533 -> 0.3.r954.g49902b73).haawda
2017-06-02Updated version (0.3.r948.g3790723f -> 0.3.r950.ga1321533).haawda
2017-06-01Updated version (0.3.r946.gd3be16a9 -> 0.3.r948.g3790723f).haawda
2017-05-31Updated version (0.3.r932.g557271d2 -> 0.3.r946.gd3be16a9).haawda
2017-05-24Updated version (0.3.r931.gac6e68bd -> 0.3.r932.g557271d2).haawda
2017-05-22Updated version (0.3.r928.ge2b791ef -> 0.3.r931.gac6e68bd).haawda
2017-05-22Updated version (0.3.r927.g087d9d04 -> 0.3.r928.ge2b791ef).haawda
2017-05-19Updated version (0.3.r925.g54fd3cc7 -> 0.3.r927.g087d9d04).haawda
2017-05-16Updated version (0.3.r924.g75fa9cda -> 0.3.r925.g54fd3cc7).haawda
2017-05-12Updated version (0.3.r922.g7c1f4990 -> 0.3.r924.g75fa9cda).haawda
2017-05-06Updated version (0.3.r919.gf5242c47 -> 0.3.r922.g7c1f4990).haawda
2017-04-29Updated version (0.3.r918.g07bec980 -> 0.3.r919.gf5242c47).haawda
2017-04-27Updated version (0.3.r917.g86f56b9b -> 0.3.r918.g07bec980).haawda
2017-04-27Updated version (0.3.r896.g9e9a1209 -> 0.3.r917.g86f56b9b).haawda
2017-04-24Updated version (0.3.r895.g49e2b554 -> 0.3.r896.g9e9a1209).haawda
2017-04-19Updated version (0.3.r894.g92967b93 -> 0.3.r895.g49e2b554).haawda
2017-04-04Updated version (0.3.r883.gf01ccba0 -> 0.3.r894.g92967b93).haawda
2017-04-01Updated version (0.3.r881.gd7fe49bd -> 0.3.r883.gf01ccba0).haawda
Changelog ========= Merge pull request #345 from howl-editor/config-fix (f01ccba0) Fix config evaluation for layer defaults (43b3d355)