summaryrefslogtreecommitdiff
path: root/src/eclipse/interactive
Commit message (Collapse)AuthorAgeFilesLines
* SI-9560 Remove dependency on parser-combinators/jsonSimon Ochsenreither2016-07-221-1/+1
| | | | | | | Also update a few example IDE files for Eclipse and IntelliJ. This drops the dependency by integrating the bare minimum functionality to keep things working.
* Automate Eclipse settings and update project files: (#5091)Iulian Dragos2016-04-201-1/+1
| | | | | | | | - remove `M2_REPO`. All dependencies are picked up from `build/deps` - add script to update an existing workspace directory with the required path variables - add the default Scala library to several projects for better out-of-the-box experience. This means that changes in the scale-library project may not be visible in the other projects, but makes it way easier to get a working config. If you really need that, you probably know what you’re doing anyway.
* SI-9508 fix classpaths in Eclipse configurationPerformant Data LLC2015-10-121-0/+1
|
* SI-9506 suppress Scala IDE-generated files in the Eclipse project dirsPerformant Data LLC2015-10-051-0/+2
|
* Address TODOs around SymbolLoaders and SymbolTable.Grzegorz Kossakowski2013-07-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | SymbolTable refactoring introduced some TODOs that were supposed to be addressed after M5 release. The reason I couldn't address those problems right away was a conflict with our plans to modularize Scaladoc and interactive. However, we decided to delay that work until after M5 is released so addressing TODOs is not blocked anymore. This commit introduces the following changes: * Eclipse project definitions for interactive and scaladoc depend on scala-compiler project so they are builded against latest version of the compiler (quick) instead of STARR. This aligns our Eclipse project definitions with build.xml structure. * Introduce GlobalSymbolLoaders class which wires dependencies of SymbolLoaders with assumption of dependency on Global. * Switch to GlobalSymbolLoaders in BrowsingLoaders, interactive Global and ScaladocGlobal; this eliminates all TODO comments introduced before
* Updated eclipse project files.Adriaan Moors2013-07-051-3/+2
| | | | | | | | Set everything up so that soon-to-be independent modules are compiled with the Eclipse plugin's compiler & library (2.11.0-M3 currently). Most projects still compile with 2.11.0-M3, but partest will need a nightly build of 2.11.
* Add eclipse projects for interactive, scaladoc.Jason Zaugg2013-03-102-0/+45