|
ChIDE Frequently Asked Question
How to change the displayed font size to make it bigger for classroom presentation?
Under the menu "Views", click "Change Font Size"
to change the font size.
How to indent the program properly?
Click "Tools | Indent"
to indent the program in the editing pane.
Or
right click the file on the file name on the Tab bar and select "Indent"
to indent the program in the editing pane.
How can I run a program with parameters?
There are three different methods to run a program with parameters.
-
You can pre-set program parameters. Under View|Parameters, you can put your parameter values. It allows up to 4 parameters in total.
-
You can type the command such as
"ch filename.ch arg1 arg2 arg3 arg4 arg5 arg6" in the output pane.
-
In the debug command pane at the debug prompt, type
debug> start arg1 arg2 arg3 arg4 arg5 arg6
How can I generate graphics from ChIDE in Windows?
you can edit file
CHHOME/chide/cpp.properties, which can be opened by clicking the command Options,
and change "command.go.subsystem.*=2"
to "command.go.subsystem.*=1"
Then you can generate the ch graphics output.
Where should I post my questions and suggestions?
For questions and suggestions related to Ch and ChIDE, post it in
Ch User Group.
|