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

It would be awesome to have [Julia](https://julialang.org) included among the default languages here. (I don't know MoonScript, otherwise I'd try my hand at a PR for this.)

Steps to reproduce: 1. Open up a new file in Howl. 2. Add enough text to a line to make it scroll horizontally by a significant amount. 3. Move the...

bug

I suggest it be applied to files with the extensions `.glsl`, `.vert` and `.frag`. For now, the syntax is similar enough to C that using C syntax highlighting is probably...

feature request

For C sides of my projects I use QtCreator. It has interesting feature, where it can shade background of current block with default background color, while darkening (or lightening) backgrounds...

feature request

Howl window title and panel title currently do not display neither the working path nor the current buffer name. ![2018-05-04-131227_309x51_scrot](https://user-images.githubusercontent.com/7676160/39625220-cfb7bb82-4f9c-11e8-9d80-8d0134f9fed7.png) It is confusing to work with several howl instances. Temporary...

enhancement

``` with open(filename) as fs: data = fs.read() |

I would add support for this myself through a PR if I wasn't seriously lacking both time or Lua knowledge. I suspect that the sort of people likely to enjoy...

feature request

pressing capital V should select the current line, and leave you in visual mode (I'm planning on submitting some patches for vi mode weirdness I run into, just wanted to...

Is there some way how to display file name opened in buffer together with full path? Sometimes I have opened two (or more) files with the same name and I...

Howl editor could do nicely with a command shortcut cheatsheet. If possible, have it as advised reading right in the main page.