Deploying to gh-pages from @ cappuccino/cappuccino@d88f2ef7c0 🚀

This commit is contained in:
daboe01
2026-06-13 13:47:19 +00:00
parent 41f5a89604
commit 2ad41b2d02
3 changed files with 164 additions and 150 deletions
@@ -72694,7 +72694,7 @@ var meta_class = the_class.isa;class_addMethods(the_class, [new objj_method(sel_
,["void"])]);
}
p;12;CPTextView.jt;225626;@STATIC;1.0;i;8;CPText.ji;14;CPPasteboard.ji;14;CPColorPanel.ji;15;CPFontManager.ji;15;CPTextStorage.ji;17;CPTextContainer.ji;17;CPLayoutManager.ji;18;CPParagraphStyle.ji;14;_CPRTFParser.ji;16;_CPRTFProducer.jt;225408;objj_executeFile("CPText.j", YES);objj_executeFile("CPPasteboard.j", YES);objj_executeFile("CPColorPanel.j", YES);objj_executeFile("CPFontManager.j", YES);objj_executeFile("CPTextStorage.j", YES);objj_executeFile("CPTextContainer.j", YES);objj_executeFile("CPLayoutManager.j", YES);objj_executeFile("CPParagraphStyle.j", YES);objj_executeFile("_CPRTFParser.j", YES);objj_executeFile("_CPRTFProducer.j", YES);;
p;12;CPTextView.jt;225939;@STATIC;1.0;i;8;CPText.ji;14;CPPasteboard.ji;14;CPColorPanel.ji;15;CPFontManager.ji;15;CPTextStorage.ji;17;CPTextContainer.ji;17;CPLayoutManager.ji;18;CPParagraphStyle.ji;14;_CPRTFParser.ji;16;_CPRTFProducer.jt;225721;objj_executeFile("CPText.j", YES);objj_executeFile("CPPasteboard.j", YES);objj_executeFile("CPColorPanel.j", YES);objj_executeFile("CPFontManager.j", YES);objj_executeFile("CPTextStorage.j", YES);objj_executeFile("CPTextContainer.j", YES);objj_executeFile("CPLayoutManager.j", YES);objj_executeFile("CPParagraphStyle.j", YES);objj_executeFile("_CPRTFParser.j", YES);objj_executeFile("_CPRTFProducer.j", YES);;
;
;
;
@@ -74465,8 +74465,15 @@ class_addMethods(the_class, [new objj_method(sel_getUid("allowsUndo"), function
(self.isa.method_msgSend["setFrameSize:"] || _objj_forward)(self, "setFrameSize:", (self.isa.method_msgSend["frameSize"] || _objj_forward)(self, "frameSize"));
}
,["void"]), new objj_method(sel_getUid("setFrameSize:"), function $CPTextView__setFrameSize_(self, _cmd, aSize)
,["void"]), new objj_method(sel_getUid("setBoundsSize:"), function $CPTextView__setBoundsSize_(self, _cmd, aSize)
{
self._exposedRect = nil;
(objj_getClass("CPTextView").super_class.method_dtable["setBoundsSize:"] || _objj_forward)(self, "setBoundsSize:", aSize);
}
,["void","CGSize"]), new objj_method(sel_getUid("setFrameSize:"), function $CPTextView__setFrameSize_(self, _cmd, aSize)
{
self._exposedRect = nil;
var desiredSize = CGSizeCreateCopy(aSize);
if (self._isHorizontallyResizable || self._isVerticallyResizable)
{
@@ -70528,7 +70528,7 @@ var meta_class = the_class.isa;class_addMethods(the_class, [new objj_method(sel_
,["void"])]);
}
p;12;CPTextView.jt;211031;@STATIC;1.0;i;8;CPText.ji;14;CPPasteboard.ji;14;CPColorPanel.ji;15;CPFontManager.ji;15;CPTextStorage.ji;17;CPTextContainer.ji;17;CPLayoutManager.ji;18;CPParagraphStyle.ji;14;_CPRTFParser.ji;16;_CPRTFProducer.jt;210813;objj_executeFile("CPText.j", YES);objj_executeFile("CPPasteboard.j", YES);objj_executeFile("CPColorPanel.j", YES);objj_executeFile("CPFontManager.j", YES);objj_executeFile("CPTextStorage.j", YES);objj_executeFile("CPTextContainer.j", YES);objj_executeFile("CPLayoutManager.j", YES);objj_executeFile("CPParagraphStyle.j", YES);objj_executeFile("_CPRTFParser.j", YES);objj_executeFile("_CPRTFProducer.j", YES);;
p;12;CPTextView.jt;211344;@STATIC;1.0;i;8;CPText.ji;14;CPPasteboard.ji;14;CPColorPanel.ji;15;CPFontManager.ji;15;CPTextStorage.ji;17;CPTextContainer.ji;17;CPLayoutManager.ji;18;CPParagraphStyle.ji;14;_CPRTFParser.ji;16;_CPRTFProducer.jt;211126;objj_executeFile("CPText.j", YES);objj_executeFile("CPPasteboard.j", YES);objj_executeFile("CPColorPanel.j", YES);objj_executeFile("CPFontManager.j", YES);objj_executeFile("CPTextStorage.j", YES);objj_executeFile("CPTextContainer.j", YES);objj_executeFile("CPLayoutManager.j", YES);objj_executeFile("CPParagraphStyle.j", YES);objj_executeFile("_CPRTFParser.j", YES);objj_executeFile("_CPRTFProducer.j", YES);;
;
;
;
@@ -72256,8 +72256,15 @@ class_addMethods(the_class, [new objj_method(sel_getUid("allowsUndo"), function
(self.isa.method_msgSend["setFrameSize:"] || _objj_forward)(self, "setFrameSize:", (self.isa.method_msgSend["frameSize"] || _objj_forward)(self, "frameSize"));
}
,["void"]), new objj_method(sel_getUid("setFrameSize:"), function $CPTextView__setFrameSize_(self, _cmd, aSize)
,["void"]), new objj_method(sel_getUid("setBoundsSize:"), function $CPTextView__setBoundsSize_(self, _cmd, aSize)
{
self._exposedRect = nil;
(objj_getClass("CPTextView").super_class.method_dtable["setBoundsSize:"] || _objj_forward)(self, "setBoundsSize:", aSize);
}
,["void","CGSize"]), new objj_method(sel_getUid("setFrameSize:"), function $CPTextView__setFrameSize_(self, _cmd, aSize)
{
self._exposedRect = nil;
var desiredSize = CGSizeCreateCopy(aSize);
if (self._isHorizontallyResizable || self._isVerticallyResizable)
{
+146 -146
View File
@@ -1,146 +1,146 @@
1780674955741|ArrayController1|
1780674955755|ArrayControllerInitialSelectionTest|
1780674955768|ArrayControllerRemovingFirstTest|
1780674955780|AttachedSheet|
1780674955793|AttachedSheet2|
1780674955806|Bindings|
1780674955819|CGCanvasContext|
1780674955831|CGPath|
1780674955844|CPAlertTest|
1780674955857|CPAnimatablePropertyContainerTest|
1780674955870|CPAnimationContextTest|
1780674955883|CPAnimationTest|
1780674955896|CPBinder-echo-bug|
1780674955908|CPBoxCibTest|
1780674955921|CPBoxTest|
1780674955933|CPBrowserTest|
1780674955947|CPButtonBarTest|
1780674955959|CPButtonKeyEquivalentDefaultTest|
1780674955972|CPButtonTest|
1780674955984|CPByteCountFormatter|
1780674955997|CPCollectionViewNibTest|
1780674956009|CPColor-CPImage-description|
1780674956022|CPColorWellBindings|
1780674956034|CPComboBoxTest|
1780674956047|CPControlPerformClickExceptionTest|
1780674956059|CPControlSize|
1780674956072|CPCursor|
1780674956085|CPDateFormatterTest|
1780674956098|CPDatePickerTest|
1780674956110|CPDictionaryControllerTest|
1780674956123|CPDocumentControllerTest|
1780674956136|CPFormatterTest|
1780674956148|CPGraphicsTest|
1780674956161|CPImageAndTextViewImageScaling|
1780674956174|CPImageViewAlignmentScaling|
1780674956186|CPImageViewTest|
1780674956199|CPImageViewbindingsTest|
1780674956211|CPLevelIndicator|
1780674956224|CPLocalizationTest|
1780674956237|CPLogTest|
1780674956250|CPMenuCALayerTest|
1780674956262|CPMenuEnabledBindingsTest|
1780674956275|CPMenuKeyEquivalents|
1780674956288|CPMenuRemoveAllTest|
1780674956300|CPMenuSubmenuPlacementConstraints|
1780674956313|CPMenuTest|
1780674956326|CPOutlineViewCibTest|
1780674956339|CPOutlineViewTest|
1780674956352|CPOutlineViewViewBasedCibTest|
1780674956364|CPPanelTest|
1780674956377|CPPlatformWindow|
1780674956390|CPPlattformWindowMinSize|
1780674956402|CPPopUpButtonBindings|
1780674956415|CPPopUpButtonTest|
1780674956428|CPPopover|
1780674956441|CPPredicateEditorCibTest|
1780674956453|CPProgressIndicator|
1780674956466|CPPropertyListSerializationTest|
1780674956480|CPRadioBindings|
1780674956492|CPRuleEditorCibTest|
1780674956505|CPRuleEditorTestI8N|
1780674956518|CPScrollView|
1780674956531|CPScrollView2|
1780674956543|CPSearchField|
1780674956556|CPSearchFieldPredicateBinding|
1780674956569|CPSegmentedControlBindings|
1780674956582|CPSegmentedControlTest|
1780674956595|CPSoundTest|
1780674956607|CPSplitViewDivider|
1780674956620|CPSplitViewTest|
1780674956633|CPStackViewTest|
1780674956645|CPStepperBindings|
1780674956658|CPStepperNibTest|
1780674956671|CPTabView2|
1780674956683|CPTabViewBindings|
1780674956696|CPTabViewNib|
1780674956709|CPTableViewGroupRows|
1780674956721|CPTextField|
1780674956734|CPTextFieldEditingStyleTest|
1780674956747|CPTextFieldHeightTest|
1780674956760|CPTextFieldMovementsTest|
1780674956772|CPTextFieldMultiline|
1780674956785|CPTextView|
1780674956798|CPTextViewCibTest|
1780674956811|CPTextViewDelegateAndNotifications|
1780674956824|CPTimeZone|
1780674956836|CPTokenFieldTest|
1780674956849|CPToolTip|
1780674956862|CPToolbarTest|
1780674956874|CPTreeControllerTest|
1780674956887|CPURLConnectionAsyncTest|
1780674956900|CPURLConnectionSynchronousTest|
1780674956913|CPUserDefaults|
1780674956925|CPUserDefaultsControllerTest|
1780674956938|CPUserNotificationTest|
1780674956951|CPViewController|
1780674956963|CPVisualEffectViewTest|
1780674956976|CPWebViewTest|
1780674956989|CPWebViewTest2|
1780674957002|CPWindowLiveResizeTest|
1780674957014|CPWindowMovableTest|
1780674957027|CPWindowResizeStyle|
1780674957039|ChildWindows|
1780674957052|CompilationTests|
1780674957065|ContinuouslyUpdatesValueBinding|
1780674957077|CopyAndPaste|
1780674957090|CrossOriginTest|
1780674957103|FF4096Test|
1780674957116|FontEnhancementTest|
1780674957128|FontMetricsExplorer|
1780674957141|KeyEquivalents|
1780674957153|KeyViewLoopTest|
1780674957166|KeyWindowInTheBackgroundActivation|
1780674957178|LayoutTest|
1780674957191|LoadTimeTest|
1780674957204|LongBindings|
1780674957216|MobileTest|
1780674957229|MultipleValueBindings|
1780674957242|NSBoxTest|
1780674957254|NSBrowserTest|
1780674957267|NewTextFieldBezel|
1780674957279|Nib2CibAlignment|
1780674957292|Nib2CibBaselineAlignementTest|
1780674957305|Nib2CibSubviewsOrderTest|
1780674957317|NibAppRemixed|
1780674957330|PatternFillTest|
1780674957342|PlatformWindows|
1780674957355|PopUpButtonEscTest|
1780674957367|ScalingTest|
1780674957380|ScalingTest2|
1780674957392|ScrollviewTheming|
1780674957405|SheetWindowOrderFrontIssue|
1780674957418|SimpleBindings2|
1780674957430|SmartFoldersDemo|
1780674957443|TableTest|
1780674957456|ThemeBrowser|
1780674957469|ThemeKitchenSink|
1780674957482|TrackingArea|
1780674957494|UndoRedoWithMenuUpdate|
1780674957507|UserlandNSTest|
1780674957520|layoutEphemeralSubviewTest|
1780674957532|loadDynamicFrameworks|
1780674957545|performKeyEquivalentTest|
1780674957558|predicateWithFormat|
1780674957570|resignFirstResponder-CPControlTextDidEndEditing|
1780674957583|sizeToFitFix|
1781358435012|ArrayController1|
1781358435026|ArrayControllerInitialSelectionTest|
1781358435040|ArrayControllerRemovingFirstTest|
1781358435053|AttachedSheet|
1781358435067|AttachedSheet2|
1781358435081|Bindings|
1781358435095|CGCanvasContext|
1781358435108|CGPath|
1781358435122|CPAlertTest|
1781358435135|CPAnimatablePropertyContainerTest|
1781358435149|CPAnimationContextTest|
1781358435163|CPAnimationTest|
1781358435176|CPBinder-echo-bug|
1781358435190|CPBoxCibTest|
1781358435204|CPBoxTest|
1781358435218|CPBrowserTest|
1781358435231|CPButtonBarTest|
1781358435246|CPButtonKeyEquivalentDefaultTest|
1781358435259|CPButtonTest|
1781358435273|CPByteCountFormatter|
1781358435287|CPCollectionViewNibTest|
1781358435301|CPColor-CPImage-description|
1781358435315|CPColorWellBindings|
1781358435329|CPComboBoxTest|
1781358435343|CPControlPerformClickExceptionTest|
1781358435356|CPControlSize|
1781358435370|CPCursor|
1781358435384|CPDateFormatterTest|
1781358435398|CPDatePickerTest|
1781358435411|CPDictionaryControllerTest|
1781358435425|CPDocumentControllerTest|
1781358435438|CPFormatterTest|
1781358435452|CPGraphicsTest|
1781358435466|CPImageAndTextViewImageScaling|
1781358435479|CPImageViewAlignmentScaling|
1781358435493|CPImageViewTest|
1781358435507|CPImageViewbindingsTest|
1781358435520|CPLevelIndicator|
1781358435534|CPLocalizationTest|
1781358435547|CPLogTest|
1781358435561|CPMenuCALayerTest|
1781358435575|CPMenuEnabledBindingsTest|
1781358435589|CPMenuKeyEquivalents|
1781358435602|CPMenuRemoveAllTest|
1781358435616|CPMenuSubmenuPlacementConstraints|
1781358435629|CPMenuTest|
1781358435643|CPOutlineViewCibTest|
1781358435657|CPOutlineViewTest|
1781358435670|CPOutlineViewViewBasedCibTest|
1781358435684|CPPanelTest|
1781358435698|CPPlatformWindow|
1781358435711|CPPlattformWindowMinSize|
1781358435725|CPPopUpButtonBindings|
1781358435739|CPPopUpButtonTest|
1781358435752|CPPopover|
1781358435766|CPPredicateEditorCibTest|
1781358435780|CPProgressIndicator|
1781358435793|CPPropertyListSerializationTest|
1781358435807|CPRadioBindings|
1781358435821|CPRuleEditorCibTest|
1781358435834|CPRuleEditorTestI8N|
1781358435848|CPScrollView|
1781358435862|CPScrollView2|
1781358435875|CPSearchField|
1781358435889|CPSearchFieldPredicateBinding|
1781358435903|CPSegmentedControlBindings|
1781358435916|CPSegmentedControlTest|
1781358435930|CPSoundTest|
1781358435943|CPSplitViewDivider|
1781358435957|CPSplitViewTest|
1781358435971|CPStackViewTest|
1781358435984|CPStepperBindings|
1781358435998|CPStepperNibTest|
1781358436012|CPTabView2|
1781358436025|CPTabViewBindings|
1781358436039|CPTabViewNib|
1781358436053|CPTableViewGroupRows|
1781358436066|CPTextField|
1781358436080|CPTextFieldEditingStyleTest|
1781358436094|CPTextFieldHeightTest|
1781358436107|CPTextFieldMovementsTest|
1781358436121|CPTextFieldMultiline|
1781358436135|CPTextView|
1781358436148|CPTextViewCibTest|
1781358436162|CPTextViewDelegateAndNotifications|
1781358436176|CPTimeZone|
1781358436189|CPTokenFieldTest|
1781358436203|CPToolTip|
1781358436217|CPToolbarTest|
1781358436230|CPTreeControllerTest|
1781358436244|CPURLConnectionAsyncTest|
1781358436258|CPURLConnectionSynchronousTest|
1781358436271|CPUserDefaults|
1781358436285|CPUserDefaultsControllerTest|
1781358436299|CPUserNotificationTest|
1781358436312|CPViewController|
1781358436326|CPVisualEffectViewTest|
1781358436340|CPWebViewTest|
1781358436353|CPWebViewTest2|
1781358436367|CPWindowLiveResizeTest|
1781358436381|CPWindowMovableTest|
1781358436394|CPWindowResizeStyle|
1781358436408|ChildWindows|
1781358436422|CompilationTests|
1781358436435|ContinuouslyUpdatesValueBinding|
1781358436449|CopyAndPaste|
1781358436463|CrossOriginTest|
1781358436476|FF4096Test|
1781358436490|FontEnhancementTest|
1781358436504|FontMetricsExplorer|
1781358436517|KeyEquivalents|
1781358436531|KeyViewLoopTest|
1781358436544|KeyWindowInTheBackgroundActivation|
1781358436558|LayoutTest|
1781358436572|LoadTimeTest|
1781358436585|LongBindings|
1781358436599|MobileTest|
1781358436613|MultipleValueBindings|
1781358436626|NSBoxTest|
1781358436640|NSBrowserTest|
1781358436654|NewTextFieldBezel|
1781358436667|Nib2CibAlignment|
1781358436681|Nib2CibBaselineAlignementTest|
1781358436695|Nib2CibSubviewsOrderTest|
1781358436708|NibAppRemixed|
1781358436722|PatternFillTest|
1781358436736|PlatformWindows|
1781358436750|PopUpButtonEscTest|
1781358436764|ScalingTest|
1781358436778|ScalingTest2|
1781358436791|ScrollviewTheming|
1781358436805|SheetWindowOrderFrontIssue|
1781358436819|SimpleBindings2|
1781358436833|SmartFoldersDemo|
1781358436846|TableTest|
1781358436860|ThemeBrowser|
1781358436873|ThemeKitchenSink|
1781358436887|TrackingArea|
1781358436901|UndoRedoWithMenuUpdate|
1781358436914|UserlandNSTest|
1781358436928|layoutEphemeralSubviewTest|
1781358436942|loadDynamicFrameworks|
1781358436955|performKeyEquivalentTest|
1781358436969|predicateWithFormat|
1781358436983|resignFirstResponder-CPControlTextDidEndEditing|
1781358436996|sizeToFitFix|