From 195681a120bb7f5ac9e0c495e25a234ca61493ba Mon Sep 17 00:00:00 2001 From: Breeder Date: Sat, 2 Apr 2022 16:28:05 +0200 Subject: [PATCH] Updated to 0.4.2 ##### v0.4.2 (April 02 2022) * [Lua, EEL] Updated completions to match REAPER 6.53, js_ReaScriptAPI 1.301, ReaImGui 0.6.1, ReaPack 1.2.4 and SWS 2.13.0.0 --- CHANGELOG.md | 3 + ReaSyntax - EEL.sublime-completions | 153 ++++++++++++++++++++++++++-- ReaSyntax - Lua.sublime-completions | 151 +++++++++++++++++++++++++-- messages/update.txt | 11 +- 4 files changed, 299 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f1542..c0ec751 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +##### v0.4.2 (April 02 2022) + * [Lua, EEL] Updated completions to match REAPER 6.53, js_ReaScriptAPI 1.301, ReaImGui 0.6.1, ReaPack 1.2.4 and SWS 2.13.0.0 + ##### v0.4.1 (February 22 2022) * [Lua, EEL] Updated completions to match REAPER 6.47, js_ReaScriptAPI 1.301, ReaImGui 0.5.10, ReaPack 1.2.3.1 and SWS 2.13.0.0 diff --git a/ReaSyntax - EEL.sublime-completions b/ReaSyntax - EEL.sublime-completions index fc01165..7894c85 100644 --- a/ReaSyntax - EEL.sublime-completions +++ b/ReaSyntax - EEL.sublime-completions @@ -27,6 +27,34 @@ {"trigger": "AudioAccessorStateChanged", "contents": "AudioAccessorStateChanged(${1:accessor})"}, {"trigger": "AudioAccessorUpdate", "contents": "AudioAccessorUpdate(${1:accessor})"}, {"trigger": "AudioAccessorValidateState", "contents": "AudioAccessorValidateState(${1:accessor})"}, + {"trigger": "Blink_GetBeatAtTime", "contents": "Blink_GetBeatAtTime(${1:time}, ${2:quantum})"}, + {"trigger": "Blink_GetClockNow", "contents": "Blink_GetClockNow()"}, + {"trigger": "Blink_GetEnabled", "contents": "Blink_GetEnabled()"}, + {"trigger": "Blink_GetMaster", "contents": "Blink_GetMaster()"}, + {"trigger": "Blink_GetNumPeers", "contents": "Blink_GetNumPeers()"}, + {"trigger": "Blink_GetPhaseAtTime", "contents": "Blink_GetPhaseAtTime(${1:time}, ${2:quantum})"}, + {"trigger": "Blink_GetPlaying", "contents": "Blink_GetPlaying()"}, + {"trigger": "Blink_GetPuppet", "contents": "Blink_GetPuppet()"}, + {"trigger": "Blink_GetQuantum", "contents": "Blink_GetQuantum()"}, + {"trigger": "Blink_GetStartStopSyncEnabled", "contents": "Blink_GetStartStopSyncEnabled()"}, + {"trigger": "Blink_GetTempo", "contents": "Blink_GetTempo()"}, + {"trigger": "Blink_GetTimeAtBeat", "contents": "Blink_GetTimeAtBeat(${1:beat}, ${2:quantum})"}, + {"trigger": "Blink_GetTimeForPlaying", "contents": "Blink_GetTimeForPlaying()"}, + {"trigger": "Blink_GetVersion", "contents": "Blink_GetVersion()"}, + {"trigger": "Blink_SetBeatAtStartPlayingTimeRequest", "contents": "Blink_SetBeatAtStartPlayingTimeRequest(${1:beat}, ${2:quantum})"}, + {"trigger": "Blink_SetBeatAtTimeForce", "contents": "Blink_SetBeatAtTimeForce(${1:bpm}, ${2:time}, ${3:quantum})"}, + {"trigger": "Blink_SetBeatAtTimeRequest", "contents": "Blink_SetBeatAtTimeRequest(${1:bpm}, ${2:time}, ${3:quantum})"}, + {"trigger": "Blink_SetCaptureTransportCommands", "contents": "Blink_SetCaptureTransportCommands(${1:enable})"}, + {"trigger": "Blink_SetEnabled", "contents": "Blink_SetEnabled(${1:enable})"}, + {"trigger": "Blink_SetMaster", "contents": "Blink_SetMaster(${1:enable})"}, + {"trigger": "Blink_SetPlaying", "contents": "Blink_SetPlaying(${1:playing}, ${2:time})"}, + {"trigger": "Blink_SetPlayingAndBeatAtTimeRequest", "contents": "Blink_SetPlayingAndBeatAtTimeRequest(${1:playing}, ${2:time}, ${3:beat}, ${4:quantum})"}, + {"trigger": "Blink_SetPuppet", "contents": "Blink_SetPuppet(${1:enable})"}, + {"trigger": "Blink_SetQuantum", "contents": "Blink_SetQuantum(${1:quantum})"}, + {"trigger": "Blink_SetStartStopSyncEnabled", "contents": "Blink_SetStartStopSyncEnabled(${1:enable})"}, + {"trigger": "Blink_SetTempo", "contents": "Blink_SetTempo(${1:bpm})"}, + {"trigger": "Blink_SetTempoAtTime", "contents": "Blink_SetTempoAtTime(${1:bpm}, ${2:time})"}, + {"trigger": "Blink_StartStop", "contents": "Blink_StartStop()"}, {"trigger": "BR_EnvAlloc", "contents": "BR_EnvAlloc(${1:envelope}, ${2:takeEnvelopesUseProjectTime})"}, {"trigger": "BR_EnvCountPoints", "contents": "BR_EnvCountPoints(${1:envelope})"}, {"trigger": "BR_EnvDeletePoint", "contents": "BR_EnvDeletePoint(${1:envelope}, ${2:id})"}, @@ -742,7 +770,7 @@ {"trigger": "ImGui_DrawList_AddBezierQuadratic", "contents": "ImGui_DrawList_AddBezierQuadratic(${1:draw_list}, ${2:p1_x}, ${3:p1_y}, ${4:p2_x}, ${5:p2_y}, ${6:p3_x}, ${7:p3_y}, ${8:col_rgba}, ${9:thickness}, ${10:num_segmentsIn})"}, {"trigger": "ImGui_DrawList_AddCircle", "contents": "ImGui_DrawList_AddCircle(${1:draw_list}, ${2:center_x}, ${3:center_y}, ${4:radius}, ${5:col_rgba}, ${6:num_segmentsIn}, ${7:thicknessIn})"}, {"trigger": "ImGui_DrawList_AddCircleFilled", "contents": "ImGui_DrawList_AddCircleFilled(${1:draw_list}, ${2:center_x}, ${3:center_y}, ${4:radius}, ${5:col_rgba}, ${6:num_segmentsIn})"}, - {"trigger": "ImGui_DrawList_AddConvexPolyFilled", "contents": "ImGui_DrawList_AddConvexPolyFilled(${1:draw_list}, ${2:points}, ${3:num_points}, ${4:col_rgba})"}, + {"trigger": "ImGui_DrawList_AddConvexPolyFilled", "contents": "ImGui_DrawList_AddConvexPolyFilled(${1:draw_list}, ${2:points}, ${3:col_rgba})"}, {"trigger": "ImGui_DrawList_AddLine", "contents": "ImGui_DrawList_AddLine(${1:draw_list}, ${2:p1_x}, ${3:p1_y}, ${4:p2_x}, ${5:p2_y}, ${6:col_rgba}, ${7:thicknessIn})"}, {"trigger": "ImGui_DrawList_AddNgon", "contents": "ImGui_DrawList_AddNgon(${1:draw_list}, ${2:center_x}, ${3:center_y}, ${4:radius}, ${5:col_rgba}, ${6:num_segments}, ${7:thicknessIn})"}, {"trigger": "ImGui_DrawList_AddNgonFilled", "contents": "ImGui_DrawList_AddNgonFilled(${1:draw_list}, ${2:center_x}, ${3:center_y}, ${4:radius}, ${5:col_rgba}, ${6:num_segments})"}, @@ -820,9 +848,9 @@ {"trigger": "ImGui_GetItemRectMax", "contents": "ImGui_GetItemRectMax(${1:ctx}, ${2:x}, ${3:y})"}, {"trigger": "ImGui_GetItemRectMin", "contents": "ImGui_GetItemRectMin(${1:ctx}, ${2:x}, ${3:y})"}, {"trigger": "ImGui_GetItemRectSize", "contents": "ImGui_GetItemRectSize(${1:ctx}, ${2:w}, ${3:h})"}, - {"trigger": "ImGui_GetKeyDownDuration", "contents": "ImGui_GetKeyDownDuration(${1:ctx}, ${2:key_code})"}, + {"trigger": "ImGui_GetKeyDownDuration", "contents": "ImGui_GetKeyDownDuration(${1:ctx}, ${2:key})"}, {"trigger": "ImGui_GetKeyMods", "contents": "ImGui_GetKeyMods(${1:ctx})"}, - {"trigger": "ImGui_GetKeyPressedAmount", "contents": "ImGui_GetKeyPressedAmount(${1:ctx}, ${2:key_index}, ${3:repeat_delay}, ${4:rate})"}, + {"trigger": "ImGui_GetKeyPressedAmount", "contents": "ImGui_GetKeyPressedAmount(${1:ctx}, ${2:key}, ${3:repeat_delay}, ${4:rate})"}, {"trigger": "ImGui_GetMainViewport", "contents": "ImGui_GetMainViewport(${1:ctx})"}, {"trigger": "ImGui_GetMouseClickedCount", "contents": "ImGui_GetMouseClickedCount(${1:ctx}, ${2:button})"}, {"trigger": "ImGui_GetMouseClickedPos", "contents": "ImGui_GetMouseClickedPos(${1:ctx}, ${2:button}, ${3:x}, ${4:y})"}, @@ -838,7 +866,6 @@ {"trigger": "ImGui_GetScrollX", "contents": "ImGui_GetScrollX(${1:ctx})"}, {"trigger": "ImGui_GetScrollY", "contents": "ImGui_GetScrollY(${1:ctx})"}, {"trigger": "ImGui_GetStyleColor", "contents": "ImGui_GetStyleColor(${1:ctx}, ${2:idx})"}, - {"trigger": "ImGui_GetStyleColorName", "contents": "ImGui_GetStyleColorName(${1:#retval}, ${2:idx})"}, {"trigger": "ImGui_GetStyleVar", "contents": "ImGui_GetStyleVar(${1:ctx}, ${2:var_idx}, ${3:val1}, ${4:val2})"}, {"trigger": "ImGui_GetTextLineHeight", "contents": "ImGui_GetTextLineHeight(${1:ctx})"}, {"trigger": "ImGui_GetTextLineHeightWithSpacing", "contents": "ImGui_GetTextLineHeightWithSpacing(${1:ctx})"}, @@ -908,9 +935,9 @@ {"trigger": "ImGui_IsItemHovered", "contents": "ImGui_IsItemHovered(${1:ctx}, ${2:flagsIn})"}, {"trigger": "ImGui_IsItemToggledOpen", "contents": "ImGui_IsItemToggledOpen(${1:ctx})"}, {"trigger": "ImGui_IsItemVisible", "contents": "ImGui_IsItemVisible(${1:ctx})"}, - {"trigger": "ImGui_IsKeyDown", "contents": "ImGui_IsKeyDown(${1:ctx}, ${2:key_code})"}, - {"trigger": "ImGui_IsKeyPressed", "contents": "ImGui_IsKeyPressed(${1:ctx}, ${2:key_code}, ${3:repeatIn})"}, - {"trigger": "ImGui_IsKeyReleased", "contents": "ImGui_IsKeyReleased(${1:ctx}, ${2:key_code})"}, + {"trigger": "ImGui_IsKeyDown", "contents": "ImGui_IsKeyDown(${1:ctx}, ${2:key})"}, + {"trigger": "ImGui_IsKeyPressed", "contents": "ImGui_IsKeyPressed(${1:ctx}, ${2:key}, ${3:repeatIn})"}, + {"trigger": "ImGui_IsKeyReleased", "contents": "ImGui_IsKeyReleased(${1:ctx}, ${2:key})"}, {"trigger": "ImGui_IsMouseClicked", "contents": "ImGui_IsMouseClicked(${1:ctx}, ${2:button}, ${3:repeatIn})"}, {"trigger": "ImGui_IsMouseDoubleClicked", "contents": "ImGui_IsMouseDoubleClicked(${1:ctx}, ${2:button})"}, {"trigger": "ImGui_IsMouseDown", "contents": "ImGui_IsMouseDown(${1:ctx}, ${2:button})"}, @@ -926,6 +953,115 @@ {"trigger": "ImGui_IsWindowDocked", "contents": "ImGui_IsWindowDocked(${1:ctx})"}, {"trigger": "ImGui_IsWindowFocused", "contents": "ImGui_IsWindowFocused(${1:ctx}, ${2:flagsIn})"}, {"trigger": "ImGui_IsWindowHovered", "contents": "ImGui_IsWindowHovered(${1:ctx}, ${2:flagsIn})"}, + {"trigger": "ImGui_Key_0", "contents": "ImGui_Key_0()"}, + {"trigger": "ImGui_Key_1", "contents": "ImGui_Key_1()"}, + {"trigger": "ImGui_Key_2", "contents": "ImGui_Key_2()"}, + {"trigger": "ImGui_Key_3", "contents": "ImGui_Key_3()"}, + {"trigger": "ImGui_Key_4", "contents": "ImGui_Key_4()"}, + {"trigger": "ImGui_Key_5", "contents": "ImGui_Key_5()"}, + {"trigger": "ImGui_Key_6", "contents": "ImGui_Key_6()"}, + {"trigger": "ImGui_Key_7", "contents": "ImGui_Key_7()"}, + {"trigger": "ImGui_Key_8", "contents": "ImGui_Key_8()"}, + {"trigger": "ImGui_Key_9", "contents": "ImGui_Key_9()"}, + {"trigger": "ImGui_Key_A", "contents": "ImGui_Key_A()"}, + {"trigger": "ImGui_Key_Apostrophe", "contents": "ImGui_Key_Apostrophe()"}, + {"trigger": "ImGui_Key_B", "contents": "ImGui_Key_B()"}, + {"trigger": "ImGui_Key_Backslash", "contents": "ImGui_Key_Backslash()"}, + {"trigger": "ImGui_Key_Backspace", "contents": "ImGui_Key_Backspace()"}, + {"trigger": "ImGui_Key_C", "contents": "ImGui_Key_C()"}, + {"trigger": "ImGui_Key_CapsLock", "contents": "ImGui_Key_CapsLock()"}, + {"trigger": "ImGui_Key_Comma", "contents": "ImGui_Key_Comma()"}, + {"trigger": "ImGui_Key_D", "contents": "ImGui_Key_D()"}, + {"trigger": "ImGui_Key_Delete", "contents": "ImGui_Key_Delete()"}, + {"trigger": "ImGui_Key_DownArrow", "contents": "ImGui_Key_DownArrow()"}, + {"trigger": "ImGui_Key_E", "contents": "ImGui_Key_E()"}, + {"trigger": "ImGui_Key_End", "contents": "ImGui_Key_End()"}, + {"trigger": "ImGui_Key_Enter", "contents": "ImGui_Key_Enter()"}, + {"trigger": "ImGui_Key_Equal", "contents": "ImGui_Key_Equal()"}, + {"trigger": "ImGui_Key_Escape", "contents": "ImGui_Key_Escape()"}, + {"trigger": "ImGui_Key_F", "contents": "ImGui_Key_F()"}, + {"trigger": "ImGui_Key_F1", "contents": "ImGui_Key_F1()"}, + {"trigger": "ImGui_Key_F10", "contents": "ImGui_Key_F10()"}, + {"trigger": "ImGui_Key_F11", "contents": "ImGui_Key_F11()"}, + {"trigger": "ImGui_Key_F12", "contents": "ImGui_Key_F12()"}, + {"trigger": "ImGui_Key_F2", "contents": "ImGui_Key_F2()"}, + {"trigger": "ImGui_Key_F3", "contents": "ImGui_Key_F3()"}, + {"trigger": "ImGui_Key_F4", "contents": "ImGui_Key_F4()"}, + {"trigger": "ImGui_Key_F5", "contents": "ImGui_Key_F5()"}, + {"trigger": "ImGui_Key_F6", "contents": "ImGui_Key_F6()"}, + {"trigger": "ImGui_Key_F7", "contents": "ImGui_Key_F7()"}, + {"trigger": "ImGui_Key_F8", "contents": "ImGui_Key_F8()"}, + {"trigger": "ImGui_Key_F9", "contents": "ImGui_Key_F9()"}, + {"trigger": "ImGui_Key_G", "contents": "ImGui_Key_G()"}, + {"trigger": "ImGui_Key_GraveAccent", "contents": "ImGui_Key_GraveAccent()"}, + {"trigger": "ImGui_Key_H", "contents": "ImGui_Key_H()"}, + {"trigger": "ImGui_Key_Home", "contents": "ImGui_Key_Home()"}, + {"trigger": "ImGui_Key_I", "contents": "ImGui_Key_I()"}, + {"trigger": "ImGui_Key_Insert", "contents": "ImGui_Key_Insert()"}, + {"trigger": "ImGui_Key_J", "contents": "ImGui_Key_J()"}, + {"trigger": "ImGui_Key_K", "contents": "ImGui_Key_K()"}, + {"trigger": "ImGui_Key_Keypad0", "contents": "ImGui_Key_Keypad0()"}, + {"trigger": "ImGui_Key_Keypad1", "contents": "ImGui_Key_Keypad1()"}, + {"trigger": "ImGui_Key_Keypad2", "contents": "ImGui_Key_Keypad2()"}, + {"trigger": "ImGui_Key_Keypad3", "contents": "ImGui_Key_Keypad3()"}, + {"trigger": "ImGui_Key_Keypad4", "contents": "ImGui_Key_Keypad4()"}, + {"trigger": "ImGui_Key_Keypad5", "contents": "ImGui_Key_Keypad5()"}, + {"trigger": "ImGui_Key_Keypad6", "contents": "ImGui_Key_Keypad6()"}, + {"trigger": "ImGui_Key_Keypad7", "contents": "ImGui_Key_Keypad7()"}, + {"trigger": "ImGui_Key_Keypad8", "contents": "ImGui_Key_Keypad8()"}, + {"trigger": "ImGui_Key_Keypad9", "contents": "ImGui_Key_Keypad9()"}, + {"trigger": "ImGui_Key_KeypadAdd", "contents": "ImGui_Key_KeypadAdd()"}, + {"trigger": "ImGui_Key_KeypadDecimal", "contents": "ImGui_Key_KeypadDecimal()"}, + {"trigger": "ImGui_Key_KeypadDivide", "contents": "ImGui_Key_KeypadDivide()"}, + {"trigger": "ImGui_Key_KeypadEnter", "contents": "ImGui_Key_KeypadEnter()"}, + {"trigger": "ImGui_Key_KeypadEqual", "contents": "ImGui_Key_KeypadEqual()"}, + {"trigger": "ImGui_Key_KeypadMultiply", "contents": "ImGui_Key_KeypadMultiply()"}, + {"trigger": "ImGui_Key_KeypadSubtract", "contents": "ImGui_Key_KeypadSubtract()"}, + {"trigger": "ImGui_Key_L", "contents": "ImGui_Key_L()"}, + {"trigger": "ImGui_Key_LeftAlt", "contents": "ImGui_Key_LeftAlt()"}, + {"trigger": "ImGui_Key_LeftArrow", "contents": "ImGui_Key_LeftArrow()"}, + {"trigger": "ImGui_Key_LeftBracket", "contents": "ImGui_Key_LeftBracket()"}, + {"trigger": "ImGui_Key_LeftCtrl", "contents": "ImGui_Key_LeftCtrl()"}, + {"trigger": "ImGui_Key_LeftShift", "contents": "ImGui_Key_LeftShift()"}, + {"trigger": "ImGui_Key_LeftSuper", "contents": "ImGui_Key_LeftSuper()"}, + {"trigger": "ImGui_Key_M", "contents": "ImGui_Key_M()"}, + {"trigger": "ImGui_Key_Menu", "contents": "ImGui_Key_Menu()"}, + {"trigger": "ImGui_Key_Minus", "contents": "ImGui_Key_Minus()"}, + {"trigger": "ImGui_Key_ModAlt", "contents": "ImGui_Key_ModAlt()"}, + {"trigger": "ImGui_Key_ModCtrl", "contents": "ImGui_Key_ModCtrl()"}, + {"trigger": "ImGui_Key_ModShift", "contents": "ImGui_Key_ModShift()"}, + {"trigger": "ImGui_Key_ModSuper", "contents": "ImGui_Key_ModSuper()"}, + {"trigger": "ImGui_Key_N", "contents": "ImGui_Key_N()"}, + {"trigger": "ImGui_Key_NumLock", "contents": "ImGui_Key_NumLock()"}, + {"trigger": "ImGui_Key_O", "contents": "ImGui_Key_O()"}, + {"trigger": "ImGui_Key_P", "contents": "ImGui_Key_P()"}, + {"trigger": "ImGui_Key_PageDown", "contents": "ImGui_Key_PageDown()"}, + {"trigger": "ImGui_Key_PageUp", "contents": "ImGui_Key_PageUp()"}, + {"trigger": "ImGui_Key_Pause", "contents": "ImGui_Key_Pause()"}, + {"trigger": "ImGui_Key_Period", "contents": "ImGui_Key_Period()"}, + {"trigger": "ImGui_Key_PrintScreen", "contents": "ImGui_Key_PrintScreen()"}, + {"trigger": "ImGui_Key_Q", "contents": "ImGui_Key_Q()"}, + {"trigger": "ImGui_Key_R", "contents": "ImGui_Key_R()"}, + {"trigger": "ImGui_Key_RightAlt", "contents": "ImGui_Key_RightAlt()"}, + {"trigger": "ImGui_Key_RightArrow", "contents": "ImGui_Key_RightArrow()"}, + {"trigger": "ImGui_Key_RightBracket", "contents": "ImGui_Key_RightBracket()"}, + {"trigger": "ImGui_Key_RightCtrl", "contents": "ImGui_Key_RightCtrl()"}, + {"trigger": "ImGui_Key_RightShift", "contents": "ImGui_Key_RightShift()"}, + {"trigger": "ImGui_Key_RightSuper", "contents": "ImGui_Key_RightSuper()"}, + {"trigger": "ImGui_Key_S", "contents": "ImGui_Key_S()"}, + {"trigger": "ImGui_Key_ScrollLock", "contents": "ImGui_Key_ScrollLock()"}, + {"trigger": "ImGui_Key_Semicolon", "contents": "ImGui_Key_Semicolon()"}, + {"trigger": "ImGui_Key_Slash", "contents": "ImGui_Key_Slash()"}, + {"trigger": "ImGui_Key_Space", "contents": "ImGui_Key_Space()"}, + {"trigger": "ImGui_Key_T", "contents": "ImGui_Key_T()"}, + {"trigger": "ImGui_Key_Tab", "contents": "ImGui_Key_Tab()"}, + {"trigger": "ImGui_Key_U", "contents": "ImGui_Key_U()"}, + {"trigger": "ImGui_Key_UpArrow", "contents": "ImGui_Key_UpArrow()"}, + {"trigger": "ImGui_Key_V", "contents": "ImGui_Key_V()"}, + {"trigger": "ImGui_Key_W", "contents": "ImGui_Key_W()"}, + {"trigger": "ImGui_Key_X", "contents": "ImGui_Key_X()"}, + {"trigger": "ImGui_Key_Y", "contents": "ImGui_Key_Y()"}, + {"trigger": "ImGui_Key_Z", "contents": "ImGui_Key_Z()"}, {"trigger": "ImGui_KeyModFlags_Alt", "contents": "ImGui_KeyModFlags_Alt()"}, {"trigger": "ImGui_KeyModFlags_Ctrl", "contents": "ImGui_KeyModFlags_Ctrl()"}, {"trigger": "ImGui_KeyModFlags_None", "contents": "ImGui_KeyModFlags_None()"}, @@ -1475,6 +1611,7 @@ {"trigger": "Main_OnCommandEx", "contents": "Main_OnCommandEx(${1:command}, ${2:flag}, ${3:proj})"}, {"trigger": "Main_openProject", "contents": "Main_openProject(${1:\"name\"})"}, {"trigger": "Main_SaveProject", "contents": "Main_SaveProject(${1:proj}, ${2:forceSaveAsIn})"}, + {"trigger": "Main_SaveProjectEx", "contents": "Main_SaveProjectEx(${1:proj}, ${2:\"filename\"}, ${3:options})"}, {"trigger": "Main_UpdateLoopInfo", "contents": "Main_UpdateLoopInfo(${1:ignoremask})"}, {"trigger": "MarkProjectDirty", "contents": "MarkProjectDirty(${1:proj})"}, {"trigger": "MarkTrackItemsDirty", "contents": "MarkTrackItemsDirty(${1:track}, ${2:item})"}, @@ -1615,7 +1752,7 @@ {"trigger": "ReaPack_CompareVersions", "contents": "ReaPack_CompareVersions(${1:\"ver1\"}, ${2:\"ver2\"}, ${3:#error})"}, {"trigger": "ReaPack_EnumOwnedFiles", "contents": "ReaPack_EnumOwnedFiles(${1:entry}, ${2:index}, ${3:#path}, ${4:sections}, ${5:type})"}, {"trigger": "ReaPack_FreeEntry", "contents": "ReaPack_FreeEntry(${1:entry})"}, - {"trigger": "ReaPack_GetEntryInfo", "contents": "ReaPack_GetEntryInfo(${1:entry}, ${2:#repo}, ${3:#cat}, ${4:#pkg}, ${5:#desc}, ${6:type}, ${7:#ver}, ${8:#author}, ${9:pinned}, ${10:fileCount})"}, + {"trigger": "ReaPack_GetEntryInfo", "contents": "ReaPack_GetEntryInfo(${1:entry}, ${2:#repo}, ${3:#cat}, ${4:#pkg}, ${5:#desc}, ${6:type}, ${7:#ver}, ${8:#author}, ${9:flags}, ${10:fileCount})"}, {"trigger": "ReaPack_GetOwner", "contents": "ReaPack_GetOwner(${1:\"fn\"}, ${2:#error})"}, {"trigger": "ReaPack_GetRepositoryInfo", "contents": "ReaPack_GetRepositoryInfo(${1:\"name\"}, ${2:#url}, ${3:enabled}, ${4:autoInstall})"}, {"trigger": "ReaPack_ProcessQueue", "contents": "ReaPack_ProcessQueue(${1:refreshUI})"}, diff --git a/ReaSyntax - Lua.sublime-completions b/ReaSyntax - Lua.sublime-completions index e182873..0bd4d70 100644 --- a/ReaSyntax - Lua.sublime-completions +++ b/ReaSyntax - Lua.sublime-completions @@ -23,6 +23,34 @@ {"trigger": "reaper.AudioAccessorStateChanged", "contents": "reaper.AudioAccessorStateChanged(${1:accessor})"}, {"trigger": "reaper.AudioAccessorUpdate", "contents": "reaper.AudioAccessorUpdate(${1:accessor})"}, {"trigger": "reaper.AudioAccessorValidateState", "contents": "reaper.AudioAccessorValidateState(${1:accessor})"}, + {"trigger": "reaper.Blink_GetBeatAtTime", "contents": "reaper.Blink_GetBeatAtTime(${1:time}, ${2:quantum})"}, + {"trigger": "reaper.Blink_GetClockNow", "contents": "reaper.Blink_GetClockNow()"}, + {"trigger": "reaper.Blink_GetEnabled", "contents": "reaper.Blink_GetEnabled()"}, + {"trigger": "reaper.Blink_GetMaster", "contents": "reaper.Blink_GetMaster()"}, + {"trigger": "reaper.Blink_GetNumPeers", "contents": "reaper.Blink_GetNumPeers()"}, + {"trigger": "reaper.Blink_GetPhaseAtTime", "contents": "reaper.Blink_GetPhaseAtTime(${1:time}, ${2:quantum})"}, + {"trigger": "reaper.Blink_GetPlaying", "contents": "reaper.Blink_GetPlaying()"}, + {"trigger": "reaper.Blink_GetPuppet", "contents": "reaper.Blink_GetPuppet()"}, + {"trigger": "reaper.Blink_GetQuantum", "contents": "reaper.Blink_GetQuantum()"}, + {"trigger": "reaper.Blink_GetStartStopSyncEnabled", "contents": "reaper.Blink_GetStartStopSyncEnabled()"}, + {"trigger": "reaper.Blink_GetTempo", "contents": "reaper.Blink_GetTempo()"}, + {"trigger": "reaper.Blink_GetTimeAtBeat", "contents": "reaper.Blink_GetTimeAtBeat(${1:beat}, ${2:quantum})"}, + {"trigger": "reaper.Blink_GetTimeForPlaying", "contents": "reaper.Blink_GetTimeForPlaying()"}, + {"trigger": "reaper.Blink_GetVersion", "contents": "reaper.Blink_GetVersion()"}, + {"trigger": "reaper.Blink_SetBeatAtStartPlayingTimeRequest", "contents": "reaper.Blink_SetBeatAtStartPlayingTimeRequest(${1:beat}, ${2:quantum})"}, + {"trigger": "reaper.Blink_SetBeatAtTimeForce", "contents": "reaper.Blink_SetBeatAtTimeForce(${1:bpm}, ${2:time}, ${3:quantum})"}, + {"trigger": "reaper.Blink_SetBeatAtTimeRequest", "contents": "reaper.Blink_SetBeatAtTimeRequest(${1:bpm}, ${2:time}, ${3:quantum})"}, + {"trigger": "reaper.Blink_SetCaptureTransportCommands", "contents": "reaper.Blink_SetCaptureTransportCommands(${1:enable})"}, + {"trigger": "reaper.Blink_SetEnabled", "contents": "reaper.Blink_SetEnabled(${1:enable})"}, + {"trigger": "reaper.Blink_SetMaster", "contents": "reaper.Blink_SetMaster(${1:enable})"}, + {"trigger": "reaper.Blink_SetPlaying", "contents": "reaper.Blink_SetPlaying(${1:playing}, ${2:time})"}, + {"trigger": "reaper.Blink_SetPlayingAndBeatAtTimeRequest", "contents": "reaper.Blink_SetPlayingAndBeatAtTimeRequest(${1:playing}, ${2:time}, ${3:beat}, ${4:quantum})"}, + {"trigger": "reaper.Blink_SetPuppet", "contents": "reaper.Blink_SetPuppet(${1:enable})"}, + {"trigger": "reaper.Blink_SetQuantum", "contents": "reaper.Blink_SetQuantum(${1:quantum})"}, + {"trigger": "reaper.Blink_SetStartStopSyncEnabled", "contents": "reaper.Blink_SetStartStopSyncEnabled(${1:enable})"}, + {"trigger": "reaper.Blink_SetTempo", "contents": "reaper.Blink_SetTempo(${1:bpm})"}, + {"trigger": "reaper.Blink_SetTempoAtTime", "contents": "reaper.Blink_SetTempoAtTime(${1:bpm}, ${2:time})"}, + {"trigger": "reaper.Blink_StartStop", "contents": "reaper.Blink_StartStop()"}, {"trigger": "gfx.blit", "contents": "gfx.blit(${1:source}, ${2:scale}, ${3:rotation}, ${4:srcx}, ${5:srcy}, ${6:srcw}, ${7:srch}, ${8:destx}, ${9:desty}, ${10:destw}, ${11:desth}, ${12:rotxoffs}, ${13:rotyoffs})"}, {"trigger": "gfx.blitext", "contents": "gfx.blitext(${1:source}, ${2:coordinatelist}, ${3:rotation})"}, {"trigger": "gfx.blurto", "contents": "gfx.blurto(${1:x}, ${2:y})"}, @@ -701,7 +729,7 @@ {"trigger": "reaper.ImGui_DrawList_AddBezierQuadratic", "contents": "reaper.ImGui_DrawList_AddBezierQuadratic(${1:draw_list}, ${2:p1_x}, ${3:p1_y}, ${4:p2_x}, ${5:p2_y}, ${6:p3_x}, ${7:p3_y}, ${8:col_rgba}, ${9:thickness}, ${10:num_segmentsIn})"}, {"trigger": "reaper.ImGui_DrawList_AddCircle", "contents": "reaper.ImGui_DrawList_AddCircle(${1:draw_list}, ${2:center_x}, ${3:center_y}, ${4:radius}, ${5:col_rgba}, ${6:num_segmentsIn}, ${7:thicknessIn})"}, {"trigger": "reaper.ImGui_DrawList_AddCircleFilled", "contents": "reaper.ImGui_DrawList_AddCircleFilled(${1:draw_list}, ${2:center_x}, ${3:center_y}, ${4:radius}, ${5:col_rgba}, ${6:num_segmentsIn})"}, - {"trigger": "reaper.ImGui_DrawList_AddConvexPolyFilled", "contents": "reaper.ImGui_DrawList_AddConvexPolyFilled(${1:points}, ${2:num_points}, ${3:col_rgba})"}, + {"trigger": "reaper.ImGui_DrawList_AddConvexPolyFilled", "contents": "reaper.ImGui_DrawList_AddConvexPolyFilled(${1:points}, ${2:col_rgba})"}, {"trigger": "reaper.ImGui_DrawList_AddLine", "contents": "reaper.ImGui_DrawList_AddLine(${1:draw_list}, ${2:p1_x}, ${3:p1_y}, ${4:p2_x}, ${5:p2_y}, ${6:col_rgba}, ${7:thicknessIn})"}, {"trigger": "reaper.ImGui_DrawList_AddNgon", "contents": "reaper.ImGui_DrawList_AddNgon(${1:draw_list}, ${2:center_x}, ${3:center_y}, ${4:radius}, ${5:col_rgba}, ${6:num_segments}, ${7:thicknessIn})"}, {"trigger": "reaper.ImGui_DrawList_AddNgonFilled", "contents": "reaper.ImGui_DrawList_AddNgonFilled(${1:draw_list}, ${2:center_x}, ${3:center_y}, ${4:radius}, ${5:col_rgba}, ${6:num_segments})"}, @@ -779,9 +807,9 @@ {"trigger": "reaper.ImGui_GetItemRectMax", "contents": "reaper.ImGui_GetItemRectMax(${1:ctx})"}, {"trigger": "reaper.ImGui_GetItemRectMin", "contents": "reaper.ImGui_GetItemRectMin(${1:ctx})"}, {"trigger": "reaper.ImGui_GetItemRectSize", "contents": "reaper.ImGui_GetItemRectSize(${1:ctx})"}, - {"trigger": "reaper.ImGui_GetKeyDownDuration", "contents": "reaper.ImGui_GetKeyDownDuration(${1:ctx}, ${2:key_code})"}, + {"trigger": "reaper.ImGui_GetKeyDownDuration", "contents": "reaper.ImGui_GetKeyDownDuration(${1:ctx}, ${2:key})"}, {"trigger": "reaper.ImGui_GetKeyMods", "contents": "reaper.ImGui_GetKeyMods(${1:ctx})"}, - {"trigger": "reaper.ImGui_GetKeyPressedAmount", "contents": "reaper.ImGui_GetKeyPressedAmount(${1:ctx}, ${2:key_index}, ${3:repeat_delay}, ${4:rate})"}, + {"trigger": "reaper.ImGui_GetKeyPressedAmount", "contents": "reaper.ImGui_GetKeyPressedAmount(${1:ctx}, ${2:key}, ${3:repeat_delay}, ${4:rate})"}, {"trigger": "reaper.ImGui_GetMainViewport", "contents": "reaper.ImGui_GetMainViewport(${1:ctx})"}, {"trigger": "reaper.ImGui_GetMouseClickedCount", "contents": "reaper.ImGui_GetMouseClickedCount(${1:ctx}, ${2:button})"}, {"trigger": "reaper.ImGui_GetMouseClickedPos", "contents": "reaper.ImGui_GetMouseClickedPos(${1:ctx}, ${2:button})"}, @@ -797,7 +825,6 @@ {"trigger": "reaper.ImGui_GetScrollX", "contents": "reaper.ImGui_GetScrollX(${1:ctx})"}, {"trigger": "reaper.ImGui_GetScrollY", "contents": "reaper.ImGui_GetScrollY(${1:ctx})"}, {"trigger": "reaper.ImGui_GetStyleColor", "contents": "reaper.ImGui_GetStyleColor(${1:ctx}, ${2:idx})"}, - {"trigger": "reaper.ImGui_GetStyleColorName", "contents": "reaper.ImGui_GetStyleColorName(${1:idx})"}, {"trigger": "reaper.ImGui_GetStyleVar", "contents": "reaper.ImGui_GetStyleVar(${1:ctx}, ${2:var_idx})"}, {"trigger": "reaper.ImGui_GetTextLineHeight", "contents": "reaper.ImGui_GetTextLineHeight(${1:ctx})"}, {"trigger": "reaper.ImGui_GetTime", "contents": "reaper.ImGui_GetTime(${1:ctx})"}, @@ -866,9 +893,9 @@ {"trigger": "reaper.ImGui_IsItemHovered", "contents": "reaper.ImGui_IsItemHovered(${1:ctx}, ${2:flagsIn})"}, {"trigger": "reaper.ImGui_IsItemToggledOpen", "contents": "reaper.ImGui_IsItemToggledOpen(${1:ctx})"}, {"trigger": "reaper.ImGui_IsItemVisible", "contents": "reaper.ImGui_IsItemVisible(${1:ctx})"}, - {"trigger": "reaper.ImGui_IsKeyDown", "contents": "reaper.ImGui_IsKeyDown(${1:ctx}, ${2:key_code})"}, - {"trigger": "reaper.ImGui_IsKeyPressed", "contents": "reaper.ImGui_IsKeyPressed(${1:ctx}, ${2:key_code}, ${3:repeatIn})"}, - {"trigger": "reaper.ImGui_IsKeyReleased", "contents": "reaper.ImGui_IsKeyReleased(${1:ctx}, ${2:key_code})"}, + {"trigger": "reaper.ImGui_IsKeyDown", "contents": "reaper.ImGui_IsKeyDown(${1:ctx}, ${2:key})"}, + {"trigger": "reaper.ImGui_IsKeyPressed", "contents": "reaper.ImGui_IsKeyPressed(${1:ctx}, ${2:key}, ${3:repeatIn})"}, + {"trigger": "reaper.ImGui_IsKeyReleased", "contents": "reaper.ImGui_IsKeyReleased(${1:ctx}, ${2:key})"}, {"trigger": "reaper.ImGui_IsMouseClicked", "contents": "reaper.ImGui_IsMouseClicked(${1:ctx}, ${2:button}, ${3:repeatIn})"}, {"trigger": "reaper.ImGui_IsMouseDoubleClicked", "contents": "reaper.ImGui_IsMouseDoubleClicked(${1:ctx}, ${2:button})"}, {"trigger": "reaper.ImGui_IsMouseDown", "contents": "reaper.ImGui_IsMouseDown(${1:ctx}, ${2:button})"}, @@ -884,6 +911,115 @@ {"trigger": "reaper.ImGui_IsWindowDocked", "contents": "reaper.ImGui_IsWindowDocked(${1:ctx})"}, {"trigger": "reaper.ImGui_IsWindowFocused", "contents": "reaper.ImGui_IsWindowFocused(${1:ctx}, ${2:flagsIn})"}, {"trigger": "reaper.ImGui_IsWindowHovered", "contents": "reaper.ImGui_IsWindowHovered(${1:ctx}, ${2:flagsIn})"}, + {"trigger": "reaper.ImGui_Key_0", "contents": "reaper.ImGui_Key_0()"}, + {"trigger": "reaper.ImGui_Key_1", "contents": "reaper.ImGui_Key_1()"}, + {"trigger": "reaper.ImGui_Key_2", "contents": "reaper.ImGui_Key_2()"}, + {"trigger": "reaper.ImGui_Key_3", "contents": "reaper.ImGui_Key_3()"}, + {"trigger": "reaper.ImGui_Key_4", "contents": "reaper.ImGui_Key_4()"}, + {"trigger": "reaper.ImGui_Key_5", "contents": "reaper.ImGui_Key_5()"}, + {"trigger": "reaper.ImGui_Key_6", "contents": "reaper.ImGui_Key_6()"}, + {"trigger": "reaper.ImGui_Key_7", "contents": "reaper.ImGui_Key_7()"}, + {"trigger": "reaper.ImGui_Key_8", "contents": "reaper.ImGui_Key_8()"}, + {"trigger": "reaper.ImGui_Key_9", "contents": "reaper.ImGui_Key_9()"}, + {"trigger": "reaper.ImGui_Key_A", "contents": "reaper.ImGui_Key_A()"}, + {"trigger": "reaper.ImGui_Key_Apostrophe", "contents": "reaper.ImGui_Key_Apostrophe()"}, + {"trigger": "reaper.ImGui_Key_B", "contents": "reaper.ImGui_Key_B()"}, + {"trigger": "reaper.ImGui_Key_Backslash", "contents": "reaper.ImGui_Key_Backslash()"}, + {"trigger": "reaper.ImGui_Key_Backspace", "contents": "reaper.ImGui_Key_Backspace()"}, + {"trigger": "reaper.ImGui_Key_C", "contents": "reaper.ImGui_Key_C()"}, + {"trigger": "reaper.ImGui_Key_CapsLock", "contents": "reaper.ImGui_Key_CapsLock()"}, + {"trigger": "reaper.ImGui_Key_Comma", "contents": "reaper.ImGui_Key_Comma()"}, + {"trigger": "reaper.ImGui_Key_D", "contents": "reaper.ImGui_Key_D()"}, + {"trigger": "reaper.ImGui_Key_Delete", "contents": "reaper.ImGui_Key_Delete()"}, + {"trigger": "reaper.ImGui_Key_DownArrow", "contents": "reaper.ImGui_Key_DownArrow()"}, + {"trigger": "reaper.ImGui_Key_E", "contents": "reaper.ImGui_Key_E()"}, + {"trigger": "reaper.ImGui_Key_End", "contents": "reaper.ImGui_Key_End()"}, + {"trigger": "reaper.ImGui_Key_Enter", "contents": "reaper.ImGui_Key_Enter()"}, + {"trigger": "reaper.ImGui_Key_Equal", "contents": "reaper.ImGui_Key_Equal()"}, + {"trigger": "reaper.ImGui_Key_Escape", "contents": "reaper.ImGui_Key_Escape()"}, + {"trigger": "reaper.ImGui_Key_F", "contents": "reaper.ImGui_Key_F()"}, + {"trigger": "reaper.ImGui_Key_F1", "contents": "reaper.ImGui_Key_F1()"}, + {"trigger": "reaper.ImGui_Key_F10", "contents": "reaper.ImGui_Key_F10()"}, + {"trigger": "reaper.ImGui_Key_F11", "contents": "reaper.ImGui_Key_F11()"}, + {"trigger": "reaper.ImGui_Key_F12", "contents": "reaper.ImGui_Key_F12()"}, + {"trigger": "reaper.ImGui_Key_F2", "contents": "reaper.ImGui_Key_F2()"}, + {"trigger": "reaper.ImGui_Key_F3", "contents": "reaper.ImGui_Key_F3()"}, + {"trigger": "reaper.ImGui_Key_F4", "contents": "reaper.ImGui_Key_F4()"}, + {"trigger": "reaper.ImGui_Key_F5", "contents": "reaper.ImGui_Key_F5()"}, + {"trigger": "reaper.ImGui_Key_F6", "contents": "reaper.ImGui_Key_F6()"}, + {"trigger": "reaper.ImGui_Key_F7", "contents": "reaper.ImGui_Key_F7()"}, + {"trigger": "reaper.ImGui_Key_F8", "contents": "reaper.ImGui_Key_F8()"}, + {"trigger": "reaper.ImGui_Key_F9", "contents": "reaper.ImGui_Key_F9()"}, + {"trigger": "reaper.ImGui_Key_G", "contents": "reaper.ImGui_Key_G()"}, + {"trigger": "reaper.ImGui_Key_GraveAccent", "contents": "reaper.ImGui_Key_GraveAccent()"}, + {"trigger": "reaper.ImGui_Key_H", "contents": "reaper.ImGui_Key_H()"}, + {"trigger": "reaper.ImGui_Key_Home", "contents": "reaper.ImGui_Key_Home()"}, + {"trigger": "reaper.ImGui_Key_I", "contents": "reaper.ImGui_Key_I()"}, + {"trigger": "reaper.ImGui_Key_Insert", "contents": "reaper.ImGui_Key_Insert()"}, + {"trigger": "reaper.ImGui_Key_J", "contents": "reaper.ImGui_Key_J()"}, + {"trigger": "reaper.ImGui_Key_K", "contents": "reaper.ImGui_Key_K()"}, + {"trigger": "reaper.ImGui_Key_Keypad0", "contents": "reaper.ImGui_Key_Keypad0()"}, + {"trigger": "reaper.ImGui_Key_Keypad1", "contents": "reaper.ImGui_Key_Keypad1()"}, + {"trigger": "reaper.ImGui_Key_Keypad2", "contents": "reaper.ImGui_Key_Keypad2()"}, + {"trigger": "reaper.ImGui_Key_Keypad3", "contents": "reaper.ImGui_Key_Keypad3()"}, + {"trigger": "reaper.ImGui_Key_Keypad4", "contents": "reaper.ImGui_Key_Keypad4()"}, + {"trigger": "reaper.ImGui_Key_Keypad5", "contents": "reaper.ImGui_Key_Keypad5()"}, + {"trigger": "reaper.ImGui_Key_Keypad6", "contents": "reaper.ImGui_Key_Keypad6()"}, + {"trigger": "reaper.ImGui_Key_Keypad7", "contents": "reaper.ImGui_Key_Keypad7()"}, + {"trigger": "reaper.ImGui_Key_Keypad8", "contents": "reaper.ImGui_Key_Keypad8()"}, + {"trigger": "reaper.ImGui_Key_Keypad9", "contents": "reaper.ImGui_Key_Keypad9()"}, + {"trigger": "reaper.ImGui_Key_KeypadAdd", "contents": "reaper.ImGui_Key_KeypadAdd()"}, + {"trigger": "reaper.ImGui_Key_KeypadDecimal", "contents": "reaper.ImGui_Key_KeypadDecimal()"}, + {"trigger": "reaper.ImGui_Key_KeypadDivide", "contents": "reaper.ImGui_Key_KeypadDivide()"}, + {"trigger": "reaper.ImGui_Key_KeypadEnter", "contents": "reaper.ImGui_Key_KeypadEnter()"}, + {"trigger": "reaper.ImGui_Key_KeypadEqual", "contents": "reaper.ImGui_Key_KeypadEqual()"}, + {"trigger": "reaper.ImGui_Key_KeypadMultiply", "contents": "reaper.ImGui_Key_KeypadMultiply()"}, + {"trigger": "reaper.ImGui_Key_KeypadSubtract", "contents": "reaper.ImGui_Key_KeypadSubtract()"}, + {"trigger": "reaper.ImGui_Key_L", "contents": "reaper.ImGui_Key_L()"}, + {"trigger": "reaper.ImGui_Key_LeftAlt", "contents": "reaper.ImGui_Key_LeftAlt()"}, + {"trigger": "reaper.ImGui_Key_LeftArrow", "contents": "reaper.ImGui_Key_LeftArrow()"}, + {"trigger": "reaper.ImGui_Key_LeftBracket", "contents": "reaper.ImGui_Key_LeftBracket()"}, + {"trigger": "reaper.ImGui_Key_LeftCtrl", "contents": "reaper.ImGui_Key_LeftCtrl()"}, + {"trigger": "reaper.ImGui_Key_LeftShift", "contents": "reaper.ImGui_Key_LeftShift()"}, + {"trigger": "reaper.ImGui_Key_LeftSuper", "contents": "reaper.ImGui_Key_LeftSuper()"}, + {"trigger": "reaper.ImGui_Key_M", "contents": "reaper.ImGui_Key_M()"}, + {"trigger": "reaper.ImGui_Key_Menu", "contents": "reaper.ImGui_Key_Menu()"}, + {"trigger": "reaper.ImGui_Key_Minus", "contents": "reaper.ImGui_Key_Minus()"}, + {"trigger": "reaper.ImGui_Key_ModAlt", "contents": "reaper.ImGui_Key_ModAlt()"}, + {"trigger": "reaper.ImGui_Key_ModCtrl", "contents": "reaper.ImGui_Key_ModCtrl()"}, + {"trigger": "reaper.ImGui_Key_ModShift", "contents": "reaper.ImGui_Key_ModShift()"}, + {"trigger": "reaper.ImGui_Key_ModSuper", "contents": "reaper.ImGui_Key_ModSuper()"}, + {"trigger": "reaper.ImGui_Key_N", "contents": "reaper.ImGui_Key_N()"}, + {"trigger": "reaper.ImGui_Key_NumLock", "contents": "reaper.ImGui_Key_NumLock()"}, + {"trigger": "reaper.ImGui_Key_O", "contents": "reaper.ImGui_Key_O()"}, + {"trigger": "reaper.ImGui_Key_P", "contents": "reaper.ImGui_Key_P()"}, + {"trigger": "reaper.ImGui_Key_PageDown", "contents": "reaper.ImGui_Key_PageDown()"}, + {"trigger": "reaper.ImGui_Key_PageUp", "contents": "reaper.ImGui_Key_PageUp()"}, + {"trigger": "reaper.ImGui_Key_Pause", "contents": "reaper.ImGui_Key_Pause()"}, + {"trigger": "reaper.ImGui_Key_Period", "contents": "reaper.ImGui_Key_Period()"}, + {"trigger": "reaper.ImGui_Key_PrintScreen", "contents": "reaper.ImGui_Key_PrintScreen()"}, + {"trigger": "reaper.ImGui_Key_Q", "contents": "reaper.ImGui_Key_Q()"}, + {"trigger": "reaper.ImGui_Key_R", "contents": "reaper.ImGui_Key_R()"}, + {"trigger": "reaper.ImGui_Key_RightAlt", "contents": "reaper.ImGui_Key_RightAlt()"}, + {"trigger": "reaper.ImGui_Key_RightArrow", "contents": "reaper.ImGui_Key_RightArrow()"}, + {"trigger": "reaper.ImGui_Key_RightBracket", "contents": "reaper.ImGui_Key_RightBracket()"}, + {"trigger": "reaper.ImGui_Key_RightCtrl", "contents": "reaper.ImGui_Key_RightCtrl()"}, + {"trigger": "reaper.ImGui_Key_RightShift", "contents": "reaper.ImGui_Key_RightShift()"}, + {"trigger": "reaper.ImGui_Key_RightSuper", "contents": "reaper.ImGui_Key_RightSuper()"}, + {"trigger": "reaper.ImGui_Key_S", "contents": "reaper.ImGui_Key_S()"}, + {"trigger": "reaper.ImGui_Key_ScrollLock", "contents": "reaper.ImGui_Key_ScrollLock()"}, + {"trigger": "reaper.ImGui_Key_Semicolon", "contents": "reaper.ImGui_Key_Semicolon()"}, + {"trigger": "reaper.ImGui_Key_Slash", "contents": "reaper.ImGui_Key_Slash()"}, + {"trigger": "reaper.ImGui_Key_Space", "contents": "reaper.ImGui_Key_Space()"}, + {"trigger": "reaper.ImGui_Key_T", "contents": "reaper.ImGui_Key_T()"}, + {"trigger": "reaper.ImGui_Key_Tab", "contents": "reaper.ImGui_Key_Tab()"}, + {"trigger": "reaper.ImGui_Key_U", "contents": "reaper.ImGui_Key_U()"}, + {"trigger": "reaper.ImGui_Key_UpArrow", "contents": "reaper.ImGui_Key_UpArrow()"}, + {"trigger": "reaper.ImGui_Key_V", "contents": "reaper.ImGui_Key_V()"}, + {"trigger": "reaper.ImGui_Key_W", "contents": "reaper.ImGui_Key_W()"}, + {"trigger": "reaper.ImGui_Key_X", "contents": "reaper.ImGui_Key_X()"}, + {"trigger": "reaper.ImGui_Key_Y", "contents": "reaper.ImGui_Key_Y()"}, + {"trigger": "reaper.ImGui_Key_Z", "contents": "reaper.ImGui_Key_Z()"}, {"trigger": "reaper.ImGui_KeyModFlags_Alt", "contents": "reaper.ImGui_KeyModFlags_Alt()"}, {"trigger": "reaper.ImGui_KeyModFlags_Ctrl", "contents": "reaper.ImGui_KeyModFlags_Ctrl()"}, {"trigger": "reaper.ImGui_KeyModFlags_None", "contents": "reaper.ImGui_KeyModFlags_None()"}, @@ -1431,6 +1567,7 @@ {"trigger": "reaper.Main_OnCommandEx", "contents": "reaper.Main_OnCommandEx(${1:command}, ${2:flag}, ${3:proj})"}, {"trigger": "reaper.Main_openProject", "contents": "reaper.Main_openProject(${1:name})"}, {"trigger": "reaper.Main_SaveProject", "contents": "reaper.Main_SaveProject(${1:proj}, ${2:forceSaveAsIn})"}, + {"trigger": "reaper.Main_SaveProjectEx", "contents": "reaper.Main_SaveProjectEx(${1:proj}, ${2:filename}, ${3:options})"}, {"trigger": "reaper.Main_UpdateLoopInfo", "contents": "reaper.Main_UpdateLoopInfo(${1:ignoremask})"}, {"trigger": "reaper.MarkProjectDirty", "contents": "reaper.MarkProjectDirty(${1:proj})"}, {"trigger": "reaper.MarkTrackItemsDirty", "contents": "reaper.MarkTrackItemsDirty(${1:track}, ${2:item})"}, diff --git a/messages/update.txt b/messages/update.txt index 4337bde..de7aabe 100644 --- a/messages/update.txt +++ b/messages/update.txt @@ -11,9 +11,12 @@ http://www.paypal.me/ReaBreeder History: -------------------------------------- +##### v0.4.2 (April 02 2022) + * [Lua, EEL] Updated completions to match REAPER 6.53, js_ReaScriptAPI 1.301, ReaImGui 0.6.1, ReaPack 1.2.4 and SWS 2.13.0.0 + ##### v0.4.1 (February 22 2022) * [Lua, EEL] Updated completions to match REAPER 6.47, js_ReaScriptAPI 1.301, ReaImGui 0.5.10, ReaPack 1.2.3.1 and SWS 2.13.0.0 - + ##### v0.4.0 (December 22 2021) * [Lua, EEL] Updated completions to match REAPER 6.43, js_ReaScriptAPI 1.220, ReaImGui 0.5.8, ReaPack 1.2.3.1 and SWS 2.13.0.0 @@ -25,13 +28,13 @@ History: ##### v0.3.7 (May 24 2021) * [Lua, EEL] Updated completions to match REAPER 6.29, js_ReaScriptAPI 1.220, ReaImGui 0.4, ReaPack 1.2.3.1 and SWS 2.12.1.3 - + ##### v0.3.5 (April 20 2021) * [Lua] Removed three completions that were messing with the Sublime Text's auto-complete (Fixes #6): * reaper.ImGui_TableFlags_NoHostExtendX() * reaper.ImGui_TableFlags_NoHostExtendY() * reaper.ImGui_GetTextLineHeightWithSpacing(ImGui_Context ctx) - + ##### v0.3.4 (April 16 2021) * [EEL] Added completions support for extension API (REAPER 6.24 introduced new syntax for extension API functions without using extension_api) * [EEL] Added completions back (due to recent changes in REAPER, auto-build script wasn't exporting EEL completions) @@ -40,7 +43,7 @@ History: ##### v0.3.3 (March 30 2021) * [Lua, EEL] Updated completions to match REAPER 6.26, SWS 2.12.1.3, ReaPack 1.2.3.1 and js_ReaScriptAPI 1.220 - + ##### v0.3.2 (March 07 2021) * [Lua, EEL] Updated completions to match REAPER 6.25, SWS 2.12.1.3, ReaPack 1.2.3.1 and js_ReaScriptAPI 1.220