Neon-Vision-Editor/Neon Vision Editor
h3p 0945b23b01 Improve editor UX across iOS, iPadOS, and macOS
iOS
- Keep compact, phone-appropriate toolbar behavior
- Improve toolbar/menu responsiveness and action access consistency
- Include mobile editor parity fixes (syntax highlighting and line-number visibility)

iPadOS
- Make toolbar width adaptive to device/screen size
- Keep toolbar height compact (matching iPhone-style vertical density)
- Distribute toolbar controls across available width
- Promote key overflow actions to visible toolbar buttons when space allows
  (open/save, sidebar toggles, find/replace, wrap, completion), with overflow fallback
- Use active UIWindowScene screen bounds for width calculation (deprecation-safe)

macOS
- Keep full toolbar + menubar action coverage aligned
- Preserve desktop toolbar behavior while iOS/iPadOS layouts diverge
- Retain platform-specific toolbar/menu polish without regressions
2026-02-07 11:51:52 +01:00
..
Recources Fix API Settings sheet clipping and improve layout 2026-02-04 13:15:33 +01:00
AIClient.swift Improve AppleFM Foundation Models integration and fix streaming issues 2026-02-05 22:30:21 +01:00
AIModel.swift Fix line number ruler scrolling and translucency 2026-02-06 17:06:07 +01:00
AIModelClient.swift Improve editor behavior and UI options 2026-02-06 14:29:34 +01:00
AppleFMHelper.swift Improve editor behavior and UI options 2026-02-06 14:29:34 +01:00
ContentView+Actions.swift Improve editor UX across iOS, iPadOS, and macOS 2026-02-07 11:51:52 +01:00
ContentView+Toolbar.swift Improve editor UX across iOS, iPadOS, and macOS 2026-02-07 11:51:52 +01:00
ContentView.swift Improve editor UX across iOS, iPadOS, and macOS 2026-02-07 11:51:52 +01:00
EditorTextView.swift Improve editor UX across iOS, iPadOS, and macOS 2026-02-07 11:51:52 +01:00
EditorViewModel.swift Improve editor UX across iOS, iPadOS, and macOS 2026-02-07 11:51:52 +01:00
LanguageDetector.swift Improve editor behavior and UI options 2026-02-06 14:29:34 +01:00
LineNumberRulerView.swift Improve editor UX across iOS, iPadOS, and macOS 2026-02-07 11:51:52 +01:00
NeonVisionEditorApp.swift Improve editor UX across iOS, iPadOS, and macOS 2026-02-07 11:51:52 +01:00
PanelsAndHelpers.swift Improve editor UX across iOS, iPadOS, and macOS 2026-02-07 11:51:52 +01:00
SidebarViews.swift Improve editor UX across iOS, iPadOS, and macOS 2026-02-07 11:51:52 +01:00
SyntaxHighlighting.swift refactor(editor): split ContentView and improve window/sidebar/search UX 2026-02-06 19:59:53 +01:00