Skip to content

Commit f3b27c5

Browse files
committed
minor stuff
1 parent 87db9a0 commit f3b27c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

GDL.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ def selection_process(self):
157157
log.debug("Folders prior to selection: {}".format(self.folders))
158158

159159
if len(self.folders) <= 0:
160-
err("GDL build command error: You must have a project open.\n"
161-
"Also make sure all folders and files are named properly.\n"
160+
err("GDL build command error: Please open a project, or.\n"
161+
"make sure all folders and files are named properly.\n"
162162
"If in doubt consult the README.")
163163
elif len(self.folders) == 1:
164164
self.has_multiple_folders = False

GDL.sublime-settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// example Win:
1414
"AC_path": "C:/Program Files/GRAPHISOFT/ARCHICAD 23",
1515
// example Mac:
16-
// "/Applications/GRAPHISOFT/AC23B3/ARCHICAD 23.app"
16+
// "/Applications/GRAPHISOFT/AC23/ARCHICAD 23.app"
1717

1818
// If you specify a path here all conversions from HSF to GSM
1919
// will go into this place. This is helpful if you want to deploy

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ You can now use the the two conversion options in `Tools > GDL`. For a quick acc
9696
The default for `Convert to script (gsm → hsf/gdl)` is <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>H</kbd>. `Build GSM from HSF (hsf/gdl → gsm)` has <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>alt</kbd>+<kbd>G</kbd> assigned OOTB. Of course these can be adjusted to your taste.
9797

9898
### Places
99-
If you convert between HSF and GSM the default place will be next to each other. However you can define a _global default path_ (see [example](#syntax-settings-example) below) where any GSMs should be deployed to. This is useful if you have a central library already linked in Archicad.
99+
If you convert between [HSF](http://gdl.graphisoft.com/tips-and-tricks/hsf-source-format) and GSM the default place will be next to each other. However you can define a _global default path_ (see [example](#syntax-settings-example) below) where any GSMs should be deployed to. This is useful if you have a central library already linked in Archicad.
100100
Of course you can overwrite this behavior by having a path on _project basis_. This can be set by opening the corresponding `.sublime-project` file and adding:
101101

102102
```json

0 commit comments

Comments
 (0)