mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
Corrected minor problem with palette.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21132 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
42aeea536e
commit
3b0820f7e3
5 changed files with 8 additions and 75 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2005-04-20 06:27 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
|
* Palettes/2Controls/ControlsPalette.gorm: Corrected minor
|
||||||
|
problem with switch and radio buttons in the controls palette.
|
||||||
|
* TODO: Updated completed item.
|
||||||
|
|
||||||
2005-04-17 20:46 Gregory John Casamento <greg_casamento@yahoo.com>
|
2005-04-17 20:46 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
* GormCore/GormCustomClassInspector.m: In _replaceCellClassForObject:
|
* GormCore/GormCustomClassInspector.m: In _replaceCellClassForObject:
|
||||||
|
|
|
@ -7,80 +7,6 @@
|
||||||
);
|
);
|
||||||
Super = IBPalette;
|
Super = IBPalette;
|
||||||
};
|
};
|
||||||
FirstResponder = {
|
|
||||||
Actions = (
|
|
||||||
"alignCenter:",
|
|
||||||
"alignLeft:",
|
|
||||||
"arrangeInFront:",
|
|
||||||
"capitalizeWord:",
|
|
||||||
"checkSpelling:",
|
|
||||||
"complete:",
|
|
||||||
"copyFont:",
|
|
||||||
"cut:",
|
|
||||||
"deleteBackward:",
|
|
||||||
"deleteToBeginningOfLine:",
|
|
||||||
"deleteToEndOfLine:",
|
|
||||||
"deleteToMark:",
|
|
||||||
"deleteWordForward:",
|
|
||||||
"deselectAll:",
|
|
||||||
"hide:",
|
|
||||||
"indent:",
|
|
||||||
"lowerBaseline:",
|
|
||||||
"makeKeyAndOrderFront:",
|
|
||||||
"miniaturizeAll:",
|
|
||||||
"moveBackwardAndModifySelection:",
|
|
||||||
"moveDownAndModifySelection:",
|
|
||||||
"moveForwardAndModifySelection:",
|
|
||||||
"moveRight:",
|
|
||||||
"moveToBeginningOfLine:",
|
|
||||||
"moveToEndOfDocument:",
|
|
||||||
"moveToEndOfParagraph:",
|
|
||||||
"moveUpAndModifySelection:",
|
|
||||||
"moveWordBackwardAndModifySelection:",
|
|
||||||
"moveWordForwardAndModifySelection:",
|
|
||||||
"ok:",
|
|
||||||
"openDocument:",
|
|
||||||
"orderFront:",
|
|
||||||
"orderFrontDataLinkPanel:",
|
|
||||||
"orderFrontStandardAboutPanel:",
|
|
||||||
"orderOut:",
|
|
||||||
"pageUp:",
|
|
||||||
"pasteAsPlainText:",
|
|
||||||
"pasteFont:",
|
|
||||||
"performClose:",
|
|
||||||
"performZoom:",
|
|
||||||
"raiseBaseline:",
|
|
||||||
"revertDocumentToSaved:",
|
|
||||||
"runToolbarCustomizationPalette:",
|
|
||||||
"saveDocument:",
|
|
||||||
"saveDocumentTo:",
|
|
||||||
"scrollLineUp:",
|
|
||||||
"scrollPageUp:",
|
|
||||||
"selectAll:",
|
|
||||||
"selectNextKeyView:",
|
|
||||||
"selectPreviousKeyView:",
|
|
||||||
"selectToMark:",
|
|
||||||
"showContextHelp:",
|
|
||||||
"showHelp:",
|
|
||||||
"stop:",
|
|
||||||
"superscript:",
|
|
||||||
"takeDoubleValueFrom:",
|
|
||||||
"takeIntValueFrom:",
|
|
||||||
"takeStringValueFrom:",
|
|
||||||
"tightenKerning:",
|
|
||||||
"toggleContinuousSpellChecking:",
|
|
||||||
"toggleToolbarShown:",
|
|
||||||
"transpose:",
|
|
||||||
"turnOffKerning:",
|
|
||||||
"underline:",
|
|
||||||
"unhide:",
|
|
||||||
"unscript:",
|
|
||||||
"useAllLigatures:",
|
|
||||||
"useStandardLigatures:",
|
|
||||||
"zoom:"
|
|
||||||
);
|
|
||||||
Super = NSObject;
|
|
||||||
};
|
|
||||||
GormNSPopUpButton = {
|
GormNSPopUpButton = {
|
||||||
Actions = (
|
Actions = (
|
||||||
);
|
);
|
||||||
|
|
Binary file not shown.
Binary file not shown.
3
TODO
3
TODO
|
@ -13,7 +13,8 @@ table which seem intersting:
|
||||||
* Add a way for the user to edit the spacing used by the guidelines. Also
|
* Add a way for the user to edit the spacing used by the guidelines. Also
|
||||||
make it so that we can save the settings and retrieve them from
|
make it so that we can save the settings and retrieve them from
|
||||||
external files so that users can distribute thier own preferred
|
external files so that users can distribute thier own preferred
|
||||||
spacing for different frameworks.
|
spacing for different frameworks. (Done, added a way to do this. Sets
|
||||||
|
a preference with the value.)
|
||||||
|
|
||||||
* Add an autosave feature to Gorm which will save the document at
|
* Add an autosave feature to Gorm which will save the document at
|
||||||
regular intervals.
|
regular intervals.
|
||||||
|
|
Loading…
Reference in a new issue