Home
last modified time | relevance | path

Searched refs:VimPane (Results 1 – 1 of 1) sorted by relevance

/external/lldb/utils/vim-lldb/python-vim-lldb/
Dvim_panes.py78 return (None, VimPane.MSG_NO_PROCESS)
82 return (None, VimPane.MSG_NO_THREADS)
93 return (None, VimPane.MSG_NO_FRAME)
209 class VimPane(object): class
336 if name in VimPane.highlightTypes:
341 VimPane.highlightTypes.append(name)
377 class FrameKeyValuePane(VimPane):
383 VimPane.__init__(self, owner, name, open_below)
389 self.changedHighlight = VimPane.CHANGED_VALUE_HIGHLIGHT_NAME_GUI
391 self.changedHighlight = VimPane.CHANGED_VALUE_HIGHLIGHT_NAME_TERM
[all …]