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

📄 shell.h

📁 nedit 是一款linux下的开发源码的功能强大的编辑器
💻 H
字号:
/* $Id: shell.h,v 1.5 2002/07/11 21:18:10 slobasso Exp $ */#ifndef NEDIT_SHELL_H_INCLUDED#define NEDIT_SHELL_H_INCLUDED#include "nedit.h"/* sources for command input and destinations for command output */enum inSrcs {FROM_SELECTION, FROM_WINDOW, FROM_EITHER, FROM_NONE};enum outDests {TO_SAME_WINDOW, TO_NEW_WINDOW, TO_DIALOG};void FilterSelection(WindowInfo *window, const char *command, int fromMacro);void ExecShellCommand(WindowInfo *window, const char *command, int fromMacro);void ExecCursorLine(WindowInfo *window, int fromMacro);void ShellCmdToMacroString(WindowInfo *window, const char *command,        const char *input);void DoShellMenuCmd(WindowInfo *window, const char *command, int input,        int output, int outputReplaceInput,	int saveFirst, int loadAfter, int fromMacro);void AbortShellCommand(WindowInfo *window);#endif /* NEDIT_SHELL_H_INCLUDED */

⌨️ 快捷键说明

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