📄 tags
字号:
Menu platform.cpp /^Menu::Menu() : id(0)$/;" f class:MenuMinimum platform.cpp /^int Platform::Minimum(int a, int b)$/;" f class:PlatformModifiedTime filepath.cpp /^time_t FilePath::ModifiedTime() const$/;" f class:FilePathModifyScrollBars qstescintillabase.cpp /^bool QSteScintillaBase::ModifyScrollBars(int nmax,int npage)$/;" f class:QSteScintillaBaseMouseButtonBounce platform.cpp /^bool Platform::MouseButtonBounce()$/;" f class:PlatformMoveTo platform.cpp /^void SurfaceImpl::MoveTo(int x_,int y_)$/;" f class:SurfaceImplName filepath.cpp /^FilePath FilePath::Name() const$/;" f class:FilePathNormalizePath filepath.cpp /^FilePath FilePath::NormalizePath() const$/;" f class:FilePathNotifyChange qstescintillabase.cpp /^void QSteScintillaBase::NotifyChange()$/;" f class:QSteScintillaBaseNotifyParent qstescintillabase.cpp /^void QSteScintillaBase::NotifyParent(SCNotification scn)\/\/inherits from Editor$/;" f class:QSteScintillaBaseOpen filepath.cpp /^FILE *FilePath::Open(const char *mode) const$/;" f class:FilePathPFont platform.cpp /^static QFont *PFont(FontID id)$/;" f file:PMenu platform.cpp /^static QStePopup *PMenu(MenuID id)$/;" f file:PWindow platform.cpp /^static QWidget *PWindow(WindowID id)$/;" f file:Palette platform.cpp /^Palette::Palette()$/;" f class:PalettePaste qstescintillabase.cpp /^void QSteScintillaBase::Paste()$/;" f class:QSteScintillaBasePenColour platform.cpp /^void SurfaceImpl::PenColour(ColourAllocated fore)$/;" f class:SurfaceImplPolygon platform.cpp /^void SurfaceImpl::Polygon(Point *pts,int npts,ColourAllocated fore,ColourAllocated back)$/;" f class:SurfaceImplPropSetFile properfile.cpp /^PropSetFile::PropSetFile(bool lowerKeys_) : lowerKeys(lowerKeys_) {}$/;" f class:PropSetFileQSteCallTip qsteclasses.cpp /^QSteCallTip::QSteCallTip(QSteScintillaBase *qsci) : QWidget(qsci,Qt::WindowFlags(Qt::Popup | Qt::FramelessWindowHint | Qt::WA_StaticContents)),qstebase(qsci)$/;" f class:QSteCallTipQSteEditor qsteeditor.cpp /^QSteEditor::QSteEditor(QWidget *parent):QSteScintillaBase(parent),m_filename(QString(""))$/;" f class:QSteEditorQSteGlobalProper qsteproper.cpp /^QSteGlobalProper::QSteGlobalProper(const char *filename,const char *workdir):QSteProper(filename,workdir)$/;" f class:QSteGlobalProperQSteLexProper qsteproper.cpp /^QSteLexProper::QSteLexProper(const char *filename):QSteProper(filename)$/;" f class:QSteLexProperQSteListBox qsteclasses.cpp /^QSteListBox::QSteListBox(QWidget *parent,ListBoxQt *lbqt_) : QListWidget(parent),lbqt(lbqt_)$/;" f class:QSteListBoxQStePopup qsteclasses.cpp /^QStePopup::QStePopup()$/;" f class:QStePopupQSteProper qsteproper.cpp /^QSteProper::QSteProper()$/;" f class:QSteProperQSteProper qsteproper.cpp /^QSteProper::QSteProper(const char *filename,const char *workdir)$/;" f class:QSteProperQSteScintillaBase qstescintillabase.cpp /^QSteScintillaBase::QSteScintillaBase(QWidget *parent):QAbstractScrollArea(parent),capturedMouse(false)$/;" f class:QSteScintillaBaseR_OK filepath.cpp 342;" d file:Read properfile.cpp /^bool PropSetFile::Read(FilePath filename, FilePath directoryForImports, FilePath imports[], int sizeImports)$/;" f class:PropSetFileReadFromMemory properfile.cpp /^void PropSetFile::ReadFromMemory(const char *data, int len, FilePath directoryForImports,FilePath imports[], int sizeImports)$/;" f class:PropSetFileReadLine properfile.cpp /^bool PropSetFile::ReadLine(const char *lineBuffer, bool ifIsTrue, FilePath directoryForImports, FilePath imports[], int sizeImports)$/;" f class:PropSetFileRectangleDraw platform.cpp /^void SurfaceImpl::RectangleDraw(PRectangle rc,ColourAllocated fore,ColourAllocated back)$/;" f class:SurfaceImplRegisterImage listboxqt.cpp /^void ListBoxQt::RegisterImage(int type,const char *xpm_data)$/;" f class:ListBoxQtRelease platform.cpp /^void Font::Release()$/;" f class:FontRelease platform.cpp /^void Palette::Release()$/;" f class:PaletteRelease platform.cpp /^void SurfaceImpl::Release()$/;" f class:SurfaceImplRemove filepath.cpp /^void FilePath::Remove() const$/;" f class:FilePathRootLength filepath.cpp /^int FilePath::RootLength()$/;" f class:FilePathRoundedRectangle platform.cpp /^void SurfaceImpl::RoundedRectangle(PRectangle rc,ColourAllocated fore,ColourAllocated back)$/;" f class:SurfaceImplSameNameAs filepath.cpp /^bool FilePath::SameNameAs(const FilePath &other) const$/;" f class:FilePathSameNameAs filepath.cpp /^bool FilePath::SameNameAs(const char *other) const$/;" f class:FilePathSelect listboxqt.cpp /^void ListBoxQt::Select(int n)$/;" f class:ListBoxQtSendScintilla platform.cpp /^long Platform::SendScintilla(WindowID w,unsigned int msg,unsigned long wParam,long lParam)$/;" f class:PlatformSendScintillaPointer platform.cpp /^long Platform::SendScintillaPointer(WindowID w,unsigned int msg,unsigned long wParam,void *lParam)$/;" f class:PlatformSessionLoad Session.vim /^let SessionLoad = 1$/;" vSet filepath.cpp /^void FilePath::Set(FilePath const &directory,FilePath const &name)$/;" f class:FilePathSet filepath.cpp /^void FilePath::Set(FilePath const &other)$/;" f class:FilePathSet filepath.cpp /^void FilePath::Set(const char *fileName_)$/;" f class:FilePathSetAverageCharWidth listboxqt.cpp /^void ListBoxQt::SetAverageCharWidth(int wide)$/;" f class:ListBoxQtSetClip platform.cpp /^void SurfaceImpl::SetClip(PRectangle rc)$/;" f class:SurfaceImplSetCursor platform.cpp /^void Window::SetCursor(Cursor curs)$/;" f class:WindowSetDBCSMode platform.cpp /^ void SetDBCSMode(int codePage){$/;" f class:SurfaceImplSetDirectory filepath.cpp /^void FilePath::SetDirectory(FilePath directory) {$/;" f class:FilePathSetDoubleClickAction listboxqt.cpp /^void ListBoxQt::SetDoubleClickAction(CallBackAction action,void *data)$/;" f class:ListBoxQtSetFont listboxqt.cpp /^void ListBoxQt::SetFont(Font &font)$/;" f class:ListBoxQtSetFont platform.cpp /^void Window::SetFont(Font &font)$/;" f class:WindowSetHorizontalScrollPos qstescintillabase.cpp /^void QSteScintillaBase::SetHorizontalScrollPos()$/;" f class:QSteScintillaBaseSetInteger properfile.cpp /^void PropSetFile::SetInteger(const char *key, sptr_t i)$/;" f class:PropSetFileSetList listboxqt.cpp /^void ListBoxQt::SetList(const char *list,char separator,char typesep)$/;" f class:ListBoxQtSetMouseCapture qstescintillabase.cpp /^void QSteScintillaBase::SetMouseCapture(bool on)$/;" f class:QSteScintillaBaseSetPalette platform.cpp /^ int SetPalette(Palette *,bool){$/;" f class:SurfaceImplSetPosition platform.cpp /^void Window::SetPosition(PRectangle rc)$/;" f class:WindowSetPositionRelative platform.cpp /^void Window::SetPositionRelative(PRectangle rc, Window relativeTo)$/;" f class:WindowSetTicking qstescintillabase.cpp /^void QSteScintillaBase::SetTicking(bool on)$/;" f class:QSteScintillaBaseSetTitle platform.cpp /^void Window::SetTitle(const char *s)$/;" f class:WindowSetUnicodeMode platform.cpp /^ void SetUnicodeMode(bool unicodeMode_){$/;" f class:SurfaceImplSetVerticalScrollPos qstescintillabase.cpp /^void QSteScintillaBase::SetVerticalScrollPos()$/;" f class:QSteScintillaBaseSetVisibleRows listboxqt.cpp /^void ListBoxQt::SetVisibleRows(int rows)$/;" f class:ListBoxQtShow platform.cpp /^void Menu::Show(Point pt,Window &wid)$/;" f class:MenuShow platform.cpp /^void Window::Show(bool show)$/;" f class:WindowShowAssertionPopUps platform.cpp /^bool Platform::ShowAssertionPopUps(bool assertionPopUps_)$/;" f class:PlatformSort listboxqt.cpp /^void ListBoxQt::Sort()$/;" f class:ListBoxQtStartDrag qstescintillabase.cpp /^void QSteScintillaBase::StartDrag()\/\/overload of Editor$/;" f class:QSteScintillaBaseStringEqual properfile.cpp /^static bool StringEqual(const char *a, const char *b, size_t len, bool caseSensitive)$/;" f file:SurfaceImpl platform.cpp /^SurfaceImpl::SurfaceImpl():unicodeMode(false),pd(0),painter(0),my_resources(false),pen_x(0),pen_y(0)$/;" f class:SurfaceImplSurfaceImpl platform.cpp /^class SurfaceImpl : public Surface$/;" c file:WantFind platform.cpp /^void Palette::WantFind(ColourPair &cp,bool want)$/;" f class:PaletteWidthChar platform.cpp /^int SurfaceImpl::WidthChar(Font &font_, char ch)$/;" f class:SurfaceImplWidthText platform.cpp /^int SurfaceImpl::WidthText(Font &font_, const char *s, int len)$/;" f class:SurfaceImplWndProc qstescintillabase.cpp /^sptr_t QSteScintillaBase::WndProc(unsigned int msg,uptr_t wparam,sptr_t lparam)$/;" f class:QSteScintillaBaseaddIn qsteproper.cpp /^bool QSteProper::addIn(const char *key,const char *val,bool in)$/;" f class:QSteProperaddItem qsteclasses.cpp /^void QStePopup::addItem(const QString &label,int cmd,bool enable,QSteScintillaBase *qbase)$/;" f class:QStePopupaddItemPixmap qsteclasses.cpp /^void QSteListBox::addItemPixmap(const QPixmap &pm,const QString &txt)$/;" f class:QSteListBoxassertionPopUps platform.cpp /^static bool assertionPopUps = true;$/;" v file:backdoor listboxqt.cpp /^QString ListBoxQt::backdoor;$/;" m class:ListBoxQt file:beginUndo qsteeditor.cpp /^void QSteEditor::beginUndo()$/;" f class:QSteEditorcanRedo qsteeditor.cpp /^bool QSteEditor::canRedo()$/;" f class:QSteEditorcanUndo qsteeditor.cpp /^bool QSteEditor::canUndo()$/;" f class:QSteEditorcaseSensitiveFilenames properfile.cpp /^bool PropSetFile::caseSensitiveFilenames = false;$/;" m class:PropSetFile file:clear qsteeditor.cpp /^void QSteEditor::clear()$/;" f class:QSteEditorconfigFileVisibilityString filepath.cpp /^const char configFileVisibilityString[] = "";$/;" vcontextMenuEvent qstescintillabase.cpp /^void QSteScintillaBase::contextMenuEvent(QContextMenuEvent *event)$/;" f class:QSteScintillaBaseconvertQColor platform.cpp /^QColor SurfaceImpl::convertQColor(const ColourAllocated &col, unsigned alpha)$/;" f class:SurfaceImplconvertQRgb platform.cpp /^QRgb SurfaceImpl::convertQRgb(const ColourAllocated &col, unsigned alpha)$/;" f class:SurfaceImplconvertText platform.cpp /^QString SurfaceImpl::convertText(const char *s, int len)$/;" f class:SurfaceImplconvertTextToQString qsteeditor.cpp /^QString QSteEditor::convertTextToQString(char *str) const$/;" f class:QSteEditorcopy qsteeditor.cpp /^void QSteEditor::copy()$/;" f class:QSteEditorcpo Session.vim /^let &cpo=s:cpo_save$/;" vcpo_save Session.vim /^let s:cpo_save=&cpo$/;" vcut qsteeditor.cpp /^void QSteEditor::cut()$/;" f class:QSteEditordeleteText qsteeditor.cpp /^void QSteEditor::deleteText()$/;" f class:QSteEditordragEnterEvent qstescintillabase.cpp /^void QSteScintillaBase::dragEnterEvent(QDragEnterEvent *event)$/;" f class:QSteScintillaBasedragLeaveEvent qstescintillabase.cpp /^void QSteScintillaBase::dragLeaveEvent(QDragLeaveEvent *event)$/;" f class:QSteScintillaBasedragMoveEvent qstescintillabase.cpp /^void QSteScintillaBase::dragMoveEvent(QDragMoveEvent *event)$/;" f class:QSteScintillaBasedropEvent qstescintillabase.cpp /^void QSteScintillaBase::dropEvent(QDropEvent *event)$/;" f class:QSteScintillaBaseendUndo qsteeditor.cpp /^void QSteEditor::endUndo()$/;" f class:QSteEditorfileRead filepath.cpp /^const char fileRead[] = "rb";$/;" vfileWrite filepath.cpp /^const char fileWrite[] = "wb";$/;" vfind qsteclasses.cpp /^int QSteListBox::find(const QString &prefix)$/;" f class:QSteListBoxfocusInEvent qstescintillabase.cpp /^void QSteScintillaBase::focusInEvent(QFocusEvent *event)$/;" f class:QSteScintillaBasefocusNextPrevChild qstescintillabase.cpp /^bool QSteScintillaBase::focusNextPrevChild(bool next)$/;" f class:QSteScintillaBasefocusOutEvent qstescintillabase.cpp /^void QSteScintillaBase::focusOutEvent(QFocusEvent *event)$/;" f class:QSteScintillaBasegetFileName qsteeditor.cpp /^const QString QSteEditor::getFileName() const$/;" f class:QSteEditorgetKeyWord qsteproper.cpp /^const char *QSteLexProper::getKeyWord(int index)$/;" f class:QSteLexPropergetKeyWordsList qsteproper.cpp /^SString QSteLexProper::getKeyWordsList()$/;" f class:QSteLexPropergetLanguageType qsteproper.cpp /^const char *QSteLexProper::getLanguageType()$/;" f class:QSteLexPropergetLexFromIndex qsteproper.cpp /^QSteLexProper *QSteGlobalProper::getLexFromIndex(int index)$/;" f class:QSteGlobalPropergetLexFromPostfix qsteproper.cpp /^QSteLexProper *QSteGlobalProper::getLexFromPostfix(const char *fix)$/;" f class:QSteGlobalPropergetLexPostfix qsteproper.cpp /^const char *QSteLexProper::getLexPostfix()$/;" f class:QSteLexPropergetLineLength qsteeditor.cpp /^int QSteEditor::getLineLength(int line)$/;" f class:QSteEditorgetText qsteeditor.cpp /^QString QSteEditor::getText()$/;" f class:QSteEditorgetText qsteeditor.cpp /^QString QSteEditor::getText(int linenum)$/;" f class:QSteEditorgetTextLength qsteeditor.cpp /^int QSteEditor::getTextLength()$/;" f class:QSteEditorgetType filepath.cpp /^const char *FilePath::getType() const$/;" f class:FilePathhandleDoubleClick qsteclasses.cpp /^void QSteListBox::handleDoubleClick()$/;" f class:QSteListBoxhandleHSb qstescintillabase.cpp /^void QSteScintillaBase::handleHSb(int value)$/;" f class:QSteScintillaBase
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -