Skip to content

Commit

Permalink
fix + refactor debugMode
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Jan 4, 2025
1 parent 09a9ecf commit 004d2ca
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
preferences
debugMode: aBoolean

DebugMode := aBoolean


Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
preferences
DebugMode
debugMode

<slpreference: 'Debug Mode'
categoryList: #(SwaLint)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ install

self unload; initialize.
self initializePreferences.
self debugMode: self DebugMode.
self registerPlugIn: SLPlugIn.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"class" : {
"ColorizeResults" : "ct 12/13/2024 04:44",
"ColorizeResults:" : "MT 7/23/2014 21:40",
"DebugMode" : "ct 12/19/2024 03:39",
"DebugMode:" : "MT 7/23/2014 21:40",
"MarkLongRuntimeTests" : "ct 12/13/2024 04:45",
"MarkLongRuntimeTests:" : "MT 7/23/2014 21:40",
"OrderByTests" : "ct 12/13/2024 04:45",
Expand All @@ -25,8 +23,8 @@
"createSARFile" : "LS 7/13/2018 12:06",
"debug" : "NH 7/15/2015 22:10",
"debugCr" : "NH 7/15/2015 22:10",
"debugMode" : "NH 7/15/2015 22:10",
"debugMode:" : "NH 7/15/2015 22:11",
"debugMode" : "ct 12/20/2024 00:30",
"debugMode:" : "ct 12/20/2024 00:30",
"debugOut:" : "NH 7/15/2015 22:11",
"defaultFeedbackText" : "ct 8/27/2023 22:35",
"defaultSelfUpdateBranch" : "ct 8/27/2023 20:17",
Expand All @@ -39,7 +37,7 @@
"ifColorizeResult:" : "ct 12/13/2024 05:23",
"initialize" : "ct 12/20/2024 00:03",
"initializePreferences" : "ct 12/13/2024 04:03",
"install" : "ct 12/20/2024 00:03",
"install" : "ct 12/20/2024 00:30",
"latestTimeStamp" : "ct 12/19/2024 23:16",
"menuCommandOn:" : "BD 7/13/2018 11:37",
"metacello" : "ct 12/20/2024 05:21",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"classinstvars" : [
"tests",
"categories",
"debug",
"icon",
"classesIgnoringRules" ],
"classvars" : [
Expand Down

0 comments on commit 004d2ca

Please sign in to comment.