JetBrainsRunner

A Krunner Plugin which allows you to open your recent projects

LGPL-3.0 License

Stars
54
Committers
4

Bot releases are hidden (Show)

JetBrainsRunner - Small adjustments to docs and CMake settings

Published by alex1701c about 1 month ago

JetBrainsRunner - Install/uninstall script and doc adjustments, new aliases for EAP versions Latest Release

Published by alex1701c 4 months ago

JetbrainsRunnerWithSubmodule.tar.gz
Thanks to @Ashark for his contribution

JetBrainsRunner - Plasma6 compatible release

Published by alex1701c 6 months ago

  • Port plugin to work with Plasma6 next to Plasma5
  • Remove custom config reload mechanism in favor of using KRunners one
JetBrainsRunner - Fix finding projects for WebStorm and GoLand

Published by alex1701c almost 2 years ago

JetBrainsRunner - Fix regression for .tar or flatpak installations

Published by alex1701c almost 2 years ago

JetBrainsRunner - Fix launching of project paths which contain space

Published by alex1701c almost 2 years ago

JetBrainsRunner - Fix mapping of config folders for new versions

Published by alex1701c almost 2 years ago

JetBrainsRunner - Improve name formatting, revamp README, fix build with lates5 KDE Frameworks

Published by alex1701c over 2 years ago

JetBrainsRunner - Make search for installed Jetbrains IDEs more robust

Published by alex1701c about 3 years ago

This release includes the improvements from the jetbrains-api submodule.

JetBrainsRunner - Fix compatibility with newer config file structures

Published by alex1701c over 3 years ago

Various performance improvements and deprecation fixed.

Also allows the user to open a project using appname ~/some/path, for example clion ~/projects/JetBrainsRunner.

JetBrainsRunner - Smaller Bugfixes, CPack improvements

Published by alex1701c almost 4 years ago

JetBrainsRunner - Fix compatibility with latest versions

Published by alex1701c over 4 years ago

In the 2020.1 versions the config files are in a different locations and the directories have a different structure.
This release fixed the compatibility with these versions.

Info: After installing the binary packages make sure that the KRunner gets restarted:
kquitapp5 krunner 2> /dev/null; kstart5 --windowclass krunner krunner > /dev/null 2>&1 &

JetBrainsRunner - Fix and improve version handling

Published by alex1701c over 4 years ago

The version number in the config dialog of the latest release was not updated.
Now the version number gets once set and is reused.

Info: After installing the binary packages make sure that the KRunner gets restarted:
kquitapp5 krunner 2> /dev/null; kstart5 --windowclass krunner krunner > /dev/null 2>&1 &

JetBrainsRunner - New filter and formatting options

Published by alex1701c over 4 years ago

You can now choose how the results from the plugin should be filtered (by path or project and contains or starts with).

Additionally the path of the project can be displayed in the search results.

JetBrainsRunner - Reorganize project

Published by alex1701c over 4 years ago

The core components (file parsing/mapping) have been moved to the jetbrains-api project.

Additionally some improvements to the code have been made and the build is now optimized.

Info: After installing the binary packages make sure that the KRunner gets restarted:
kquitapp5 krunner 2> /dev/null; kstart5 --windowclass krunner krunner > /dev/null 2>&1 &

JetBrainsRunner - Additional sort option

Published by alex1701c almost 5 years ago

Add option to use appname as category in Krunner options.

JetBrainsRunner - Customize option text, Snap paths, new install script

Published by alex1701c almost 5 years ago

The text of the options can now be customized.

Furthermore extra file paths for the snaps have been added and
an install script which does not require admin privileges has been added.

JetBrainsRunner - Improved Application Search

Published by alex1701c almost 5 years ago

This plugin now recognizes more applications out of the box (for instance some installed using the AUR).
Additionally the application -> config file mapping can be manually changed in the config dialog and if there are multiple .dektop files for the same application the options inside of Krunner get only displayed once.

Furthermore the debug output has been changed from a compiler option to a file export in the config dialog.

JetBrainsRunner - File Watchers

Published by alex1701c about 5 years ago

This project now implements QFileSystemWatchers to automatically update the list of recent projects when the config files change.

Related Projects