myspace / CommonLua /Ged /XTemplates /GedFolderCrashes.lua
sirnii's picture
Upload 1816 files
b6a38d7 verified
raw
history blame
1.68 kB
-- ========== GENERATED BY XTemplate Editor (Alt-F3) DO NOT EDIT MANUALLY! ==========
PlaceObj('XTemplate', {
group = "GedApps",
id = "GedFolderCrashes",
save_in = "Ged",
PlaceObj('XTemplateWindow', {
'__class', "GedApp",
'Title', "Folder Crashes",
'AppId', "Folder Crashes",
}, {
PlaceObj('XTemplateWindow', {
'__context', function (parent, context) return "root" end,
'__class', "GedListPanel",
'Id', "idFolders",
'Title', "Folders",
'Format', "<EditorView>",
'SelectionBind', "SelectedFolder",
}),
PlaceObj('XTemplateWindow', {
'__class', "XPanelSizer",
}),
PlaceObj('XTemplateWindow', nil, {
PlaceObj('XTemplateWindow', {
'__context', function (parent, context) return "SelectedFolder" end,
'__class', "GedListPanel",
'Id', "idCrashes",
'Title', "Crashes",
'Format', "<EditorView>",
'SelectionBind', "SelectedObject",
'OnDoubleClick', function (self, item_idx)
self.connection:Send("rfnRunGlobal", "GedFolderCrashesRun", self.context, item_idx)
end,
}),
PlaceObj('XTemplateWindow', {
'__context', function (parent, context) return "SelectedFolder" end,
'__class', "GedPropPanel",
'Dock', "bottom",
'Title', "Props",
'EnableSearch', false,
'DisplayWarnings', false,
'EnableUndo', false,
'EnableCollapseDefault', false,
'EnableShowInternalNames', false,
'EnableCollapseCategories', false,
'HideFirstCategory', true,
}),
}),
PlaceObj('XTemplateWindow', {
'__class', "XPanelSizer",
}),
PlaceObj('XTemplateWindow', {
'__context', function (parent, context) return "SelectedObject" end,
'__class', "GedPropPanel",
}),
}),
})