deprecated isMoveable and setMoveable #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "samkist-deprecate-isMoveable-and-setMoveable"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I deprecated isMoveable and setMoveable in favor of isMovable and setMovable as the original ones are spelled incorrectly, and it could lead to mistakes in code
@@ -84,3 +85,4 @@barTextcolor = colors.black,barText = "New Frame",barTextAlign = "left",isMovable = false,added isMovable variable
@@ -78,12 +78,15 @@ local function Frame(name, parent)return falseend---@class Frameadded
@classannotation to frame object for emmy lua based language server users e.g., sumneko, IntelliJ Emmy Lua@@ -85,2 +86,4 @@barText = "New Frame",barTextAlign = "left",isMovable = false,---@deprecated deprecated in favor of Frame#isMovableadded
@deprecatednotice for emmy lua users, provides helpful comments when typing the function@@ -158,4 +168,3 @@showBar = function(self, showIt)self.barActive = showIt or not self.barActiveself:setVisualChanged()added new
setMovableglobal function assignment