Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.329.557 Times

QSource-Highlight 0.2

Company: Lorenzo Bettini
Date Added: September 25, 2013  |  Visits: 470

QSource-Highlight

Report Broken Link
Printer Friendly Version


Product Homepage
Download (35 downloads)



QSource-Highlight uses the library included in GNU Source-Highlight, since version 3, thus you need that library to build QSource-Highlight; in particular it uses Source-Highlight-Qt additional library, http://srchiliteqt.sourceforge.net, which provides highlighting in Qt relying on GNU Source-Highlight. Thus, you need to install Source-Highlight-Qt as well.<br /><br />We refer to GNU Source-Highlight's and Source-Highlight-Qt's websites for further information about the library and its installation (you may want to check whether your distribution already provides packages for these two libraries).<br /><br />QSource-Highlight is distributed under the open source GPL license.<br /><br />You can highlight your code on the fly, and have the highlighted output in all the formats supported by source-highlight (e.g., HTML, LaTeX, Texinfo, etc.). You can then copy the formatted output and paste it (e.g., in your blog), or save it to a file.<br /><br />A preview of the highlighted output is available for some output formats (e.g., HTML, XHTML, etc.).<br /><br />The language definition file is automatically selected according to the input file extension, but you can change it manually by using the corresponding combo box. In particular you have three combo boxes:<br /><br />* the combo box for the input language definition (e.g., C, C++, Java, etc.); in particular, the combo box refers to the .lang files of Source-Highlight, which, however, should have quite intuitive names.<br />* the combo box for the output format (e.g., HTML, LaTeX, etc.); in particular, the combo box refers to the .outlang files of Source-Highlight, which, however, should have quite intuitive names (e.g., htmltable.outlang generates HTML output into an html table).<br />* the combo box for the highlighting style (e.g., colors, and formats of the elements of the language); these elements refer to Source-Highlight .style files and to .css files.<br /><br />All the files named in these combo boxes refer to files shipped with Source-highlight, and they are searched for in the Source-highlight corresponding installation path. In case the combo boxes are empty, then the path where source-highlight searches for these files is wrong: you should then configure the correct path for source-highlight using the settings dialog (Source-Highlight Settings).<br /><br />Installation:<br /><br />We suggest to create a build directory, cd to that directory and then run qmake accordingly<br /><br /> qmake -recursive ../qsource-highlight.pro<br /><br />and then run make; the binary will be created in the bin directory, and the documentation in the directory share/doc/qsource-highlight. The documentation can be built running:<br /><br /> make docs<br /><br />Once the building has sucessfully finished, you can install the files with the command make install; binaries will be installed into /bin and documentation into /share/doc/qsource-highlight. You can customize the root of the installation directory with the environment variable INSTALL_ROOT; for instance,<br /><br /> INSTALL_ROOT=$HOME/usr/local make install<br /><br />You might need to become root if you install in a path different from your home.<br /><br />Html documentation can be built with<br /><br /> make html_docs<br /><br />This will generate the html documentation into share/doc/qsource-highlight/html.<br /><br />The qmake project of QSource-Highlight uses pkg-config, http://pkg-config.freedesktop.org to detect the library Source-Highlight-Qt (and implicitly also the GNU Source-Highlight library). If the library is installed in a standard system path (e.g., /usr) running qmake should be enough; otherwise you should tell pkg-config, through the environment variable PKG_CONFIG_PATH, where to find the .pc file of source-highlight-qt4 (source-highlight-qt4.pc; note that this file will also contain the references to GNU Source-highlight library and headers, so you won't have to worry about that). For instance, if you've installed source-highlight-qt4 using the prefix ~/usr/local, the .pc file will be installed into ~/usr/local/lib/pkgconfig, thus you should run qmake as follows:<br /><br /> PKG_CONFIG_PATH=~/usr/local/lib/pkgconfig qmake -recursive ../qsource-highlight.pro<br /><br />If pkg-config is not installed in your system, you'll have to specify the LIBS and INCLUDEPATH qmake variables manually (e.g., by modifying the .pro file), using the correct path, for instance:<br /><br /> LIBS += -L~/usr/local/lib -lsource-highlight-qt4<br /> INCLUDEPATH = ~/usr/local/include

Requirements: No special requirements
Platforms: *nix, Linux
Keyword: Boxes Combo Directory Documentation Files Install Installation Installed Language Library Output Pkgconfig Qmake Qsourcehighlight Sourcehighlight
Users rating: 0/10

License: Freeware Size: 1.51 MB
USER REVIEWS
More Reviews or Write Review


QSOURCE-HIGHLIGHT RELATED
Programming  -  DRF - Directory Recursive Files 0.5
Java Library find all files in a root directory and all its sub folders
99.34 KB  
Modules  -  Feeds directory fetcher 6.x-1.1
This is a very simple little module that provides a new feeds fetcher to the feeds module that fetches new files from a directory of files.All you need to do is point it at a directory on your webserver, and it will fetch a new file if one is...
10 KB  
E-Mail Tools  -  SMTP Relay Checker 2.0.3
SMTP Relay Checker is a fully configurable, multithreaded open mail relay scanner. It supports scanning of IP blocks, and can print the results to a Web page. SMTP Relay Checker is intended for Systems Administrators to check IP blocks under...
54.27 KB  
Programming  -  AppKiDo 0.986sp4
AppKiDo is an API documentation browser for Cocoa and iPhone programmers. It helps you quickly find the doc you want, whether it's for a class, protocol, function, type, or constant. AppKiDo parses the headers and HTML doc files that were...
368.64 KB  
Utilities  -  ISIIM 1.3
Utility for managing the archive of installers stored in the Program Files directory by the popular installation system InstallShield. ISIIM may be useful for those who have a lot of programs to clean the garbage left after uninstalling some of them.
274 KB  
Utilities  -  FSHeal 0.2
FSHeal aims to be a general filesystem tool that can scan and report vital "defective" information about the filesystem like broken symlinks, forgotten backup files, and left-over object files, but also source files, documentation files, user...
10.24 KB  
Utilities  -  makeself 2.1.4
makeself.sh is a small shell script that generates a self-extractable tar.gz archive from a directory. The resulting file appears as a shell script (many of those have a .run suffix), and can be launched as is. The archive will then uncompress...
35.84 KB  
Video Players  -  Windows 7 Codec Pack 4.0.6
The Windows 7 Codec Pack is a simple to install package of codecs/filters/splitters used for playing back music and movie files. After installation you will be able to play 99.9% of files on the internet. Also included in the package are a number...
21.13 MB  
Programming  -  PHPCompressor - auto decompressor file 0.1.beta
PHP Compressor is a PHP class that compress a selected directory and files into an install.php file. You can chose the destination directory where decompress the file, and you can chose a file that will be executed at the end of decompression.
41.43 KB  
Programming  -  phpScribe Documentation Generator 0.9
phpScribe is a documentation generator written in PHP with mySQL support to parse the code files of a project or system to generate HTML-based documentation files. Documentation's language and skin can be configured by the user.
455.96 KB  
NEW DOWNLOADS IN LINUX SOFTWARE, UTILITIES
Linux Software  -  EasyEDA PCB Designer for Linux 2.0.0
EasyEDA, a great web based EDA(Electronics Design Automation) tool, online PCB tool, online PCB software for electronics engineers, educators, students, makers and enthusiasts. Theres no need to install any software. Just open EasyEDA in any...
34.4 MB  
Linux Software  -  wpCache® WordPress HTTP Cache 1.9
wpCache® is a high-performance, distributed object, caching system application, generic in nature, but intended for use in speeding up dynamic web applications, by decreasing database load time. wpCache® decreases dramatically the page...
3.51 MB  
Linux Software  -  Polling Autodialer Software 3.4
ICTBroadcast Auto Dialer software has a survey campaign for telephone surveys and polls. This auto dialer software automatically dials a list of numbers and asks them a set of questions that they can respond to, by using their telephone keypad....
488 B  
Linux Software  -  Total Video Converter Mac Free 3.5.5
Total Video Converter Mac Free developed by EffectMatrix Ltd is the official legal version of Total Video Converter which was a globally recognized brand since 2006. Total Video Converter Mac Free is a free but powerful all-in-one video...
17.7 MB  
Linux Software  -  Skeith mod_log_sql Analyzer 2.10beta2
Skeith is a php based front end for analyzing logs for Apache using mod_log_sql.
47.5 KB  
Utilities  -  Nessconnect 1.0.2
Nessconnect is a GUI, CLI and API client for Nessus and Nessus compatible servers. With an improved user interface, it provides local session management, scan templates, report generation through XSLT, charts and graphs, and vulnerability trending.
819.2 KB  
Utilities  -  Dynamic Power Management 2.6.16
The Dynamic Power Management (DPM) project explores technologies to improve power conservation capabilities of platforms based on open source software. Of particular interest are techniques applicable to running systems, adjusting power parameters...
30.72 KB  
Utilities  -  Ethernet bridge tables 2.4.37.9
Ethernet bridge tables - Linux Ethernet filter for the Linux bridge. The 2.4-ebtables-brnf package contains the ebtables+bridge-nf patch. Be sure to check out the ebtables hp. This site also contains the arptables userspace tool.
40.96 KB  
Utilities  -  SaraB 1.0.0
SaraB works with DAR (Disk ARchive) to schedule and rotate backups on random-access media (i.e. hard drives, CDs, DVDs, Zip, etc. Basically anything except magnetic tapes.) This reduces hassle for the administrator by providing an automatic backup...
20.48 KB  
Utilities  -  Command Not Found 0.2.41
Command Not Found is a program that uses a cache of existing programs and their associated packages to aid users in their day-to-day command-line work. Usage: command-not-found [options] Options: ...
30.72 KB