叶芝秋

Results 16 issues of 叶芝秋

In the output panel of references of a symbol, double-clicking on a line of reference jumps to the corresponding location of the reference. I have a request that if we...

enhancement

```c #include int main() { int longest = 1; char line[1024] = {0}; gets(line + 1); /* line[0] as sentinel */ char *lo, *hi; for (char *p = line +...

主要是因为单引号`'`,在Lisp/Scheme中,单引号并不是成对出现的。这导致了语法高亮器把大段代码识别成字符串。

### Description I've been using Windows 10's "Automatically hide the taskbar in desktop mode" feature, which hides the system taskbar while the user is working but pops it up again...

T: bug
C: OS Integration

### Description The builtin `join_lines` is too slow. ```python import re import sublime_plugin class ReJoinLinesCommand(sublime_plugin.TextCommand): def run(self, edit): selections = list(self.view.sel()) for selection in reversed(selections): content = self.view.substr(selection) new_str =...

T: enhancement
C: Commands
C: Editor

I hope this plugin can recognize the view's setting of `tab_size` automatically and use it in the process of formatting.

### What happened? As the following image shows, for codes of Haskell, `constructor`s(or `constant`s) are highlighted as `storage.type`. ![image](https://user-images.githubusercontent.com/32818900/162611686-08058e2b-fcab-435e-945f-7631a0ea8b6d.png)

T: enhancement
C: Syntax

The Ctrl-C shortcut does not send a `SIGINT` signal. From the Windows console [document](https://learn.microsoft.com/en-us/windows/console/ctrl-c-and-ctrl-break-signals): > The CTRL+C and CTRL+BREAK key combinations receive special handling by console processes. By default, when...

### Expected behavior The symbols after the function `JS_CallInternal` like `JS_Call` have a scope named `entity.name.function.c` which make them be indexed by Sublime Text. ![image](https://github.com/sublimehq/Packages/assets/32818900/0dee3bb8-31ed-44ab-8f25-b77b83ca3592) ### Actual behavior The symbols...

T: bug
C: Syntax