Age | Commit message (Collapse) | Author |
|
Changelog
=========
Move howl.dev into its own bundle, `howl-dev` (d7fe49bd)
Add start of development documentation (3bc52f04)
Add config.howl_src_dir variable (de0ee61c)
Move dev byte code compiling stuff out into its own module (125e1506)
Remove Guardfile and Spookfile for spook (0cf2002f)
|
|
Changelog
=========
Merge pull request #332 from ozra/neutral-default-for-line-padding (e1a8efc9)
Removed conf language bias from changelog (0c9cf8f4)
Set default to 0 also in ui/editor.moon (674b17f2)
Change default for line-padding to 0 (7cd416ab)
|
|
Changelog
=========
Merge pull request #342 from ozra/makefile-cp-f-fix (c9ca0edb)
Add `force` to cp howl command in Makefile install (9c49e8f1)
|
|
Changelog
=========
Don't short cut the mode setting (3afaff58)
|
|
Changelog
=========
Safe guard from running commands using the direct syntax before init (781aa7da)
Skip auto pair handling for read only buffers (1e62e853)
|
|
Changelog
=========
VI: Ensure command mode doesn't conflict with auto pairs (6be328cb)
|
|
Changelog
=========
Remove mem use spec for action buffer (96cfb2cd)
Fix paste behaviour for where = 'after' and whole_lines (33f0047e)
|
|
Changelog
=========
Update changelog for auto config persistence (076c891f)
Update doc for auto config persistence (d000cb4a)
Merge pull request #306 from howl-editor/more-config (640b920c)
Only persist the global scope (d80c3ad8)
Saving config now protected by same check that saves session (eeab7152)
Added config.set_default for transient, unsaved default values (6bee481b)
Don't save buffer scope or any scope with no values (479bf680)
Turned off default auto saving config on exit (6265a576)
Automatic configuration persistence (7c88f8df)
Bugfix to use file scoped config once associated (c9dc6da5)
Remove config.copy, add explicit config.replace and config.merge instead (b8588e6e)
|
|
|
|
|
|
Changelog
=========
Merge pull request #307 from Mailaender/patch-1 (478f0ad5)
Add an appdata.xml file. (5907d85c)
|
|
Changelog
=========
Merge pull request #299 from mfxmfx/keymap-f11 (06b936a2)
Bind window-toggle-fullscreen to F11 instead of Alt-F11 in default keymap. (829ed63f)
|
|
Changelog
=========
Merge pull request #294 from howl-editor/config (718032d3)
Start buffer_ids at 1 instead of 2 (51bcaf88)
fix doc typos (4e1910bd)
config documentation fixes (1fb9881e)
Remove unnecessary underscore in name (66f67e0b)
Really delete config.move (e90bd4c7)
Delete empty line (f3d81033)
Fix config.copy, add many specs (de2f625c)
Fix config api doc (9ecdfc61)
API doc update for new config implementation (ee279551)
Major config implementation refactor. (2a1bd089)
|
|
Changelog
=========
Merge pull request #302 from mfxmfx/signal-file-opened (c52d9b83)
On startup, emit 'file-opened' a little bit later so that there is an editor for the initial buffer. (a0570528)
|
|
Changelog
=========
Merge pull request #301 from mfxmfx/keyboard-keypad (13eebe4e)
Merge pull request #298 from mfxmfx/select-all-crtl-a (14742e90)
bindings: better support for keypad keys. (6de92c8c)
Bind select-all to ctrl_a instead of ctrl_shift_a in default keymap. (d18973de)
|
|
Changelog
=========
Merge pull request #297 from mfxmfx/editor-copy-keep-selection (4ef451c7)
selection: keep the selection when running editor-copy. (5b44c179)
|
|
Changelog
=========
Merge pull request #295 from howl-editor/ruby-inspection (934f930b)
Fix scrollbar slider color setting for later Gtk versions (5600b13c)
Add ruby inspector (b6a2439b)
Add util module to Ruby bundle (197aebea)
|
|
|