File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
# atom-flow
2
2
atom.io support for haxe flow build tool
3
+ http://snowkit.org/flow
4
+
5
+ ## Active development
6
+ Please note that this package is in development and this message will
7
+ be removed when it is ready for end users - in the mean time, file issues.
8
+
9
+ Thanks!
10
+
11
+ ## Usage
12
+
13
+ - Right click a flow file in the tree view
14
+ - Set as active flow file
15
+ - Ctrl/Cmd + Shift + P (command palette)
16
+ - flow: status or flow: set target
17
+
18
+ You can also select items from the status menu to perform
19
+ an action or change the values.
Original file line number Diff line number Diff line change 1
1
2
+ # fail - atom takes ctrl-shift-0 as ctrl-) which is locale specific!
3
+ # short term, ctrl alt is used
4
+
2
5
' atom-workspace' :
3
- ' ctrl-alt-o' : ' flow:toggle'
6
+ ' ctrl-alt-0' : ' flow:status'
7
+ # 'ctrl-alt-9': 'flow:set-project-file'
8
+ ' ctrl-alt-8' : ' flow:set-target'
You can’t perform that action at this time.
0 commit comments