vimspector/python3/vimspector
Ben Jackson 5c8143a710 Add vertical (i.e. narrow) layout
This puts the 3 utility windows at the top, horizontally split, with the
code view below.  The terminal window is drawn either vertically split
(if there's room) or horizontally split otherwise.  The output window
remains at tht bottom.

We add equivalent sizing options too, setting some defauts that roughly
work on my macbook pro.

By default we switch to the narrow layout if there are fewer than 160
columns, but this can be overridden by setting g:vimspector_ui_mode.
2021-03-10 12:36:28 +00:00
..
custom Use popup for confirmations (note these have to be async) 2021-03-10 12:36:28 +00:00
vendor Support c-style comments in JSON 2020-03-21 15:16:07 +00:00
__init__.py Talk to a job from python 2018-05-16 02:31:23 +01:00
breakpoints.py Fix clearing temp breakpoints - ensure that the isngs are undisplayed 2020-11-22 13:25:10 +00:00
code.py Do not send event after leave buffer. 2021-02-21 19:17:09 +00:00
debug_adapter_connection.py Add a way to have adapter specific message handlers 2021-03-10 12:36:28 +00:00
debug_session.py Add vertical (i.e. narrow) layout 2021-03-10 12:36:28 +00:00
developer.py Use any python for debugpy 2020-07-31 22:19:10 +01:00
gadgets.py Add a way to have adapter specific message handlers 2021-03-10 12:36:28 +00:00
install.py Upgrade gadgets when they change 2020-07-24 17:12:07 +01:00
installer.py Merge branch 'master' into master 2021-01-09 10:33:38 +00:00
output.py Use silent for winbar menus 2021-02-25 22:15:09 +00:00
settings.py Add vertical (i.e. narrow) layout 2021-03-10 12:36:28 +00:00
signs.py Add SetLineBreakpoint and ClaerLineBreakpoint APIs 2020-10-17 22:40:08 +01:00
stack_trace.py Allow overriding the variables/stack trace mappings in config 2021-02-25 22:15:09 +00:00
terminal.py Add vertical (i.e. narrow) layout 2021-03-10 12:36:28 +00:00
utils.py Create a messagebox-like interface in vim 2021-03-10 12:36:28 +00:00
variables.py Fix error when nothing to expand 2021-03-05 19:05:42 +00:00