Nimble icon indicating copy to clipboard operation
Nimble copied to clipboard

Nimble is a lightweight native macOS editor based on everything we love about our favorite editors and IDEs.

Results 48 Nimble issues
Sort by recently updated
recently updated
newest added

Adding the ability to expand the debug area by dragging the entire header

enhancement

1. Open file File.swift 2. Rename it to FileFile.swift Result: name is changed in folders, but isn't changed in tab title

bug

1. Use Xcode 14 2. Run Nimble 3. Type code with errors Result: no errors are shown in problems and the code editor

bug

It would be great to add a panel to the issues view with filtering buttons, as Visual Studio has. Later we can add a search field and additional filtering capabilities,...

enhancement

I would suggest switching from the table representation to a tree-based, like in the VS Code. The main advantage is that it allows representation of all issues for an element.

enhancement

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement. https://prql-lang.org/ https://github.com/PRQL/prql

Example code: ``` func foo() { let x = 10 x } ``` How to reproduce: 1. Move cursor before the 'x' character at line 3 2. Insert the 'b',...

enhancement

Example code: ``` func foo() {} ``` How to reproduce: 1. Move cursor between '{' and '}' chracters 2. Press the Return button After step 2 the editor will insert...

bug

Example code: ``` func foo() { let x = 10 } ``` How to reproduce: 1. Tap at the 'x' character on the line 2. 2. Move cursor past the...

bug