Amyn
Amyn
(Official) switch pro controller rumbles for 20s seconds whenever a game or software triggers a rumble event, for example on button hover in the Wii U menu. A workaround is...
Like the max-count option in [git log](https://www.git-scm.com/docs/git-log#Documentation/git-log.txt--ltnumbergt): ``` - -n --max-count= ``` Or the `-n` option in gnu [head](https://linux.die.net/man/1/head)/tail Also it would be nice if the library had appropriate visibility...
If a project has multiple git repositories (e.g. 2 modules, each on its own repo) the completion formatter will show only the pattern for a single repo. Slightly unrelated but...
Java was lacking a good library for wildcard matching, so thank you for writing this one, especially with the performance and reliability mindset that is immediately visible from your README....
The built-in html preview, which is a new feature in 2021.1 (https://www.jetbrains.com/help/idea/editing-html-files.html#ws_html_preview_output) doesn't work with, say, a chm file containing html documents. It will just open an empty panel that...
When capturing a gif in a text editor, it would make more sense to only show keystrokes that don't appear directly in the text editor. In other words, If I...
### Is there an existing issue for this feature? - [X] There is no exsiting issue for this feature ### Summary This would achieve a more faithful visual representation of...
Hi, The migration guide mentions that the library required java 11 since xades4j 2.0.0. I'd need a java 8 compatible version of the library, however maven central reports vulnerabilities on...
**Tutorial:** - https://github.com/JetBrains/Grammar-Kit/blob/master/README.md - https://github.com/tinku99/ahklexers - https://www.autohotkey.com/docs/Language.htm **Difficulty:** Hard, but: **How Important:** Very. It's the foundation for: - Highlighting, - Correct Psi tree, which is needed for: - references/usages/symbol indexing...
https://github.com/JetBrains/Grammar-Kit/blob/master/TUTORIAL.md says: > the LivePreviewLexer treats as whitespace any space or new-line matching regexp token that is not used anywhere in the rules. However, as soon as I remove all...