Anonymous | Login | 02-27-2021 21:28 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0003908 | [Squeak] Browser | minor | always | 06-27-06 15:59 | 07-13-06 15:58 | ||||
Reporter | dpollet | View Status | public | ||||||
Assigned To | |||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.9 | ||||||
Summary | 0003908: typos in pretty-printing code | ||||||||
Description |
in 7035 with AST 57 loaded... these were working but not in the intended way... see the FIX comments Behavior>> formatterClass ^Preferences useRBASTForPrettyPrint "FIX: added AST, since this is the preference name" ifFalse: [ self compilerClass ] ifTrue: [ RBParser ] Behavior>> prettyPrinterClass ^Preferences useRBASTForPrettyPrint "FIX: idem" ifFalse: [ self compilerClass ] ifTrue: [ RBParser ] ParagraphEditor>> prettyPrint: decorated "Reformat the contents of the receiver's view (a Browser)." | selectedClass newText | model selectedMessageCategoryName ifNil: [^ view flash]. selectedClass := model selectedClassOrMetaClass. newText := selectedClass prettyPrinterClass "FIX: new removed here, since the following method is defined on the class side" format: self text in: selectedClass notifying: self decorated: decorated. newText ifNotNil: [self deselect; selectInvisiblyFrom: 1 to: paragraph text size. self replaceSelectionWith: (newText asText makeSelectorBoldIn: selectedClass). self selectAt: 1] |
||||||||
Additional Information | this is my 1st report here... I tried to file out the changes but those of Behavior don't go in the .cs file... strange | ||||||||
Attached Files | |||||||||
|
![]() |
|
(0005841 - 69 - 81 - 81 - 81 - 81 - 81) MarcusDenker 07-13-06 15:58 |
RB fixes are in AST-md.69 (SqueakSource) Image fix will be in 7042 |
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
35 total queries executed. 30 unique queries executed. |