Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joan38/foryieldissue

For yield issue in IntelliJ Idea
https://github.com/joan38/foryieldissue

Last synced: 26 days ago
JSON representation

For yield issue in IntelliJ Idea

Awesome Lists containing this project

README

        

BNF-Bridge
==========
Purpose
-------
This project is a chunk of a private project published to help understand the reported issue for IntelliJ Idea:
http://youtrack.jetbrains.com/issue/SCL-7472

###Issue
The issue appends when you open this project in IntelliJ Idea (13.1.4 for example) and open the scala file [AmpGroupsBridger](/src/main/scala/com/pharmpress/bnfbridge/control/ampgroups/AmpGroupsBridger.scala), Idea becomes unusable when you work in the big for yield.

Usage
-----
This project is not meant to be launched (see Purpose above) so `sbt run` will not work because many resources are not included in the project.