GitXplorerGitXplorer
d

Kolipse

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
5d2e98303864af05c217892a2db9232ca5da3d51

build against specific (2022-06) repository

ddanthe1st committed 2 years ago
Verified
0a6412db8c9d607ccdf6caedabee5b16f159ea08

use Map.of for creating some marker attributes

ddanthe1st committed 2 years ago
Verified
8014b4f3c949c9a37a596bb46d8d2e3270bebc58

close URLClassLoaders on terminate

ddanthe1st committed 2 years ago
Verified
27a560e867b1e61e86c62507eaa26a6db6c52c5c

static compiler thread pools

ddanthe1st committed 2 years ago
Verified
3172d7b47f18b0c62778c149e5eb2acda4cad879

use URLClassLoader for invoking Kotlin compiler

ddanthe1st committed 2 years ago
Verified
177bf2eca8003333478868be445b1a03b2e623d8

add information about kolipse-main to README

ddanthe1st committed 2 years ago

README

The README file for this repository.

Kolipse

Kolipse is an Eclipse Plugin which provides Kotlin support.

Kolipse is currently not published to any update site.

Development setup

  • Install Eclipse
  • Make sure that Eclipse PDE is installed. It can be installed from the Eclipse Marketplace here:
    Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
  • Make sure the m2e plugin is installed. It can be installed
  • Clone this repository
  • Import it as a Maven project including the module kolipse-main (io.github.danthe1st.kolipse)
  • Open the file plugin.xml with the Plug-in Manifest Editor in the kolipse-main (io.github.danthe1st.kolipse) module and click on the run button on the top right in order to start eclipse with this plugin.
    image