Online-IDE icon indicating copy to clipboard operation
Online-IDE copied to clipboard

Online-IDE is a java-like programming language with IDE for computer-science-education that runs inside any browser

Results 6 Online-IDE issues
Sort by recently updated
recently updated
newest added

My build fails because the data types cannot be converted. I have "fix" aka ignored it by adding an `` before the `` cast. https://github.com/martin-pabst/Online-IDE/blob/dcba90beee2a4805b8d88d0d1bd14ce3682d77bc/src/client/spritemanager/SpriteManager.ts#L268 ``` src/client/spritemanager/SpriteManager.ts:268:63 - error TS2352:...

data types - int, short, long not working correct: ```` int i = 9223372036854775807; short j = i; long k = i; println(i); println(j); println(k); ```` i = 9223372036854776000 j...

Hello Martin, online-ide has become a mighty development tool by now. Thanks a lot! Concerning the curriculum for classes in 12 and 13, I wonder if the online-ide could provide...

The excalidraw “Shareable Link” feature makes it super easy to distribute templates and finished drawings. I think that the Online-IDE could benefit from a similar feature. In my fork I...

I noticed several bugs regarding casts, automatic `toString()` and `null`, i.e. behaviours that differ from the behaviour in Java. I'm not sure, whether some of the differences are on purpose...