Skip to content

Commit

Permalink
Fix class comments not getting deleted
Browse files Browse the repository at this point in the history
Fixes #2.
  • Loading branch information
MariusDoe committed Nov 12, 2024
1 parent 8ae6dc3 commit e6792c2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*GitS-Core-installing-override
load
self createClass ifNotNil:
[:class |
class class instanceVariableNames: self classInstanceVariablesString.
class classComment: comment stamp: commentStamp]
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
"gitSSources" : "mad 10/9/2024 17:02",
"gitSSourcesHelp" : "mad 10/9/2024 17:02",
"gitSSourcesSize" : "mad 10/9/2024 17:03",
"gitSSourcesStylerClasses" : "mad 10/9/2024 17:03" } }
"gitSSourcesStylerClasses" : "mad 10/9/2024 17:03",
"load" : "mad 11/12/2024 12:51" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*GitS-Core-installing-override
load
self createClass ifNotNil: [:trait |
trait classComment: comment stamp: commentStamp]
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
"gitSSources" : "mad 10/9/2024 17:02",
"gitSSourcesHelp" : "mad 10/9/2024 17:02",
"gitSSourcesSize" : "mad 10/9/2024 17:03",
"gitSSourcesStylerClasses" : "mad 10/9/2024 17:03" } }
"gitSSourcesStylerClasses" : "mad 10/9/2024 17:03",
"load" : "mad 11/12/2024 12:51" } }

0 comments on commit e6792c2

Please sign in to comment.