Skip to content

Commit 461ee5d

Browse files
committed
Knowledge of things together
1 parent 4a6c4f4 commit 461ee5d

File tree

4 files changed

+49
-11
lines changed

4 files changed

+49
-11
lines changed

Main.sublime-menu

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,36 @@
4444
"args":{
4545
"url":"https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/README.md"
4646
}
47+
},
48+
{
49+
"caption": "Operations",
50+
"command": "open_url",
51+
"args":{
52+
"url": "https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/Operations.md"
53+
}
54+
},
55+
{
56+
"caption": "Sub Indexing",
57+
"command": "open_url",
58+
"args":{
59+
"url": "https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/SubIndexing.md"
60+
}
61+
},
62+
{
63+
"caption": "CollectionQueries",
64+
"command": "open_url",
65+
"args":{
66+
"url": "https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/CollectionQueries.md"
67+
}
68+
},
69+
{
70+
"caption": "Grammar Installation",
71+
"command": "open_url",
72+
"args":{
73+
"url": "https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/bundles/README.md"
74+
}
4775
}
76+
4877

4978

5079
]
@@ -56,13 +85,7 @@
5685
"url": "https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/issues"
5786
}
5887
},
59-
{
60-
"caption": "Grammar Installation",
61-
"command": "open_url",
62-
"args":{
63-
"url": "https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/bundles/README.md"
64-
}
65-
},
88+
6689
{
6790
"caption":"Grammar for Caster 1.0.0",
6891
"command": "open_file",

doc/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Some quick links to the various documentation files
4141

4242
* [Operations](./Operations.md)
4343

44-
* [grammar sublime interface](./GrammarSublimeInterface.md)
44+
4545

4646

4747
## General Remarks
@@ -397,9 +397,7 @@ subl --command "python_voice_coding_plugin {\"arg\": {\"level_index\": 0, \"sub
397397

398398
#### Force RPC
399399

400-
This is a little bit of a small trick which I'm not sure if or how many people will find useful and you should probably avoid it, but I have found sometimes myself using it, so who knows?
401-
402-
Currently my setup for Aenea is a little bit reverse from what is used to. My host these in windows 10 machine and my guest is an Ubuntu 16.04 inside the virtual box. As a consequence pure dragonfly keystrokes can work both on the Windows Host as well as the Linux guest, whereas Aenea ones only work on the guest. Furthermore,
400+
Forces RPC no matter what. Might be useful when host is windows and guest is a Linux inside virtual box. As pure dragonfly keystrokes may work both on the Windows Host as well as the Linux guest, whereas Aenea ones only work on the guest, the setting enables you to use the plug-in without putting everything on Aenea. Nonetheless, you lose the remote context( the Windows context would be used )
403401

404402

405403

messages.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"0.0.5": "messages/install.txt",
3+
"0.1.0": "messages/install.txt",
4+
"install": "messages/install.txt"
5+
}

messages/install.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
PythonVoiceCodingPlugin
2+
3+
Release 0.0.5 he's out fixing problems of 0.0.4 regarding the installation via package control and adds a useful utilities under Preferences > Package Settings > PythonVoiceCodingPlugin iincluding links to online documentation issues, grammar bundles and so on.
4+
5+
Code wise it is identical in its core with 0.0.4, which makes it almost 2 months old. However
6+
I am currently wrapping up the development of 0.1.0. Also you should know that Caster 1.x.x is also supported but you must enable it by saying
7+
8+
9+
enable python voice coding plugin
10+
11+
12+
if you have any problem or questions regarding installation , whether of the plug-in itself or the grammar necessary to use it please let me know at my issues!

0 commit comments

Comments
 (0)