Vladimirs Nordholm

Results 15 issues of Vladimirs Nordholm

Using `version (...):`, with a colon, causes weird output. Input ```d version (Posix): foo(); bar(); ``` Output ```d version (Posix) : foo(); bar(); ```

bug

Platform : darwin VSCode Version : 1.14.1 Crane Version : 0.3.6 --- **Bug**: Autocompleting a class method appends parenthesises `()` when parenthesises are already present, but not when missing. ![gif](http://i.imgur.com/sfNKMod.gif)...

bug
investigate

There should be a proper release soon.

`sconeSetup` is an overrideable delegate which is run on local thread start only once. By default it sets up up a default `frame` and `input`, but requires the user to...

Allow the detection of mouse events (left-click, right-click, etc). Could cause problems on POSIX where mouse events are not always available.

feature

Allow playing sound files. Ideally some sort of sound handling system as well. The user should be able to - play a sound - stop a sound

help wanted
feature

On Windows, the WinApi is used to render each cell. This is highly efficient, but comes with the drawback of it being an old API. UTF-8 is not that greatly...

enhancement
windows

I believe there is room for improvement on the README. Looking at a similar project [crossterm](https://github.com/crossterm-rs/crossterm), I feel it conveys its features much better.

enhancement

Resizing using *Windows Terminal* `v1.0.1401.0` with any shell causes very odd behavior. The Terminal does not resize, and the buffer becomes bugged. --- *using this issue for keeping in sync...

windows
cannot fix

**Issue**: When starting the application for the first time with the system theme set to Dark mode, the application incorrectly displays the system theme as Light ![Displaying light mode](https://i.imgur.com/efPVTRX.png) **Reproduce**:...