Skip to content

Commit

Permalink
Create developer-tools.md
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Jan 4, 2021
1 parent a418f9b commit a15bab1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions developer/developer-tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Developer Tools

The __Developer__ folder in the __Applications__ folder contains useful development tools for use with helloSystem.

* __PyCharm CE__: A powerful integrated development environment (IDE) for the Python languge which is used for
many of the utilities and preferences applications in helloSystem
* __Qt Creator__: The integrated development environment (IDE) for Qt-based applications, such as Menu, Dock, and Filer.
Includes graphical user interface editors for QtWidgets-based user interfaces (such as Menu and Filer) using `.ui` files
and for Qml-based user interfaces (such as Dock) using `.qml` files.
The user interfaces generated in Qt Creator can be used in Qt application written in C++ or Python
* __LiteIDE__: An integrated development environment (IDE) for the Go language. Go is recommended
for long-running processes such as servers and for processes with parallelism
* __Zeal__: A browser for documentation sets, also known as "docsets". Docsets can be downloaded from within the application
and are available for many languages and environments, including Python, Qt, and Go.

To minimize the initial download size of the helloSystem image, the applications in the Developer folder
need to be downloaded prior to first use. You will be guided through this automatic process when you launch these
applications for the first time. After the applciations have been downloaded, you can use them without an active
network connection.

0 comments on commit a15bab1

Please sign in to comment.