Posts made by Kanduras
-
RE: How should I set up my environment for developing?
@matteo click on "View code", go to the clickable.js, in the "settings()" function (Line 99), and add:
{ name: 'Clickable: Build and run [phone (ssh)]', exec: 'clickable', args: [ '--ssh YOUR_PHONE_IP' ], sh: true, functionMatch: function (terminal_output) { return errorHelper.checkBuildError(terminal_output) } }
P.S. don't forget the "," at the beginning or end
-
RE: How should I set up my environment for developing?
@AppLee
Thank you very much!
On Atom I needed also the 'build' package, but now it worksIs there a way for autocompletion and code-hint underlining in qml, on Atom?
-
How should I set up my environment for developing?
Hi, I want to develop for UT with Atom or the Qt Creator, but are to bad to set up one of them correctly.
At first I create a project with Clickable.On Atom I can open the project, edit some lines of code, save it and compile this via Terminal and Clickable.
The problem is, that there is no autocompletion and code-hint underlining (for me), what makes it very difficulty. I have the atom-build-clickable package installed, but don't know how to use it.On Qt Creator I can develop "normal" Qt programs. If I want to open a Clickable project, there are a lot of Errors with the CMakeLists.txt and I cannot edit this project.
On this tutorial they set up only the unsupported(?) SDK.
In the official documentation I cannot find good hints...So how did you do it?
I hope my English is good enough. Thanks a lot!