s4my
s4my
This feature will work in conjunction with the `inspect line` mode or replace it altogether in the future. Much like in Microsoft Visual Studio, we display the value of variables...
Taking a quick look at the inspect line mode, `InspectCurrentLine()` has a bug in the way it parses expressions. It won't handle correctly the case where a variable name has...
Right now to have the ability to **select text** from the source view and **copy** it is an ["opt-in"](https://github.com/nakst/gf#user-interface) feature, you'll have to add `selectable_source=1` in your config file to...
display the file currently being debugged in the title bar, as requested by #117.
We need the ability for the users to select and copy text (via the right click menu) from any `UICode` element. At times, there's a need for things like copying...
If we have for example the following snippet of code: ```c /* TODO: - [] task 1 - [] task 2 */ ``` Only the first line is highlighted with...
If we have for example the following snippet of code: ```cpp #define BREAKPOINT_COMMAND(function, action) \ void function(void *_index) { \ int index = (int) (intptr_t) _index; \ Breakpoint *breakpoint =...
When the cursor is on a blank line, I don't think we should show the git blame, it's mostly useless and annoying. The only use case I can think of,...
**What page or section of the docs have an issue?** [Build from source](https://wezfurlong.org/wezterm/install/source.html#installing-from-source) **Describe the issue** After building from source, I find myself wondering what are the correct steps to...
This something I miss from the konsole emulator. In konsole if you hover over a hex code a small square appears to show the color represented by the said hex...