Artem Melentev
Artem Melentev
Yes, It would be handy to be able edit this in config. For now you can use js functions in debug window - context tab - execute command: ``` setSunPosition(x,y,z)...
Great news! You can read about implementation details in my paper https://github.com/amelentev/java-oo/raw/master/doc/ijpla.pdf As of jdk8, there was no way to do it without subclassing. Lombok used similar hacks and more...
Seems some problems with Equinox Weaving. Thanks. Will try to fix.
I found a workaround: 1. use eclipse distribution from http://scala-ide.org/ (4.4) or install scala plugin (from marketplace) to eclipse. tested 4.6. 2. then install java-oo plugin. So the problem is...
It is possible to implement remapping method names for operators via annotations. But it is not easy. It should be implemented in all 3 compilers (javac,eclipse,idea) separately because of different...
Yes, It is possible to implement overriding == only for specified classes. I will try to implement it when I have time. Adding new operators is very complicated. To do...
`===` is a new lexeme for a Java Parser. But java-oo works only after parsing stage (yet), so adding completely new syntactic constructs will require much work. I don't have...
Please provide Money class.
from #22: Adding new operators is very complicated. To do it we need to extend Java parser but oo-plugin only works after parsing (in annotation processing stage). There are no...
What about adding a new option "automatic throttle", depending on steam level in output hatch? Like in thermal expansion dynamos. Something like throttle = 100% - 80% * steam in...