예제 #1
0
	def FinalizeViewCreation(self, view):
		EditorDocumentBase.FinalizeViewCreation(self, view)
		if view==self.GetFirstView():
			self.GetDocTemplate().CheckIDLEMenus(view.idle)
예제 #2
0
	def HookViewNotifications(self, view):
		EditorDocumentBase.HookViewNotifications(self, view)
		view.SCISetUndoCollection(1)