个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的7个中间版本)
第2行: 第2行:
 
{{Languages|UbuntuHelp:Programming}}
 
{{Languages|UbuntuHelp:Programming}}
 
{|border="1" cellspacing="0"
 
{|border="1" cellspacing="0"
| {i} Programming is part of the UserDocumentation series of index pages.  Please read the 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)>>
 
+
<<Include(Applications/NavigationMenu)>>
 
+
* '''Ubuntu:DeveloperResources''' - Building packages and other material for developers.
 
+
* '''wiki: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]]'''
==== Text Editors ====
+
== Text Editors ==
 
+
* '''[[UbuntuHelp:Nano|Nano]]''' - The easy to use text editor
* '''[[UbuntuHelp:NanoHowto|Nano]]''' - The easy to use text editor
+
* '''[[UbuntuHelp:VimHowto|VimHowto]]''' - The powerful and popular editor for Linux.
* '''VimHowto''' - The powerful and popular editor for Linux.
+
* '''[[UbuntuHelp:EmacsHowto|EmacsHowto]]''' - The powerful editor for programmers in Unix environment.
* '''EmacsHowto''' - The powerful editor for programmers in Unix environment.
+
* '''[[UbuntuHelp:gedit|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|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|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.
+
* '''[http://geany.uvena.de/ Geany]''' - A small and lightweight integrated development environment.
* '''[[UbuntuHelp:MATLAB]]''' - Matlab technical computing
+
* '''[[UbuntuHelp:MATLAB|MATLAB]]''' - MATLAB - The Language Of 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|Netbeans]]''' - Comprehensive Java IDE.
* '''[[UbuntuHelp:PythonCard]]''' - GUI construction framework for building cross-platform desktop applications using Python.
+
* '''[[UbuntuHelp:PythonCard|PythonCard]]''' - GUI construction framework for building cross-platform desktop applications using Python.
 
+
* '''[[UbuntuHelp:Vala|Vala]]''' - Introduction to using the Vala language on Ubuntu.
==== Translation Tools ====
+
* '''[[UbuntuHelp:OpenKomodo|OpenKomodo]]''' - Crude Installation Instructions.
 
+
== Interpreters ==
* '''[[UbuntuHelp:poedit]]''' - An easy to use catalog (.po) editor.
+
* '''[[UbuntuHelp:wxBasic|wxBasic]]''' - ansi-basic interpreter using wxWidgets libraries
 
+
* '''[[UbuntuHelp:sdlBasic|sdlBasic]]''' - ansi-basic interpreter using SDL libraries, based on wxBasic interpreter core
==== HTML editors ====
+
* '''[[UbuntuHelp:PuppyBasic|PuppyBasic]]''' - ansi-basic interpreter without using libraries (only for terminal), based on wxBasic interpreter core
 
+
* '''[http://www.trustleap.ch/ TrustLeap G-WAN]''' - ANSI-C interpreter coupled with a Web server
 +
== Translation Tools ==
 +
* '''[[UbuntuHelp:poedit|poedit]]''' - An easy to use catalog (.po) editor.
 +
== 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
 
 
----
 
----
[[category:CategoryDocumentation]]
+
[[category:CategorySoftware]] [[category:CategoryDevelopment]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 23:58的最新版本


{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

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

Development Environments

  • ApacheMySQLPHP - Instructions for setting up a LAMP (Linux Apache MySQL PHP) environment.
  • EclipseIDE - An Integrated Development Environment (IDE) capable of supporting multiple programming languages via the use of plugins.
  • Geany - A small and lightweight integrated development environment.
  • MATLAB - MATLAB - The Language Of Technical Computing.
  • Mono - Instructions for beginning Mono development.
  • Netbeans - Comprehensive Java IDE.
  • PythonCard - GUI construction framework for building cross-platform desktop applications using Python.
  • Vala - Introduction to using the Vala language on Ubuntu.
  • OpenKomodo - Crude Installation Instructions.

Interpreters

  • wxBasic - ansi-basic interpreter using wxWidgets libraries
  • sdlBasic - ansi-basic interpreter using SDL libraries, based on wxBasic interpreter core
  • PuppyBasic - ansi-basic interpreter without using libraries (only for terminal), based on wxBasic interpreter core
  • TrustLeap G-WAN - ANSI-C interpreter coupled with a Web server

Translation Tools

  • poedit - An easy to use catalog (.po) editor.

HTML editors