Skip to content

Commit

Permalink
Update solger_ReaLauncher.lua
Browse files Browse the repository at this point in the history
Cleanup of duplicate header data
  • Loading branch information
reasolger authored Jan 15, 2024
1 parent ab30f2f commit 39c72d9
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions Project Properties/solger_ReaLauncher.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
----------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 39c72d9

Please sign in to comment.