bokeh / bokeh-scala

Scala bindings for Bokeh plotting library
MIT License
135 stars 16 forks source link

Move scala source files into subdirectory io/continuum/bokeh #23

Closed MartinMarciniszyn closed 6 years ago

MartinMarciniszyn commented 8 years ago

Hi Mateusz,

I started using this project recently and like it very much. Unfortunately, eclipse has problems resolving the correct source files from the sources.jar. The root cause is that the source directory layout is different from the scala package layout. This prevents eclipse users from browsing the package source code and setting up breakpoints in the debugger.

Hence, I have moved the source files into directories which match the package layout. Please review these changes and let me know what you think.

Martin