January 2015
Beginner
324 pages
7h 42m
English
For your early projects, the IDE’s defaults might be appropriate, but sooner or later you’ll want to change some things. As you can see in the following figure, the IDE lets you change only a few preferences directly.

The dialog box refers to a file named preferences.txt containing more preferences. This file is a Java properties file consisting of key/value pairs. Here you see a few of them:
| | ... |
| | preproc.web_colors=true |
| | editor.font=Monaco,plain,10 |
| | update.check=true |
| | build.verbose=true |
| | upload.verbose=true |
| | ... |
Most of these properties control the user interface; that is, they change fonts, colors, and so on. But they ...
Read now
Unlock full access