You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge v2 (drag-and-drop validation) into the CLI11 refactor branch
Brings in the drag-and-drop validation feature (#170 + follow-ups) that
landed on develop after this branch was created.
Only conflict was Source/CommandLine.cpp: develop renamed a lambda parameter
(args -> commandArgs) inside the old performCommandLine/ConsoleApplication
block that this refactor deleted, so the change is moot. Resolved by keeping
the refactored CommandLine.cpp. The drag-and-drop changes (MainComponent.*,
PluginvalLookAndFeel.h) and the CHANGELIST entry merged cleanly.
Verified: builds (incl. MainComponent drag-and-drop) and --run-tests pass.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELIST.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
- Enabled the editor stress and extreme (real-time allocation / oversized block) tests that were present in the source tree but had not been compiled into the build
13
13
14
14
### 1.0.5
15
+
- Added drag-and-drop of plug-in files onto the main window, with two drop zones to either validate the plug-in or add it to the plugin list [#170]
15
16
- Added static linking to the Windows runtime so it should run on more Windows systems (particularly non-dev machines)
16
17
- Made `PluginInfoTest` run on the message thread as the functions it calls aren't thread-safe
0 commit comments