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
This repository provides an action for LaunchBar for accessing recent documents opened with Mathworks MATLAB. The actions are designed to streamline access to recent files for users of MATLAB.
Contents
This repository includes the following components:
Action: Pre-packaged LaunchBar action in Action.zip to enable direct access to recent documents.
Download the pre-packaged actions from the Action.zip.
Extract the contents, which include:
Recent MATLAB Documents.lbaction
Place these .lbaction files into your LaunchBar Actions folder:
~/Library/Application Support/LaunchBar/Actions
Restart LaunchBar to load the new actions.
Option 2: Automatic Installation
Alternatively, you can simply double-click each .lbaction file. This will automatically install the action in LaunchBar.
Compilation Instructions
To compile the GetRecentMatlabDocuments program from the source code, follow the steps below. Compilation from the source code should however not be necessary if you simply plan to use the actions.
Open the Xcode project:
Open the Xcode project GetRecentMatlabDocuments.xcodeproj, which is located at the root of the project directory:
open GetRecentMatlabDocuments.xcodeproj
Set Build Configuration:
Go to Edit Scheme for each target and ensure the Build Configuration is set to Release for the final production build.
Build the Selected Target:
Select Product > Build to build the selected scheme. This will compile the program and place the output in the BUILT_PRODUCTS_DIR.