Add switches to Gorm's text view inspector to control use of an undo

manager and the find panel, respectively.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@31369 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Wolfgang Lux 2010-09-17 20:41:36 +00:00
parent a7ba28644f
commit e75bdaf6ef
4 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2010-09-17 Wolfgang Lux <wolfgang.lux@gmail.com>
* Palettes/4Data/GormNSTextViewInspector.gorm: Add switches to the
text view inspector to control use of an undo manager and the find
panel, respectively.
2010-09-17 Wolfgang Lux <wolfgang.lux@gmail.com>
* Palettes/2Controls/GormButtonEditor.m (-mouseDown): Fix bug

View file

@ -10,7 +10,9 @@
editableButton,
multipleFontsButton,
graphicsButton,
selectableButton
selectableButton,
findPanelButton,
undoButton
);
Super = IBInspector;
};