coreen icon indicating copy to clipboard operation
coreen copied to clipboard

An environment for reading, searching, navigating and visualizing code.

Results 6 coreen issues
Sort by recently updated
recently updated
newest added

Instead of our current hackery, do something like: ``` class Foo

NML needs to include information on whether a member is visible to subtypes. That information will need to be recorded and then used to filter private (in Java anyway) members...

Scala's XML library fails to translate newlines into 
 _in attributes_ when printing out an XML tree. As a result, when it reads said tree back in, the newlines disappear....

Javadoc supports referencing other types from within the documentation. We want those references to be live in the rendered documentation. Probably that means something like turning: ``` Calls {@link Foo#fizBang}...

This will mostly be useful for methods, but may also be useful for classes.

Provide def and use elements for the signature text. For example: ``` ``` Then use that to render the signature text as we do normal source.