From 39c72d98a8af8f8bab89c9d6536721039ec8045b Mon Sep 17 00:00:00 2001 From: solger <40923751+reasolger@users.noreply.github.com> Date: Mon, 15 Jan 2024 21:27:58 +0100 Subject: [PATCH] Update solger_ReaLauncher.lua Cleanup of duplicate header data --- Project Properties/solger_ReaLauncher.lua | 48 ----------------------- 1 file changed, 48 deletions(-) diff --git a/Project Properties/solger_ReaLauncher.lua b/Project Properties/solger_ReaLauncher.lua index aa32c72f0..439e05de5 100644 --- a/Project Properties/solger_ReaLauncher.lua +++ b/Project Properties/solger_ReaLauncher.lua @@ -46,54 +46,6 @@ -- -- https://forum.cockos.com/showthread.php?t=208697 --- @description ReaLauncher --- @author solger --- @version 2.5.4 --- @changelog --- + General: Changed the default double click behavior setting for new installs from 'Show prompt' to 'Load' --- + Project Lists: Bugfix to consider file extensions in both upper and lower case when accessing files (.rpl and .RPL) --- + Tabs: Bugfix for using the mousewheel to scroll through the tabs --- + UI: Improvements in the display of some label texts --- @screenshot https://forum.cockos.com/showthread.php?t=208697 --- @about --- # ReaLauncher --- --- A custom version of the startup prompt window for loading (recent) projects, project/track templates and more. With a bunch of additional features. --- --- Uses 'Lokasenna's GUI library v2 for Lua' as base: https://forum.cockos.com/showthread.php?t=177772. Big thanks to Lokasenna for his work!! --- --- ## Main features --- - Separate tabs for [Recent Projects], (.rpp) [Project Templates], (.rtracktemplate) [Track Templates], (.rpp) [Projects], (.rpl) [Project Lists], (.rpp-bak) [Backups] and (.pdf) [Docs] --- - Option to set custom folder paths for [Project Templates] and [Track Templates] - which are scanned in addition to the default template folder locations --- - Option to set custom folder paths for the [Projects], [Project Lists], [Backups] and [Docs] tabs --- - List filter in each tab that supports the use of multiple search words separated by a 'space' character --- - File paths can be shown/hidden and also displayed optionally in the status bar --- - Sorting options --- - [Favorites] tab to list and manage bookmarked favorites of each tab --- - [Follow Actions] tab to set Actions that are triggered after certain operations (New Tab, Load Project, etc.) --- - Global functions accessible via main button panel or context menu: [Open Project], [New Project], [New Tab], [Load in Tab], [Load] and [Insert] --- - Selection and loading of multiple entries at once (multi-select via mouse is already part of Lokasenna's GUI library) --- - 'Keep open' checkbox to toggle the automatic window closing behavior after Load/New/Insert operations --- - Different tab selector styles (Tabstrip or Dropdown) --- - Scalable and resizeable window --- - Customizable colors --- --- ## Features that require SWS Extensions (2.9.8 or higher): --- - [Recent Projects] tab for listing and managing recent project entries (with functions to remove selected entries and to clear the entire list) --- - 'Last Active' project functions to check for and load last active project tabs --- - [Locate in Explorer/Finder] button to navigate to the location(s) of selected files in Explorer or Finder --- - [Docs] tab for listing .pdf files --- - Setup of predefined Reaper Theme Slots and the possibility to switch between them (uses SWS Resources) --- --- ## Features that require js_ReaScriptAPI (0.991 or higher): --- - Function to preview attached 'demo' audio files (supported file extensions: .wav, .flac, .mp3 and .ogg) --- - Option for adding folder paths in the [Options] tab via a 'Browse' dialog (besides copy & pasting paths manually) --- - Additional sorting options by date --- --- ## Discussion thread --- --- https://forum.cockos.com/showthread.php?t=208697 - ---------------------------------------------------------------------------------------------------- local ConfigFlags = { ----------------------------------------------------------------------------------------------------