Added document GetFileExit method (#166).

This commit is contained in:
Paul Kulchenko
2014-07-17 09:22:26 -07:00
parent c9ac9ca23f
commit fe92bf89e5

View File

@@ -4,6 +4,7 @@
ide.proto.Document = {__index = {
GetFileName = function(self) return self.fileName end,
GetFilePath = function(self) return self.filePath end,
GetFileExt = function(self) return GetFileExt(self.fileName) end,
GetModTime = function(self) return self.modTime end,
GetEditor = function(self) return self.editor end,
GetTabIndex = function(self) return self.index end,