⌘T | go to file |
⌘⌃P | go to project |
⌘R | go to methods |
⌃G | go to line |
⌘KB | toggle side bar |
⌘⇧P | command prompt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"fade_fold_buttons": false, | |
"font_face": "Source Code Pro", | |
"font_size": 15.0, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_subsequent_lines": true, | |
"indent_to_bracket": true, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(source of documentation: https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fide_sdk_tools%2Fcommand_line_interface.htm) | |
First of all, install the Tizen SDK and go to folder 'tizen-sdk/tools/ide/bin' and connect your phone to your PC via USB | |
Create a widget | |
./web-packaging <target path for a widget> <project folder> | |
e.g. : ./web-packaging /Users/oggyindahouse/workspace/HRS1/HRS1.wgt /Users/oggyindahouse/workspace/HRS1 | |
Deploy a widget | |
./web-install -w <path of widget file> |