|
NAMEtheide ‐ A good integrated development environment, designed for developing large C++ applications.SYNOPSIStheidetheide assembly package theide assembly package build_method [-[a] [b] [e] [r] [s] [S] [v] [1] [2] [m] [d] [M] [l] [x] [X]] [+FLAG[,FLAG]...] [ out ] The first method starts TheIDE with a Package selection dialog, the second method directly opens package from assembly and third one allows you to build or export specified project according to the supplied parameters. The last method does not open TheIde but causes it to work in console mode. DESCRIPTIONTheIDE is U++ integrated development environment which introduces modular concepts to C++ programming. It features BLITZ-build technology to speedup C++ rebuilds up to 4 times, visual designers for U++ libraries, Topic++ system for documenting code and creating rich text resources for applications (like help and code documentation) and Assist++ ‐ a powerful C++ code analyzer that provides features like code completion, navigation and transformation.TheIDE integrates with compiler and debugger (by default gcc(1) and gdb(1)) and can also be used to develop non-U++ applications. OPTIONS
Parameter options must always form single string, e.g. "-arvs". Please note, that some options are mutually exclusive. Don't use them together unless you want to be surprised by the results. General options:
Output mode:
These options are mutually exclusive. If more of them is used then last one is used. If none is used, Debug mode is assumed. Linking mode:
These options are mutually exclusive. If more of them is used then last one is used. If none is specified, static linking is used. Exporting:
Options x and X are mutually exclusive. The last specified is used. FILES~/.upp/theide/*.varThe assembly specifications.
~/.upp/theide/*.bm
The build methods configurations.
~/.upp/theide/theide.cfg
Main configuration file.
~/.upp/theide/ide.colors
Configuration of colors used in TheIDE.
~/.upp/theide/ide.key
Configuration of key bindings in TheIDE.
EXAMPLEStheide examples UWordOpens UWord (an example implementation of text proccesor)
in TheIDE.
theide examples AddressBook GCC -vasb +GUI,MT /tmp/ab Builds application AddressBook with verbose output, using
gcc(1) in debug mode, with GUI and multithreading support, links it
using shared libraries and places it in /tmp/ab.
theide uppsrc ide -2sx +GUI,MT /tmp/ide Exports Makefile and all the files needed to build TheIDE
itself (with speed optimizations) into the directory /tmp/ide/.
BUGSIf you find any bugs, please contact the developpers on our forums ( http://www.ultimatepp.org/forum ) or file a bug on projects SourceForge page ( http://sourceforge.net/projects/upp ).SEE ALSOumk(1)AUTHORSMirek Fidler, Koldo Ramirez, Tomas Rylek, Daniel KosDOCUMENTATIONFull documentation is accesible from within TheIDE and also online on http://ultimatepp.org
Visit the GSP FreeBSD Man Page Interface. |