Marco

Results 12 issues of Marco

In TextBox.cs `protected void ValidateCursorPosition() { if (MaxLength != 0 && EditingText.Length == MaxLength) { if (_caretPos > EditingText.Length) _caretPos = EditingText.Length - 1; } ... }` ` if (_caretPos...

bug

# LogArea: Typing effect shall be on LogArea level ## Current behavior Currently you can add a typewriter effect by adding a paragraph to a log area. The issue is...

enhancement
blocked

# Request for a console in Zircon A console to inspect technical parameters like memory consumption and states&objects like the ECS ## Rationale Example usage: - inspect the ECS, -...

help wanted
feature
blocked

# Integrate Zircon as an IntelliJ plugin It would be nice to integrate Zircon (runtime) as an IntelliJ plugin. Use IntelliJ since it probably the most used IDE in context...

help wanted
feature
blocked

Bug in Log Area, maybe a general one: Log Area with typing effect, mouse movement triggers retyping of log text ## Actual behavior If you have a log area with...

bug

# A component is sometimes not correctly rendered ## Expected behavior The component shall be aligned correctly regarding the alignment ## Actual behavior Sometimes the component is cut at the...

bug

# Request for a tree control A simple tree control ## Rationale - useful for dev tools within Zircon and - of course also for games (e.g. inventory, loadout view)...

feature

This is just a collection of missing libgdx features, which could be implemented to be feature complete with the Swing implementation: - [ ] modifiers (e.g. texture modifiers) - [...

feature

# Cursor is still blinking on the screen after modal is closed Run example, enter sth in the text area and press ESCAPE . The dialog is closed but the...

bug

# Modals should inherit the theme from their parent screen ## Reason If you do not see the theme manually via the ModalBuilder, the dialog may be visually distracted

enhancement