Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amolenaar/idea-clock
Show time in IntelliJ
https://github.com/amolenaar/idea-clock
Last synced: 24 days ago
JSON representation
Show time in IntelliJ
- Host: GitHub
- URL: https://github.com/amolenaar/idea-clock
- Owner: amolenaar
- Created: 2015-04-17T07:38:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T07:28:50.000Z (about 6 years ago)
- Last Synced: 2024-05-01T13:19:42.725Z (6 months ago)
- Language: Kotlin
- Size: 120 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Introduction [![Build Status](https://travis-ci.org/amolenaar/idea-clock.svg?branch=master)](https://travis-ci.org/amolenaar/idea-clock)
===========Ever wonder what time it is? Now [IntelliJ] can tell you.
![Clock in action](clock-in-action.png)
Building the plugin
===================Prerequisites
-------------
To develop on the plugin you'll need IntelliJ (14).Make sure the following plugins are enabled:
* Plugin DevKit
* Grammar-KitRead the [Guidelines for plugin development] for info on writing a plugin.
Building
--------Run `./gradlew idea` to generate the module and project files.
Before opening the project in IntelliJ, make sure you've created a IDEA SDK configuration:
File -> Project Structure...
Goto `JDKs` and add (`+`) a IntelliJ Platform Plugin SDK. Point it to `lib/sdk/idea-IC-139.1603.1`.
Now you can open the project, build it and run it as a Plugin.
Of course you can also build the plugin with Gradle: `./gradlew dist`. The plugin zip file is located in `build/distributions`. From there you can install it in your IDE.
License
=======This plugin is licensed under [Apache License, V2.0].
[IntelliJ]: http://www.jetbrains.com/idea/
[Guidelines for plugin development]: https://www.jetbrains.com/idea/help/plugin-development-guidelines.html
[Apache License, V2.0]: http://www.apache.org/licenses/LICENSE-2.0