SliTaz GNU/Linux official and community documentation wiki.
.png

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:handbook:development [2015/12/22 00:30]
genesis adding a "Geany IDE" section
en:handbook:development [2015/12/28 17:45]
genesis [Executing Geany] Geany is no more offered by default at SliTaz
Line 17: Line 17:
 </​code>​ </​code>​
  
-Now that you have a new executable file, you can edit it. You can continue ​staying ​in the terminal and use the Nano editor (Ctrl + x to save & exit) or IDE Beaver to edit:+Now that you have a new executable file, you can edit it. You can continue ​to stay in the terminal and use the Nano editor (Ctrl + x to save & exit) or IDE Beaver to edit:
  
 <​code>​ <​code>​
Line 56: Line 56:
 ===== Beaver ===== ===== Beaver =====
  
-Beaver is a simple, lightweight and fast code editor offering syntax. Beaver can be found in the Menu -> Development ->Code Editor. Once launched for the first time you can adjust your preferences through the Edit button. You can run it through a X terminal with the following command:+Beaver is a simple, lightweight and fast code editor offering syntax. Beaver can be found in the Menu -> Development -> Code Editor. Once launched for the first time you can adjust your preferences through the Edit button. You can run it through a X terminal with the following command:
  
 <​code>​ $ beaver & </​code>​ <​code>​ $ beaver & </​code>​
Line 62: Line 62:
 ===== Geany IDE===== ===== Geany IDE=====
  
-Geany is an IDE, or Integrated Development Environment. It is a simple, small and lightweight application,​ offering syntax, tabs and self-completing. It was used to write this page and most of SliTaz web documentation (Nano were also used at some parts).+Geany is an IDE, or Integrated Development Environment. It is a simple, small and lightweight application,​ offering syntax, tabs and self-completion.
  
 ==== Executing Geany ==== ==== Executing Geany ====
  
-You can find Geany at //​Menu// ​--> //​Development//​ --//​Geany//​. ​After it runs for the first time, you can set your preferences through menu //Edit// --> //​Preferences//​ option. It is also possible to run Geany via terminal:+You can install ​Geany:  
 + 
 +<​code>#​ tazpkg get-install geany</code> 
 + 
 +After it runs for the first time, you can set your preferences through ​the menu //Edit// --> //​Preferences//​ option. It is also possible to run Geany via terminal:
  
 <​code>​$ geany &</​code>​ <​code>​$ geany &</​code>​
 
en/handbook/development.txt · Last modified: 2016/10/24 16:24 by hgt