tooru

Results 7 issues of tooru

Make it so that when you delete `HitCountFormat`'s value in the config, it doesn't get readded automatically. There really has to be a way to disable it.

There's no clear description for what each download in Releases section is. Please explain the differences between *.msi*, **Full**, **Full PluginAdmin**, **Min** and **TclTk** versions.

### Is there an existing issue for this? - [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed ### Describe the...

Why should I trust this software? ![capture](https://user-images.githubusercontent.com/40900803/43414759-694d9f12-943c-11e8-96d6-d91633a1afeb.PNG)

Please consider adding type stubs. Without static type information, it feels like walking in total darkness: no auto-completion, no types, no parameters, nor return values—nothing. It is very easy to...

https://github.com/bruderstein/PythonScript/blob/52f7d7b3745ebd629ff4549365b13aac4c813c95/PythonScript/src/ScintillaWrapper.cpp#L61 Naively calling `__str__()` on an object assumes it is bound, which is not the case for non-instantiated classes. Would it be possible to use Python's `str` builtin?

The following enums are invalid. Please change the attribute names to valid identifiers. https://github.com/bruderstein/PythonScript/blob/52f7d7b3745ebd629ff4549365b13aac4c813c95/docs/source/enums.rst?plain=1#L1349 https://github.com/bruderstein/PythonScript/blob/52f7d7b3745ebd629ff4549365b13aac4c813c95/docs/source/enums.rst?plain=1#L1351 https://github.com/bruderstein/PythonScript/blob/52f7d7b3745ebd629ff4549365b13aac4c813c95/docs/source/enums.rst?plain=1#L1587