qmacro/SublimeUI5

SublimeUI5 in Sublime Text

Opened this issue · 1 comments

During installation of SublimeUI5 in sublime Text I am facing a problem in 5th step actually.
WindowsError: [Error 3] The system cannot find the path specified:

u'c:[sublime_install]\Data\Packages\SublimeUI5\Templates_._
Please check the below figure:
capture

You will have to replace [sublime_install] with proper path. For example,

let's say you cloned git repo to folder:

C:\Users\hollaajay\AppData\Roaming\Sublime Text 2\Packages

NOTE: considering your username is "hollaajay' for Windows as well.

In your STProjectMaker settings you will have to write something like this:

{ "template_path" : "c:/users/hollaajay/AppData/Roaming/Sublime Text 2/Packages/SublimeUI5/Templates/" }