Re: [ANN] Release 0.35.0 of Counterclockwise

2016-07-09 Thread Mark Engelberg
Thank you! On Sat, Jul 9, 2016 at 2:09 PM, Laurent PETIT wrote: > Counterclockwise, the Eclipse Clojure development tool. > > Counterclockwise 0.35.0 has been released. > > Highlights: > > - Eclipse Neon Support > > This is the first version which requires Java 8 > > ChangeLog > = > > >

[ANN] Release 0.35.0 of Counterclockwise

2016-07-09 Thread Laurent PETIT
Counterclockwise, the Eclipse Clojure development tool. Counterclockwise 0.35.0 has been released. Highlights: - Eclipse Neon Support This is the first version which requires Java 8 ChangeLog = http://doc.ccw-ide.org/ChangeLog.html#_changes_between_counterclockwise_0_34_0_and_0_35_0

How I can access protected field of superclass from my generated by "gen-class" subclass?

2016-07-09 Thread ru
How I can access protected field of superclass from my generated by "gen-class" subclass. Explanation in API documentaion quite obscure: "... :exposes {protected-field-name {:get name :set name}, ...} Since the implementations of the methods of the generated class occur in Clojure functions, the