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
PythonVoiceCodingPlugin is a Sublime Text 3 plugin meant to enhance user experience
16
16
when coding python 3 by voice.
17
17
18
-

18
+

19
+
20
+
21
+
## Update
22
+
23
+
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. It is meant to be only temporary i'm 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
24
+
25
+
```
26
+
enable python voice coding plugin
27
+
```
28
+
29
+
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!
30
+
31
+
32
+
you can now also install via package control, see installation instructions [below](#installation)
33
+
34
+
## Documentation
35
+
36
+
Documentation is available [here](doc/README.md)
37
+
19
38
20
39
## Motivation
21
40
@@ -68,6 +87,10 @@ Needless to say, while coding PythonVoiceCodingPlugin , PythonVoiceCodingPlugin
68
87
The code is available on [github](https://github.com/mpourmpoulis/PythonVoiceCodingPlugin)
69
88
along with its initial release (0.0.0)!
70
89
90
+
### Update 0.0.5
91
+
92
+
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
93
+
71
94
Update: release 0.0.2 is out and with many thanks to @LexiconCode there are now bundles for Caster 0.6.11!
72
95
Update: Due an important error I missed, you might be faced with a situation where the pluggin cannot load and thus no commands are executed. in such a case please upgrade to release 0.0.3 which fixes it. I am sorry for any disconvenience caused!
73
96
Update: release 0.0.4 is out shipping with aenea support.
@@ -85,6 +108,68 @@ There are of course certain limitations which I would like to make clear from th
85
108
86
109
## Installation
87
110
111
+
In order to install, you must install both the plugging as well as the corresponding [grammar](bundles/README.md).
112
+
113
+
114
+
There are currently two installation methods for performing the first task
115
+
116
+
117
+
### Package Control
118
+
119
+
Release 0.0.5 fixes the errors that prevented 0.0.4 from installing directly from package control. You can now install the package simply by
120
+
121
+
- open Command Palette
122
+
123
+
- execute
124
+
125
+
```
126
+
Package Control:Install Package
127
+
```
128
+
129
+
And then simply
130
+
131
+
```
132
+
PythonVoiceCodingPlugin
133
+
```
134
+
135
+
136
+
137
+
#### note for those who installed between 0.0.4 and 0.0.5
138
+
139
+
previously the installation of plug-in included running
which enabled you to install directly from a master branch rather than my releases and you should be seing a fake version like v2020.01.05.( and so on ) instead of v0.0.4.
153
+
154
+
This was only temporary solution and I recommend that you ran
155
+
```
156
+
Package Control:Remove Repository
157
+
```
158
+
159
+
so was only install/upgrade from releasees.
160
+
161
+
162
+
163
+
164
+
For the time being be warned, that the plug-in has not been tested with portable versions of sublime!
165
+
166
+
167
+
For any further installation questions, feel free to ask [here](https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/issues/5)
168
+
169
+
170
+
171
+
### Git Install
172
+
88
173
Currently you can download the plugin directly from github and place it in sublime package folder
89
174
90
175
for windows users this should be:
@@ -98,28 +183,34 @@ and on Ubuntu it is :
98
183
~/.config/sublime-text-3/Packages/
99
184
```
100
185
101
-
To install dependencies,using your installation of python (this worked for me with 3.7.4 and 3.5.2) run from inside the folder:
186
+
Currently the Master Branch and the releases 0.0.5 ships with its dependencies so the next step is not really necessary.
187
+
188
+
To install dependencies,using your installation of python (this worked for me with 3.7.4 and 3.5.2) run from inside the plug-in folder (PythonVoiceCodingPlugin):
Be sure to check instructions to install the [bundles as well](bundles/README.md)
107
193
108
194
109
-
## Documentation
110
195
111
-
Documentation is available [here](doc/README.md)
196
+
112
197
113
198
## Support for voice coding framework
114
199
115
200
### Short version:
116
201
117
-
For the time being the full system has been tested with Caster 0.5.11 on a Windows 10 machine. I plan better support for aenea in the near future and would love to (if possible) provide bundles for more systems on the long run:) The plugin code itself is intentionally pure python so it should probably run fine on other OS that sublime supports (tp be updated after linux test)
202
+
they are available grammars for Caster 0.5.11,0.6.11 as well as >=1.0.0 with many thanks to [LexiconCode](https://github.com/LexiconCode)!
203
+
204
+
It is my highest recommendation if you are using older versions of Caster that you upgrade to the latest master. Sooner or later the plug-in is going to drop support for those older versions and either way the newer version has a lot of improvements!
205
+
206
+
Regarding operating system support, the plug-in has been tested both on Windows 10 and on Ubuntu 16.04 as release 0.0.4 introduced support for [aenea](https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/bundles/Aenea/README.md)!
207
+
208
+
209
+
210
+
211
+
118
212
119
-
Update: with many thanks to @LexiconCode from 0.0.2 there is a bundle for Caster 0.6.11!
120
213
121
-
##### Update 0.0.4
122
-
release 0.0.4 now [supports aenea](https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/bundles/Aenea/README.md)! the system has been tested with bundles for Caster 0.5.11 and 0.6.11 with the plug-in running on Ubuntu 16.04!
123
214
124
215
### Long version:
125
216
@@ -245,10 +336,9 @@ Many thanks to all of the developers that have put their time and effort behind
0 commit comments