Files
processing4/app
Yehia Rasheed 34cc4387e4 feat: Add handleMoveLines method with keystroke support and ActionListeners
- Implement handleMoveLines to manage line movement functionality
- Add keystroke bindings for triggering line movements
- Integrate ActionListeners for responsive UI interactions
- Ensure cross-platform compatibility for macOS and Linux
2025-03-07 15:09:35 +02:00
..
2021-10-10 11:30:24 -07:00
2025-03-04 15:47:52 +01:00
2025-01-26 18:45:28 +01:00
2024-12-23 19:00:37 +01:00

Processing App

This is the PDE, the visual part of the editor that you see and work within when you use Processing.

Important classes

The main class of this project is the src/.../Base.java this is where the PDE starts after the splash screen.

The ui/Editor.java class is the class that is instantiated to show an editor window of the PDE.

Mode.java is the class that any mode within Procesing inherits from.