20Tauri
20Tauri
It make sense. Added in DoxyDoxygen 1.0.2 (just release in Evolution branch)
Thank you for this feedback. - `__name__` is used to trace class names (so it is not global). - `__file__` is used to determine the SublimeText package name to work...
This line uses `__file__` to determine the package name (e.g. `DoxyDoxygen (evolution)`). At the moment, I have no way to test it. Since the editor will likely fall back to...
Thank you. Unfortunately, I cannot access the beta (I no longer use Sublime Text and must await a trial version to do tests). Note that the 3.3 plugin host seems...
Hi, You probably mean Alt+Q. This shortcut currently comment the nearest entity (context if not check to see if there's a better rule) I don't know the language used and...
The answer still the same. The approach described above could be implemented as follows: ``` { "keys": ["alt+s"], "command": "doxy_chain_commands", "args": { "commands": [ [ "view.doxy_insert", { "msg": "/**" }...
The planned task will be: Alt+Q now tries to fall back on current location rule when no entity has been found In order to establish an order of priority, how...
The change has been included to 0.83.0 (evolution branch only for now). It will also add a better C++23 support and new Doxygen commands.