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
@@ -17,11 +17,19 @@ when coding python 3 by voice.
17
17
18
18

19
19
20
-
# IMPORTANT NOTE:
21
-
Package Control installation is currently not working! please take a look at https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/issues/7 and use installation via git. This will be solved ASAP.
22
20
23
21
## Update
24
-
you can now also install via package control, see installation instructions [below](#Installation)
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)
25
33
26
34
## Documentation
27
35
@@ -79,6 +87,10 @@ Needless to say, while coding PythonVoiceCodingPlugin , PythonVoiceCodingPlugin
79
87
The code is available on [github](https://github.com/mpourmpoulis/PythonVoiceCodingPlugin)
80
88
along with its initial release (0.0.0)!
81
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
+
82
94
Update: release 0.0.2 is out and with many thanks to @LexiconCode there are now bundles for Caster 0.6.11!
83
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!
84
96
Update: release 0.0.4 is out shipping with aenea support.
@@ -96,77 +108,109 @@ There are of course certain limitations which I would like to make clear from th
96
108
97
109
## Installation
98
110
99
-
Currently you can download the plugin directly from github and place it in sublime package folder
111
+
In order to install, you must install both the plugging as well as the corresponding [grammar](bundles/README.md).
100
112
101
-
for windows users this should be:
102
113
103
-
```
104
-
C:\Users\Admin\AppData\Roaming\Sublime Text 3\Packages
105
-
```
114
+
There are currently two installation methods for performing the first task
106
115
107
-
and on Ubuntu it is :
108
-
```
109
-
~/.config/sublime-text-3/Packages/
110
-
```
111
116
112
-
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):
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
140
155
```
141
-
Package Control:Install Package
156
+
Package Control:Remove Repository
142
157
```
143
158
144
-
- enter
159
+
so was only install/upgrade from releasees.
145
160
146
-
```
147
-
PythonVoiceCodingPlugin
148
-
```
149
161
150
-
you should see a fake version like v2020.01.05.( and so on ) instead of v0.0.4, which is from master insured work out-of-the-box.
151
162
152
-
Install it, and then be sure to install the bundles as well.
153
163
154
164
For the time being be warned, that the plug-in has not been tested with portable versions of sublime!
155
165
156
166
157
167
For any further installation questions, feel free to ask [here](https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/issues/5)
158
168
159
169
170
+
171
+
### Git Install
172
+
173
+
Currently you can download the plugin directly from github and place it in sublime package folder
174
+
175
+
for windows users this should be:
176
+
177
+
```
178
+
C:\Users\Admin\AppData\Roaming\Sublime Text 3\Packages
179
+
```
180
+
181
+
and on Ubuntu it is :
182
+
```
183
+
~/.config/sublime-text-3/Packages/
184
+
```
185
+
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):
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
+
165
212
166
-
Update: with many thanks to @LexiconCode from 0.0.2 there is a bundle for Caster 0.6.11!
167
213
168
-
##### Update 0.0.4
169
-
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!
0 commit comments