![]() |
Anjuta Manual version 0.1Copyright (c) Kh. Naba Kumar Singh |
Contents | Index | Shortcuts |
PREV: Finding in multiple files and folders | UP: contents | NEXT: Compiling and Building Programs |
Select File/Print or Click the print button on the main toolbar to print the current file. Of course, before you start printing, you must set the page setup properly and specify the command to be used for printing (by default it is 'lpr'). Note that you only have to give the command name and the command options. Don not put any extra string such as "%s" along with it. Anjuta will automatically append the file to your command and execute it.
If the current file is C/C++ source or header file, then you can hilite the syntax to ease your programming. You can do it by clicking the Hilite button in the main toolbar or by right clicking and activating the hilite from the pop up menu on the document. You can change the colors for the hilite by costumizing your choice in the prefereces.
If the current file is C/C++ source or header file, then you can automatically indent (autoformat) the file. This gives a clean look to your source code, increases legibility, reduces chances of syntax error and above all it saves time. You can do it by clicking the Auto format button in the main toolbar or activating the autoformat from the menu Format->Auto format on the document. You can change the style of format by costumizing your choice in the prefereces.
You should have installed 'indent' to use this feature. Read the info page of Indent for further details.