Thursday, May 24, 2012

CodeMirror - Styling Seasides WABrowser

I wrote a simple seaside wrapper today for the CodeMirror JavaScript Editor, the code lives in

    http://ss3.gemstone.com/ss/Seaside-CodeMirror

It was actually very easy to wrap due to the new WAFileMetadataLibrary facility allowing for nested folders in latest Seaside versions.

Since this editor includes also a "Smalltalk mode" you can also use the project in combination with a simple patch changeset for WABrowser to style your web served Seaside code browser/editor:
 

1 comment:

Daniel Parnell said...

This is exactly the reason I made the Smalltalk plugin to CoreMirror. I started bolting it into Seaside some time ago, but since I don't really know Smalltalk or Seaside that well the results were not to my liking.