summaryrefslogtreecommitdiff
path: root/python3/vdebug/ui/vimui.py
AgeCommit message (Expand)Author
2020-03-23SOURCE WINDOW JUMPS TO CORRECT BUFFER WHEN THE SOURCE WINDOW BUFFER IS SWITCH...Tom Stock
2019-07-13move default layouts in python and have layout optionBlackEagle
2019-07-13Merge branch 'debugger-layouts' of https://github.com/Garethp/vdebug into Gar...BlackEagle
2019-07-05Adding the ability to change what stack is being shown in the watch windowGareth Parker
2019-07-05Another way to let people choose between layoutsGareth Parker
2019-07-04Merge pull request #404 from Garethp/breakpoint-toggleIke Devolder
2019-07-04simplified status, take it into account for all printing in StatusWindowBlackEagle
2019-07-04simplified status, also use a glyph for listeningBlackEagle
2019-07-03Adding support for breakpoint enabling/disablingGareth Parker
2019-06-20Making the window height/width and status bar configurableGareth Parker
2018-10-20fix exception when setting wrong options in vim window via pythonBlackEagle
2018-10-04Add consistent empty lines before classesLucas Hoffmann
2018-10-04Remove unused methodsLucas Hoffmann
2018-10-04Use some more idiomatic python instead of vim.evalLucas Hoffmann
2018-08-09Merge pull request #375 from lucc/py3-cleanupIke Devolder
2018-08-08Remove superfuous :silentLucas Hoffmann
2018-08-08Group all autocommands into the Vdebug groupLucas Hoffmann
2018-08-08Remove __future__ importsLucas Hoffmann
2018-08-02Move python code to python3 folderLucas Hoffmann