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

📄 hide.1

📁 Linux下的C、C++ IDE
💻 1
字号:
.\" (C) James Martin (boolean_machine@yahoo.com).\" Manpage by James Martin (boolean_machine@yahoo.com).TH hIDE 1.SH NAMEhIDE - Heterogeneous Integrated Development Environment.SH SYNOPSIS.B hide [-p [PROJECT_FILE]] [SOURCE_FILE] [...].SH DESCRIPTIONhIDE is a Qt based IDE for C++, C and Java software development..SH FEATURES~ C++, C and Java build tools integration (more are being added).~ Project management tools.~ Automatic makefile generation (Projects Only).~ Individual file compilation.~ main() file generation (Projects Only)~ Integrated source code editor with line\column numbering.~ Raw byte output viewer for any text based file.~ Class & File Browser.~ Customizable integration of additional command-line tools.~ Rapid application build process: 1.) Edit Source 2.) Press F7 3.) GOTO 1.	.SH SHORTCUT KEYSCtrl+N - Create new file.Ctrl+O - Open file.Ctrl+S - Save file.Ctrl+Q - Close file.Ctrl+U - Convert selected text to uppercase.Ctrl+L - Convert selected text to lowercase.F7 - Build current project.Ctrl+F7	- Compile a single C++ or C implementation source file.Ctrl+M - Run make in the directory of the current C++ or C source file.Ctrl+J - Compile an individual Java file to bytecode.Ctrl+E - Execute Java application.Ctrl+B - "Big Edit" Mode.Ctrl+G - Goto a specific line in a file.Ctrl+N - View next file.Ctrl+P - View previous file.Ctrl+F - Find text in the current file.	.SH USAGE.B Creating a New Project:1. Select the "Project->New..." menu item.2. Enter the name of the project.3. Enter your project directory (ie: /foo/myprojects).4. Enter the authors name (optional).5. Choose the primary programming language for the project.6. Click the "Create" button..B Opening an Existing project:1. Select the "Project->Open..." menu item.2. Locate the *.hide project file and open it..B Adding Files to a Project:You can add any type of text based file to a hIDE project (Only C++, C andJava source code gets compiled however).If the file exists already...1. Select the "Project->Add File..." menu item.2. Locate the file that you want to add.If you want to create an empty file and add it to your project...1. Select the "Project->Add New File..." menu item.2. Enter a name for the new file and save it..B Removing a File from a Project:1. Select the "Project->Remove File..." menu item.2. Select the file you wish to remove from the list.3. Click the "Remove" button..B Building a Project:1. Select the "Project->Build" menu item..B Adding a Custom Tool:1. Select the "Settings->Custom Tools..." menu item.2. Click the "Add..." button to bring up the "Add Tool" dialog.3. Enter the name of the command in the "Tool" edit box.4. Enter the alias for the command that will appear in the "Tools" menu in the "Menu Alias" edit box.5. Click the "Add" button..B Removing a Custom Tool:1. Select the "Settings->Custom Tools..." menu item.2. Select the tool you wish to remove from the list.3. Click the "Remove" button..SH "BUGS"View the "BUGS" file in hIDE's install directory for a list of current issues..SH "AUTHOR"James Martin (boolean_machine@yahoo.com)

⌨️ 快捷键说明

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