Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ice1000/dev-kt
:crystal_ball: Single file Kotlin/Java IDE features in lightweight.
https://github.com/ice1000/dev-kt
devkt editor ide integrated-development-environment kotlin
Last synced: 3 months ago
JSON representation
:crystal_ball: Single file Kotlin/Java IDE features in lightweight.
- Host: GitHub
- URL: https://github.com/ice1000/dev-kt
- Owner: ice1000
- License: gpl-3.0
- Created: 2018-04-02T13:34:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T12:18:31.000Z (about 4 years ago)
- Last Synced: 2024-10-10T18:50:50.730Z (3 months ago)
- Topics: devkt, editor, ide, integrated-development-environment, kotlin
- Language: Kotlin
- Homepage:
- Size: 1.1 MB
- Stars: 94
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# DevKt
[![](https://jitpack.io/v/ice1000/dev-kt.svg)](https://jitpack.io/#ice1000/dev-kt)
CI|Status
:---:|:---:
Travis CI (test, no artifact)|[![Build Status](https://travis-ci.org/ice1000/dev-kt.svg?branch=master)](https://travis-ci.org/ice1000/dev-kt)
AppVeyor (artifact, no test)|[![Build status](https://ci.appveyor.com/api/projects/status/c0aq16ej7415m302?svg=true)](https://ci.appveyor.com/project/ice1000/dev-kt)
CircleCI (both)|[![CircleCI](https://circleci.com/gh/ice1000/dev-kt.svg?style=svg)](https://circleci.com/gh/ice1000/dev-kt)This is a DevCpp-like cross-platform Kotlin (and Java, experimental) IDE features in lightweight.
You can download a snapshot [here](https://ci.appveyor.com/project/ice1000/dev-kt/build/artifacts), the one ends with "-all.jar" is an executable jar.
Here are some screenshots:
![devkt-2](https://user-images.githubusercontent.com/16398479/39244656-e0537d3a-48c3-11e8-8c52-301e11dd204d.gif)
# Features
+ Fast (at least faster than Emacs/Eclipse/IntelliJ/CLion/VSCode/Atom)
+ Lightweight (Just a tiny Java Swing application)
+ Kotlin compiler integration (**100% correct parsing**)
+ JetBrains IDE icons
+ Build as jar/class files, run after build, just one click
+ Cross platform (windows/macos/linux), just an executable jar
+ One property-based configuration file, hackable
+ Experimental Java support
+ Plugin system based on `ServiceLoader`Just a simple comparison:
DevKt
Correct|
:---:|:---:
IntelliJ IDEA
Correct,
with inspections|
Emacs
Incorrect|
VSCode
Incorrect|# For Linux users
To use the JavaFX version on Linux, please install oraclejdk instead of openjdk:
```
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java8-installer
```# Plugin development guide
See https://devkt-plugins.github.io
To install a plugin, just add the jar in the classpath, and you don't need to do anything else.