Skip to content

Commit

Permalink
IDEA and NetBeans can now directly use SBT projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Jun 1, 2014
1 parent fa1c4bb commit 0960bb1
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ Simple example of a ScalaFX application using [Simple-Build-Tool](http://www.sca
Content
-------

src/main/scala/hello/ScalaFXHelloWorld.scala - sample ScalaFX application.

build.sbt - the main SBT configuration file.
project/build.properties - version of SBT to use.
project/plugins.sbt - plugins used for creation of IDEA and Eclipse projects.
* `src/main/scala/hello/ScalaFXHelloWorld.scala` - sample ScalaFX application.
* `build.sbt` - the main SBT configuration file.
* `project/build.properties` - version of SBT to use.
* `project/plugins.sbt` - plugins used for creation of IDEA and Eclipse projects.



Expand All @@ -24,21 +23,28 @@ How to build and Run
3. Run the example: change o directory containing this example and use SBT to
build and run the example:

```
%> sbt run
```

It will download needed dependencies, including Scala and ScalaFX, and run
the example code.


Crete project for IDEA or Eclipse
---------------------------------
Import into IDEA or NetBeans
----------------------------

Intellij IDEA and NetBeans with Scala plugins can directly import SBT projects.


Crete project for Eclipse
-------------------------

If you want to create project that can be used with IntelliJ IDEA, inside
this project directory, at command prompt type:

%> sbt gen-idea


If you want to create project that can be used with Eclipse, inside
this project directory, at command prompt type:

Expand Down

0 comments on commit 0960bb1

Please sign in to comment.