Introduce View objects context property

Used to determine if an instance of the given class should
be closed or not when a project session is terminated.
This commit is contained in:
Francesco Abbate
2021-08-27 23:55:17 +02:00
parent 9592ce85f5
commit d46475532f
6 changed files with 10 additions and 4 deletions
+2
View File
@@ -15,6 +15,8 @@ end
local CommandView = DocView:extend()
CommandView.context = "application"
local max_suggestions = 10
local noop = function() end