You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RwProjectSpecificationV4 is a project specification that is use by Rowan V3.4.0 and beyond to specify project-specific attributes for Rowan.
3
+
4
+
Projects managed using this class write tonel files that conform to the tonel spec. Specifically this class writes packages sorting methods based Unicode codePoint sort
5
+
"
6
+
Class {
7
+
#name : 'RwProjectSpecificationV4',
8
+
#superclass : 'RwProjectSpecificationV3',
9
+
#category : 'Rowan-SpecificationsV2'
10
+
}
11
+
12
+
{ #category : 'accessing' }
13
+
RwProjectSpecificationV4>> methodSortOrder [
14
+
"methods in tonel projects will be sorted in unicode codePoint sort order"
0 commit comments