⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 links.html

📁 c语言格式化源代码
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>    <title>Artistic Style - Links</title>    <meta http-equiv="Content-Language"          content="en-us" />    <meta http-equiv="Content-Type"          content="text/html; charset=us-ascii" />    <style type="text/css">    /*<![CDATA[*/    <!--     body {margin-top:0.5in; margin-right:0.8in; margin-bottom:0.5in; margin-left:0.8in;}       h1 {color:#0000A0; text-align:center; font-style:italic; font-size:200%;}    h2 {color:#0000a0; font-size:130%; margin-top:24pt; margin-bottom:16pt }    h3 {color:#0000a0 }    p {font-size:105%; margin-left:0.4in;}      p.noindent {font-size:105%; margin-left:0in;}     a:link, a:visited { color:blue; text-decoration:underline; }    a:hover { color:#F00000; text-decoration:underline; }             -->    /*]]>*/    </style></head><body>    <h1>Artistic Style Links</h1>    <p>&nbsp;</p>    <p class="noindent">The following applications use Artistic Style as contributed software. It    is either embedded in the application or called as a command line program.</p>    <h2>Graphical User Interfaces</h2>    <p>Artistic Style is a command line program and, as such, does not give you a chance to review    the effect of different options before formatting the source code. The following Graphical User    Interface program will allow you to review the changes before the code is updated. They allow    you to select the options you want without actually updating the source.</p>    <p><a href="http://www.geocities.com/jpattee/"       target="astyle"       title="open new window"><strong>Artistic Style for Windows</strong></a> is an Artistic Style       GUI program for Windows. It uses an unmodified Artistic Style program in a Windows GUI. It       will work under Linux using WINE. Everything done in the editor is undo-able, including       formatting of the entire document. Documents can be reviewed and reformatted using different       options. It can be executed from most development environments and will open the currently       selected document.</p>    <p><a href="http://sourceforge.net/projects/universalindent"       target="astyle"       title="open new window"><strong>Universal Indent Gui</strong></a> is a cross platform GUI       for several code formatters. The main feature is a live preview to show how the selected       formatting options affect the source code. This allows review and testing of the various       options before formatting a file. It can be used with a sample file or with your actual       source code. It is a good way to try out the options from various indentation programs.</p>    <h2>Development Environments</h2>    <p>The following development environments use Artistic Style as a contributed add-on.</p>    <p><a href="http://www.codeblocks.org/"       target="astyle"       title="open new window"><strong>CodeBlocks</strong></a> is a multi-platform, open source,       C++ development environment based on <a href="http://www.wxwidgets.org/">wxWidgets</a>. It       has support for multiple compilers and plugins for wxWidgets development.</p>    <p><a href="http://www.qt-apps.org/content/show.php/HaiQ?content=62825"       target="astyle"       title="open new window"><strong>HaiQ</strong></a> is a multi-platform, open source, C++       development environment for <a href="http://trolltech.com/products/qt">Qt4</a>. It allows        programmers to maintain complete control over their projects and source files.</p>    <p><a href="http://www.kdevelop.org/"       target="astyle"       title="open new window"><strong>KDevelop</strong></a> is an integrated       development environment for building <a href="http://www.kde.org/">KDE</a> applications.        It supports many programming languages and can be used to develop applications other than        KDE. It runs on Linux, Unix, Solaris and MacOSX.</p>    <p><a href="http://snowmail.sn.funpic.de/tide/"       target="astyle"       title="open new window"><strong>tIDE</strong></a> is a full featured    open source <a href="http://java.sun.com/">Java</a> integrated development environment.    It is a small, powerful, quick, efficient, easy and open framework to create 100% Java    applications.</p>    <h2>Editors</h2>    <p>The command line build of Artistic Style can be added to nearly any text editor, usually    through the Tools menu. The text editor should have instructions on how this is done. If you    have a favorite editor that does not have it, you can usually add it yourself.</p>    <p><a href="http://scintilla.sourceforge.net/SciTE.html"       target="astyle"       title="open new window"><strong>SciTE</strong></a> is a Scintilla based        text editor. Originally built to demonstrate    <a href="http://www.scintilla.org">Scintilla</a>, it has grown to be a generally useful editor    with facilities for building and running programs. It is currently available for Windows,    Linux, and Mac OS X operating systems. The Linux and Mac versions are based on     <a href="http://www.gtk.org/">GTK+</a>.</p>    <p>&nbsp;</p></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -