- 10 Jun, 2022 6 commits
-
-
-
-
-
-
-
Profiles for: - delve (go) - debugpy (python) - perl language server Profiles are defined in a resource json file, but can be overriden in a user config file (<user config>/gdbplugin/dap.json). A profile allows to define variables, which will be shown at the GUI panel. The format variable is: ${variable} ${variable.name} ${#variable.name} A variable is considered as a string, but can be transformed using filters: ${variable|list} -> transform to a string list (parsed as a list of arguments) ${variable|int} -> transform to integer ${variable|bool} -> transform to boolean ${variable|base} -> consider the variable a file, and return a basename ${variable|dir} -> consider the variable a file, and return the parent directory There are 6 special variables: - ${file}: use the GDB profile widget for the executable path. - ${workdir}: use the GDB profile widget for the working directory. - ${args}: use the GDB profile widget for the arguments. - ${pid}: u...
-
- 09 Jun, 2022 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 07 Jun, 2022 4 commits
-
-
Christoph Cullmann authored
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 06 Jun, 2022 12 commits
-
-
Christoph Cullmann authored
-
Currently, some cases are not well handled
-
-
Other types can be add to the class enum according to parsers which will use it
-
To avoid a cast
-
-
Tested class declarations: class Philosopher: class AustralianPhilosopher(Philosopher, default_name="Bruce"): class Meta(): class MyClass(metaclass=Meta): class MySubclass(MyClass): Fix case where AustralianPhilosopher is not detected ISSUE: #75 BUG: 454545
-
... now that server manager lifetime is handled at higher plugin level
-
-
... as consistently used elsewhere
-
-
Sometimes when you enable a plugin you don't want its whole toolview to be around all the time snippets for e.g., is such a plugin whose toolview is rarely a used thing for me. However, the toolview and its respective button in the sidebar is always there increasing clutter. This change introduces a feature which allows a user to hide whatever buttons they want. This allows kate to be even more minimal. I haven't coupled "tool view showing" with the "button show/hide" as both can be used independent of each other. For e.g., you can hide the "Documents" button in the sidebar but still use a shortcut to see the toolview. This will allow people to even completely hide the sidebars and still be able to use all the plugin features and toolviews on demand One more thing that can be done as a follow up is to create actions that hide a sidebar completely.
-
- 03 Jun, 2022 2 commits
-
-
Alain Laporte authored
Fixed declaration: class MyClass: BUG: 454555
-
Waqar Ahmed authored
-
- 01 Jun, 2022 3 commits
-
-
Nicolas Fella authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 31 May, 2022 1 commit
-
-
Script Kiddy authored
-
- 30 May, 2022 2 commits
- 28 May, 2022 3 commits
-
-
This action is useful when you quickly want to enlarge the main content area, e.g. after user presses Meta + Left Arrow the toolviews often take too much space on a small screen.
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 27 May, 2022 5 commits
-
-
Christoph Cullmann authored
-
Christoph Cullmann authored
we now queue the requests the config update will trigger start of the servers after we do allow it
-
Christoph Cullmann authored
-
Christoph Cullmann authored
-
Christoph Cullmann authored
-