EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

history should remember per-language #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently secondary languages get placed into the history as just regular
text; we should actually store them using a language tag.  Except that when
we look up, we should respect the current one.

Original issue reported on code.google.com by cgwalt...@gmail.com on 13 Jan 2008 at 6:24

GoogleCodeExporter commented 9 years ago

Original comment by cgwalt...@gmail.com on 13 Jan 2008 at 2:09

GoogleCodeExporter commented 9 years ago
Tab history known to be busted.

Also we don't seem to reparse correctly after a language switch.

WIP:
Committed r701
    M   hotwire/state.py
    M   hotwire_ui/shell.py
    M   hotwire_ui/completion.py
r701 = ced581424914804695bb8061e91a1805144a861d (git-svn)

Original comment by cgwalt...@gmail.com on 13 Jan 2008 at 10:47

GoogleCodeExporter commented 9 years ago
This one should be done now.

Original comment by cgwalt...@gmail.com on 14 Jan 2008 at 3:17