All Projects → zielu → Gittoolbox

zielu / Gittoolbox

Licence: apache-2.0
GitToolBox IntelliJ plugin

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to Gittoolbox

Gradle Multi Project Example
Gradle 多项目管理示例
Stars: ✭ 283 (-0.35%)
Mutual labels:  gradle, intellij
idea-return-highlighter
Highlight return keywords.
Stars: ✭ 24 (-91.55%)
Mutual labels:  intellij, idea-plugin
reasonml-idea-plugin
ReasonML Language Plugin for IDEA
Stars: ✭ 320 (+12.68%)
Mutual labels:  intellij, idea-plugin
Fastdex
🚀 加快 apk 的编译速度 🚀
Stars: ✭ 1,457 (+413.03%)
Mutual labels:  gradle, idea-plugin
gradle-cleaner-intellij-plugin
Force clear delaying & no longer needed Gradle tasks.
Stars: ✭ 26 (-90.85%)
Mutual labels:  gradle, intellij
Downlords Faf Client
Official client for Forged Alliance Forever
Stars: ✭ 121 (-57.39%)
Mutual labels:  gradle, intellij
uuid-generator-plugin
An IntelliJ Idea plugin to generate UUID (Universally Unique Identifier), ULID (Universally Unique Lexicographically Sortable Identifier) and CUID (Collision Resistant Unique Identifier)
Stars: ✭ 30 (-89.44%)
Mutual labels:  intellij, idea-plugin
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (+127.11%)
Mutual labels:  gradle, intellij
intellij-ui-test-robot
The library allows you to write and execute UI tests among IntelliJ IDEA. You can test your Plugin.
Stars: ✭ 60 (-78.87%)
Mutual labels:  intellij, idea-plugin
ansible-vault-editor-idea-plugin
Ansible Vault Editor IntelliJ Plugin with auto encryption/decryption
Stars: ✭ 29 (-89.79%)
Mutual labels:  intellij, idea-plugin
Gradle Changelog Plugin
Plugin for parsing and managing the Changelog in a "keep a changelog" style.
Stars: ✭ 102 (-64.08%)
Mutual labels:  gradle, intellij
Reasonml Idea Plugin
ReasonML Language Plugin for IDEA
Stars: ✭ 273 (-3.87%)
Mutual labels:  intellij, idea-plugin
Gradle Dependencies Plugins Helper Plugin
This is an IntelliJ IDEA plugin for searching dependencies/plugins from JCentral/GradlePlugins inside Gradle projects.
Stars: ✭ 31 (-89.08%)
Mutual labels:  gradle, intellij
Idea Gradle Dependencies Formatter
Gradle dependencies formatter for IntelliJ IDEA
Stars: ✭ 156 (-45.07%)
Mutual labels:  gradle, intellij
Gradle Intellij Plugin
Plugin for building plugins for IntelliJ IDEs
Stars: ✭ 912 (+221.13%)
Mutual labels:  gradle, intellij
intelliroutes
Support for Play Routes in IntelliJ IDEA
Stars: ✭ 21 (-92.61%)
Mutual labels:  intellij, idea-plugin
Intellij Csv Validator
CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...
Stars: ✭ 198 (-30.28%)
Mutual labels:  intellij, idea-plugin
Samples
JavaFX samples to run with different options and build tools
Stars: ✭ 352 (+23.94%)
Mutual labels:  gradle, intellij
ReactPropTypes-Plugin
A Jetbrains Plugin for react PropTypes
Stars: ✭ 62 (-78.17%)
Mutual labels:  intellij, idea-plugin
microframeworks-showcase
A simple grocery list webapplication implemented with the Microframeworks Spark Java, Jodd, Ninja, Javalite, Pippo and Ratpack
Stars: ✭ 29 (-89.79%)
Mutual labels:  gradle, intellij

GitToolBox - plugin for Jetbrains IDEs

Build Status

Plugin for family of Jetbrains IDEs that expands build-in Git Integration.

Features

For list of features see the manual

Change notes

For list of change notes see changenotes

Jetbrains plugin repository

Plugin repository page

EAP builds

Add https://plugins.jetbrains.com/plugins/eap/7499 in Settings > Plugins > Browse repositories... > Manage repositories... to receive early access builds.

Architecture decisions record

Record of decisions is here.

Building & running

Releases

Release current -SNAPSHOT

gradle clean release

Upgrade to next minor version

gradle clean releaseMinorVersion

Upgrade to next major version

gradle clean releaseMajorVersion

Release and publish

Append -Ppublish=true and include publishPlugin task. For example

gradle clean release publishPlugin -Ppublish=true

Useful build commands

Full verification of build

gradle clean check integrationTest

Quick verification of build

gradle clean check

Generate code coverage report

gradle clean codeCoverage

Build to install with Install from disk

gradle buildPlugin

Update gradle version

./gradlew wrapper --gradle-version 6.8.1 --distribution-type BIN

Useful run commands

Run with previous sandbox contents

gradle runIde

Run with fresh sandbox

gradle clean runIde

Run plugin verifier

./gradlew runPluginVerifier -x buildSearchableOptions

Debugging

To debug the plugin execute Gradle run configuration with runIde task using IDE Debug action.

Logging

Plugin can log additional diagnostic information to help with issues investigation. All categories can be used in any combination.

Debug logging

Add following line to Help > Debug Log Settings...

#zielu.gittoolbox

Performance metrics

Metrics are exposed via JMX beans under zielu.gittoolbox domain.

Icons attribution:

Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License

Some icons by Yusuke Kamiyamane. Licensed under a Creative Commons Attribution 3.0 License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].