qmacro / SublimeUI5

Sublime Text 2 Package for SAPUI5/OpenUI5
Apache License 2.0
50 stars 25 forks source link

SublimeUI5 in Sublime Text #9

Open hollaajay opened 9 years ago

hollaajay commented 9 years ago

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:[sublimeinstall]\Data\Packages\SublimeUI5\Templates_. Please check the below figure: capture

preetamkajalrout commented 8 years ago

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/" }