@Austin-Berenyi - thanks for resubmitting this
No worries. I just didn't want to lose track of this one as it seems like something our MacOS users would appreciate.
thanks for all your…
I am very pleased to see the list of operations expanded more than I expected, but I didn't test for that. So I am hoping you can add a case for FILE_EXTERNAL_OPERATION_FILE_REVEAL
at the…
I made suggested revisions
That's looking nicer!
One trick though, when making these platform-specific changes is to sometimes change the #ifdef
you are working on temporarily to a…
Julian's solution works perfectly and seems a better fit. Tested as:
diff --git a/source/blender/editors/space_outliner/outliner_edit.cc b/source/blender/editors/space_outliner/outline…
On windows, the file path is also passed down instead of just root. So it can be used to match OS behaviour
Still not following. I am in File Browser and I right-click on a folder. There…
I'm not understanding the change of FILE_EXTERNAL_OPERATION_FOLDER_OPEN
to FILE_EXTERNAL_OPERATION_FILE_REVEAL
Some of these operations are on documents and some are on folder paths. If…