polyvertex

Results 76 comments of polyvertex

Shame on me not to have it implemented before... I think the most simple and obvious way would be to support a one-line `version` file at the root of the...

> I'd recommend specifying a recommended semver suffix format: a build timestamp and a stability label, for example: "1.1.0-20181231T10:00:01.stable.{whatever}" Besides the fact that I think the format of your example...

> They would all have the some version. But maybe that's not so bad. Yep, users do not care about plugins' versions. Only package's version. > I also would not...

Note to self: Python 3.8 now provides the [importlib.metadata](https://docs.python.org/3.8/whatsnew/3.8.html#new-modules) module, which may or may not be useful for the purpose of this issue.

You should not really need to mind about this thanks to the [Associate a Keyword to an Item](http://keypirinha.com/first.html#associate-a-keyword-to-an-item) feature. However if this really bothers you, you will probably have to...

Looks appealing! May interfere with the behavior expected/implied by the use of the `space_as_tab` setting. Keeping this in mind thanks!

On Windows, Python's `ssl` relies on system's store of trusted certificates and IIRC Keypirinha does not alter default behavior on that matter. So I am not sure why you would...

* What is the install path of Keypirinha? * Is it configured for Installed mode or Portable mode?

Note: somehow related to #439

Exposing an API for that is too much trouble only to compensate the lack of proper support of Chinese characters - which is the feature we should focus on. For...