howl icon indicating copy to clipboard operation
howl copied to clipboard

The Howl Editor

Results 100 howl issues
Sort by recently updated
recently updated
newest added

Please add TCL language support

The main thing that feels a bit clunky and gets in the way a bit, at the current state - as I see it - is completion and suggestion-navigation behaviour...

question

In `ui/completion_popup.moon`, there's this line: ``` moonscript @editor.cursor.pos = @completer\accept item, @editor.cursor.pos ``` However, this makes it impossible for a completer to do stuff like select the inserted text. My...

feature request

e.g. this spec fails: ```moonscript class Parent extends PropertyObject @property foo: get: => 'parent' class SubClass extends Parent @property foo: get: => 'sub' assert.equal Parent!.foo, 'parent' assert.equal SubClass!.foo, 'sub' ```...

The `editor_reflow_paragraph` seems to be an analogue to Emacs' `fill-paragraph`. There are a few cases where it could be improved to be more similar. 1. When filling a line which...

feature request

When `searching word under cursor` I prefer `x_y_z` to be matched as one, but when stepping with ctrl+r/l `cursor-word-...` I prefer to stop at `_` boundaries. It would be nice...

feature request

Example: - standing in a buf of mode xyz - cmd-line: typ `ru`, tab - I see amongst others `nim-run`, `go-fmt`. While Nim has its' cool aspects (I've contribed a...

feature request

It would be extremely helpful to be able to style `window:active`, `window:active some-sub-widget` etc. in the theme so that, for instance, the active editor view (when having several panes open)...

feature request

It would be neat to have the option of getting notifications shown as is commonly done by many desktop suits: - Confable if using this or status-line (I'd like to...

feature request

- At beginning of line it works fine - _After_ non whitespace, it doesn't align to the `indent` setting like I'd expect it to (have never seen an editor or...