Skip to content

Commit

Permalink
Add SquotCodeMapper>>pathWithPackage
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Jan 8, 2024
1 parent bbc8de0 commit 21f4b76
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
multitext
pathFor: aDefinition
^ self path segments, {self package name}, aDefinition squotChangePath
^ self pathWithPackage segments, aDefinition squotChangePath
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accessing
packagePath
pathWithPackage
^ self path / self package name
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"package:" : "mad 4/22/2023 00:09",
"path" : "mad 4/21/2023 23:35",
"path:" : "mad 4/22/2023 00:09",
"pathFor:" : "mad 11/7/2023 12:34",
"pathFor:" : "mad 11/14/2023 18:58",
"pathWithPackage" : "mad 11/14/2023 18:57",
"printOn:" : "mad 10/16/2023 17:26",
"serialize:into:" : "mad 10/16/2023 17:24",
"sourcesSizeOf:" : "mad 11/7/2023 12:18",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accessing
mappedPaths
^ {self packagePath}
^ {self pathWithPackage}
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"instance" : {
"encodingName" : "mad 10/16/2023 17:27",
"loadSnapshotFrom:" : "mad 10/16/2023 19:52",
"mappedPaths" : "mad 10/21/2023 22:54",
"packagePath" : "mad 10/21/2023 22:54",
"mappedPaths" : "mad 11/14/2023 19:00",
"readerIn:" : "mad 10/16/2023 20:35",
"serialize:into:" : "mad 10/17/2023 11:50",
"writeTimestamps" : "mad 9/26/2023 15:24",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ actionEditPackagePath
('The package will be stored in a subdirectory of the path below, named ''{1}''. ',
'Thus, the package is currently stored in the directory ''{2}''.' format: {
packageName.
SquotPathUtilities asString: mapper packagePath.
SquotPathUtilities asString: mapper pathWithPackage.
})
initialAnswer: mapper path)
ifNil: [^ self].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"openOnWorkingCopy:" : "mad 9/19/2023 15:47" },
"instance" : {
"actionAddPackage" : "mad 11/27/2023 11:37",
"actionEditPackagePath" : "mad 10/21/2023 22:54",
"actionEditPackagePath" : "mad 11/14/2023 19:00",
"actionRemovePackage" : "mad 11/27/2023 11:39",
"buildAddPackageButton:" : "mad 9/19/2023 16:23",
"buildAutoSaveNote:" : "mad 10/1/2023 17:58",
Expand Down

0 comments on commit 21f4b76

Please sign in to comment.