leaf

Results 85 comments of leaf

Please try the latest release at https://github.com/leafOfTree/WindowTabs/releases/tag/v2024.08.25 The settings file in the same folder will be used if present. I've added a button under the Diagnostics tab to copy it...

I'm a little preoccupied recently. Would like to check it when possible.

Got it. Thanks for the suggestion to improve WindowsTabs. I'll see what I can do to - create new tabs directly - avoid flashing

Thanks for the reminder. It's a little complicated and I haven't got much time for it. Anyway, will check it when possible.

Hi, there is a new release at https://github.com/leafOfTree/WindowTabs/releases/tag/v2024.08.25 You can create a new window directly from the context menu ![image](https://github.com/user-attachments/assets/028d2f8c-93cf-4ff5-a284-a9c00f3fc873)

> Problem 1: When switching between different Windows (tabs), the row of the different tabs briefly disappears. Gives a very bad feeling! > Problem 2: Can't the Settings be saved?...

Hi, I'm from svelte-mode and not quite sure about the imenu structure. svelte-mode is based on mhtml-mode. Both have the same issue. It seems that the menu is using ``...

I agree the major mode (actually it's `sgml-mode` ) should provide correct and useful `imenu` info. But I'm not sure where to find the `sgml-mode` maintainer. By the way, it...

Hi there, You can add a svelte syntax file `svelte.vim` with content ```svelte syntax region cssSassSvelteStyle fold \ start=+]*lang="sss"[^>]*>+ \ end=++ \ keepend contains=@SassSyntax,svelteTag ``` The location is typically one...

hi there, thanks for your report. It didn't work by default on the first file opened because lazyvim loads the plugin after the file is opened. I've made some changes...