OpenRoberta / openroberta-lab

The programming environment »Open Roberta Lab« by Fraunhofer IAIS enables children and adolescents to program robots. A variety of different programming blocks are provided to program motors and sensors of the robot. Open Roberta Lab uses an approach of graphical programming so that beginners can seamlessly start coding. As a cloud-based application, the platform can be used without prior installation of specific software but runs in any popular browser, independent of operating system and device.
Apache License 2.0
127 stars 122 forks source link

New Library for Sourcecode-Editor and Code-View #1665

Closed NiHoffmann closed 4 weeks ago

NiHoffmann commented 5 months ago

The current Library (Code-Flask) is very basic and doesn't add a lot of features. All it offers is a very basic syntax highlighting.

It would be nice to replace Code-Flask with a library that additional offers at least:

  1. Code-Completion (for basic language features and a robot specific API)
  2. Language-Specific-Highlighting
  3. Easy extendability and customizability
bjost2s commented 4 weeks ago

solved