browse icon indicating copy to clipboard operation
browse copied to clipboard

A Scala source code browser

Results 10 browse issues
Sort by recently updated
recently updated
newest added

OlegYch was able to publish sxr for 2.11. Any plans to publish for 2.11? https://github.com/OlegYch/scastie/blob/master/renderer-template/project/DefaultSettings.scala#L49

@sethtisue implemented support for 2.12.0 https://github.com/cvogt/browse/tree/topic/2.12-compat I added support for 2.12.1 https://github.com/cvogt/browse/tree/topic/2.12.1-compat Looks like @paulp had done this, too, but I can't find the source code. The binaries are here:...

Dear Mark, Thank you very much for 'browse'. I slightly modify your code by adding new option. I try to preserve all punctuation, tabs, \r\n. I hope that addition look...

The given setup sets the path incorrectly for tests. Fix that - this setup is tested with SBT 0.12.4.

Updates to generated html pages specifically: - Generate valid html - Make the index a frame view - Update jquery/scrollTo/qtip2 to address issues #3,#4,#5 (better handling of screen edge and...

It would be nice to be able to copy the contents of the popups. I see two solutions to this: - Wait sometime before hiding the popup. If the mouse...

When there is hoverable code near the right side of the browser the part of the popup is created beyond the right end of browser causing a scroll bar to...

Look at the 2nd assert_≟ at http://scalaz.googlecode.com/svn/continuous/latest/browse.sxr/scalaz/example/ExampleTraverse.scala.html.

Hi, I got nosymbol has no owner with this code from play 2.2.0 source ``` scala package play.api.libs.iteratee { private[iteratee] object internal { import play.api.libs.iteratee.Iteratee import scala.concurrent.{ ExecutionContext, Future }...

It was deleted in 0d6cd72dc9cf31729112f1063eb6df851c2c9c1c as part of a rewrite of stable IDs.