个人工具

“UbuntuHelp:Programming”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第4行: 第4行:
 
| {i} Programming is part of the [[UbuntuHelp:UserDocumentation|UserDocumentation]] series of index pages.  Please read the [[UbuntuHelp:WikiGuide|WikiGuide]] prior to making changes.
 
| {i} Programming is part of the [[UbuntuHelp:UserDocumentation|UserDocumentation]] series of index pages.  Please read the [[UbuntuHelp:WikiGuide|WikiGuide]] prior to making changes.
 
|}
 
|}
[[Include(Applications/NavigationMenu)]]
+
<<Include(Tag/StyleCleanup)>>
* '''wiki:Ubuntu/DeveloperResources''' - Building packages and other material for developers.
+
<<Include(Applications/NavigationMenu)>>
 +
* '''Ubuntu:DeveloperResources''' - Building packages and other material for developers.
 
* '''[[UbuntuHelp:InstallingCompilers|Compilers]]''' - Guides on setting up Compilers.
 
* '''[[UbuntuHelp:InstallingCompilers|Compilers]]''' - Guides on setting up Compilers.
 
* '''[[UbuntuHelp:PowerUsersProgramming|PowerUsersProgramming]]'''
 
* '''[[UbuntuHelp:PowerUsersProgramming|PowerUsersProgramming]]'''
第13行: 第14行:
 
* '''[[UbuntuHelp:EmacsHowto|EmacsHowto]]''' - The powerful editor for programmers in Unix environment.
 
* '''[[UbuntuHelp:EmacsHowto|EmacsHowto]]''' - The powerful editor for programmers in Unix environment.
 
* '''[[UbuntuHelp:gedit]]''' - The default GUI text editor with built-in syntax highlighting.
 
* '''[[UbuntuHelp:gedit]]''' - The default GUI text editor with built-in syntax highlighting.
 +
* '''[http://scintilla.org/SciTE.html SciTE]''' - Lightweight GTK-based programming editor with syntax highlighting.
 
==== Development Environments ====
 
==== Development Environments ====
 
* '''[[UbuntuHelp:ApacheMySQLPHP]]''' - Instructions for setting up a LAMP (Linux Apache MySQL PHP) environment.
 
* '''[[UbuntuHelp:ApacheMySQLPHP]]''' - Instructions for setting up a LAMP (Linux Apache MySQL PHP) environment.
 
* '''[[UbuntuHelp:EclipseIDE]]''' - An Integrated Development Environment (IDE) capable of supporting multiple programming languages via the use of plugins.
 
* '''[[UbuntuHelp:EclipseIDE]]''' - An Integrated Development Environment (IDE) capable of supporting multiple programming languages via the use of plugins.
* '''[[UbuntuHelp:MATLAB|MATLAB]]''' - Matlab technical computing
+
* '''[http://geany.uvena.de/ Geany]''' - A small and lightweight integrated development environment.
 +
* '''[[UbuntuHelp:MATLAB]]''' - Matlab technical computing
 
* '''[[UbuntuHelp:MonoDevelopmentHowto|Mono]]''' - Instructions for beginning Mono development.
 
* '''[[UbuntuHelp:MonoDevelopmentHowto|Mono]]''' - Instructions for beginning Mono development.
 
* '''[[UbuntuHelp:Netbeans]]''' - Comprehensive Java IDE.
 
* '''[[UbuntuHelp:Netbeans]]''' - Comprehensive Java IDE.
 
* '''[[UbuntuHelp:PythonCard]]''' - GUI construction framework for building cross-platform desktop applications using Python.
 
* '''[[UbuntuHelp:PythonCard]]''' - GUI construction framework for building cross-platform desktop applications using Python.
 +
* '''[[UbuntuHelp:Vala]]''' - Introduction to using the Vala language on Ubuntu.
 +
* '''[[UbuntuHelp:OpenKomodo]]''' - Crude Installation Instructions.
 +
==== Interpreters ====
 +
* '''[[UbuntuHelp:wxBasic]]''' - ansi-basic interpreter using wxWidgets libraries
 +
* '''[[UbuntuHelp:sdlBasic]]''' - ansi-basic interpreter using SDL libraries, based on wxBasic interpreter core
 +
* '''[[UbuntuHelp:PuppyBasic]]''' - ansi-basic interpreter without using libraries (only for terminal), based on wxBasic interpreter core
 
==== Translation Tools ====
 
==== Translation Tools ====
 
* '''[[UbuntuHelp:poedit]]''' - An easy to use catalog (.po) editor.
 
* '''[[UbuntuHelp:poedit]]''' - An easy to use catalog (.po) editor.
 
==== HTML editors ====
 
==== HTML editors ====
 
* '''[http://bluefish.openoffice.nl/index.html Bluefish]''' - HTML editor
 
* '''[http://bluefish.openoffice.nl/index.html Bluefish]''' - HTML editor
 +
* '''[http://www.kompozer.net/ KompoZer]''' - WYSIWYG HTML editor
 
* '''[http://www.screem.org/ Screem]''' - HTML editor
 
* '''[http://www.screem.org/ Screem]''' - HTML editor
 
* '''[http://cssed.sourceforge.net/ CSSed]''' - CSS style sheet editor
 
* '''[http://cssed.sourceforge.net/ CSSed]''' - CSS style sheet editor
 +
== Your feedback ==
 +
2008-07-23, Duncan Lithgow said: I've created a project page to use for discussion on improving pages like this one: [[UbuntuHelp:Applications/ProjectHome|Application Documentation Project]]
 
----
 
----
[[category:CategoryDocumentation]]
+
[[category:CategorySoftware]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 16:57的版本


{i} Programming is part of the UserDocumentation series of index pages. Please read the WikiGuide prior to making changes.

<<Include(Tag/StyleCleanup)>> <<Include(Applications/NavigationMenu)>>

Text Editors

  • UbuntuHelp:Nano - The easy to use text editor
  • VimHowto - The powerful and popular editor for Linux.
  • EmacsHowto - The powerful editor for programmers in Unix environment.
  • UbuntuHelp:gedit - The default GUI text editor with built-in syntax highlighting.
  • SciTE - Lightweight GTK-based programming editor with syntax highlighting.

Development Environments

Interpreters

  • UbuntuHelp:wxBasic - ansi-basic interpreter using wxWidgets libraries
  • UbuntuHelp:sdlBasic - ansi-basic interpreter using SDL libraries, based on wxBasic interpreter core
  • UbuntuHelp:PuppyBasic - ansi-basic interpreter without using libraries (only for terminal), based on wxBasic interpreter core

Translation Tools

HTML editors

Your feedback

2008-07-23, Duncan Lithgow said: I've created a project page to use for discussion on improving pages like this one: Application Documentation Project