Results 248 issues of evandrocoan

```shell $ perl rename s/-2.1.22-/-2.1.22+cae5c13a-/ 'dist/*-2.1.22-*' && echo "No error" Can't rename dist/*-2.1.22-* dist/*-2.1.22+cae5c13a-*: No such file or directory "No error" ```

From the forum post: 1. [forum$26056](https://forum.sublimetext.com/t/codemap-interactive-code-tree-plugin/26056) CodeMap - interactive code tree plugin > @FichteFoll The minimap can only be hidden on a per-window basis. Seems the minimap can only be...

I set it to use chatgpt 4, but after restarting the program, it comes back using chatgpt version 3.5. On the development console, I see these requests: ![image](https://user-images.githubusercontent.com/5332158/233524174-e85d57e3-1389-40e5-8692-6d2573f33a3e.png) Also, how...

I installed it on Windows, and the prompts are saved on `C:\Users\Username\.nofwl`. I would rather save them on `D:\nofwl`, so if I format my computer unexpectedly, my data would be...

It is useful when remembering the last input the user entered on the quick panel `show_quick_panel`. For example, on the package `Side by Side Settings` we can open a quick...

C: API
T: feature
S: trivial
C: Quick Panel

### Description of the bug This was reported on Discord: https://ptb.discord.com/channels/280102180189634562/280157083356233728/1172396415847239710 > IGHOR, Whats wrong with the search bar? It is so annoying, happened many times within last few months...

T: bug
C: Find and Replace

If I create a listener like this: ```python class FixedCommandPaletteLastInputHistoryEventListener(sublime_plugin.EventListener): def on_window_command(self, window, command_name, args): self.set_command_palette_state(window, command_name, args) def on_text_command(self, window, command_name, args): self.set_command_palette_state(window, command_name, args) def set_command_palette_state(self, window, command_name,...

T: enhancement
C: API
S: trivial
C: Quick Panel
C: Events
C: Command Palette