lp://staging/~ashishsharma/boots/curses-devel
Created by
Ashish Sharma
and last modified
- Get this branch:
- bzr branch lp://staging/~ashishsharma/boots/curses-devel
Only
Ashish Sharma
can upload to this branch. If you are
Ashish Sharma
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp://staging/boots
- Boots Developers: Pending requested
-
Diff: 8670 lines (+8462/-1)32 files modifiedboots/app/client_config.py (+5/-0)
boots/lib/console.py (+6/-1)
boots/lib/ui/cui/NEWS (+18/-0)
boots/lib/ui/cui/completer/dynamic_loader.py (+108/-0)
boots/lib/ui/cui/completer/key_cache.py (+121/-0)
boots/lib/ui/cui/completer/static_loader.py (+168/-0)
boots/lib/ui/cui/cui_buffer.py (+200/-0)
boots/lib/ui/cui/cui_colors.py (+219/-0)
boots/lib/ui/cui/cui_display.py (+215/-0)
boots/lib/ui/cui/cui_keyboard.py (+452/-0)
boots/lib/ui/cui/cui_main.py (+107/-0)
boots/lib/ui/cui/cui_utils.py (+58/-0)
boots/lib/ui/cui/cui_window.py (+252/-0)
boots/lib/ui/cui/lexers/ply/__init__.py (+4/-0)
boots/lib/ui/cui/lexers/ply/cpp.py (+898/-0)
boots/lib/ui/cui/lexers/ply/ctokens.py (+133/-0)
boots/lib/ui/cui/lexers/ply/lex.py (+1058/-0)
boots/lib/ui/cui/lexers/ply/yacc.py (+3276/-0)
boots/lib/ui/cui/lexers/sql_lexer.py (+98/-0)
boots/lib/ui/curses.py (+278/-0)
data/cfg/colors.cfg (+112/-0)
doc/gsoc-docs/Makefile (+89/-0)
doc/gsoc-docs/code_docs.rst (+19/-0)
doc/gsoc-docs/code_docs/mod_completer.rst (+33/-0)
doc/gsoc-docs/code_docs/mod_cursesui.rst (+65/-0)
doc/gsoc-docs/code_docs/mod_lexers.rst (+19/-0)
doc/gsoc-docs/conf.py (+194/-0)
doc/gsoc-docs/gsoctemplates/layout.html (+21/-0)
doc/gsoc-docs/index.rst (+38/-0)
doc/gsoc-docs/make.bat (+113/-0)
doc/gsoc-docs/personal_info.rst (+35/-0)
doc/gsoc-docs/project_overview.rst (+50/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 186. By Ashish Sharma
-
Code refactoring.
New option --interface added to boots command line options.
See NEWS for complete description. - 183. By Ashish Sharma
-
Worked on comments and refactoring.
Tested the tab completion with MySQLdb connection.
Will only be working if you use boots to connect to MySQL.
To disable it comment line no 98 in ./boots/lib/ui/ cui/key_ cache.py - 182. By Ashish Sharma
-
Documentation added and updated in main devel branch.
Also find it hosted on http://web.iiit. ac.in/~ ashishsharma/ gsoc/html/ index.html
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/boots