Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qml dynamic status bar #486

Closed
4 tasks
zoli opened this issue Jan 16, 2015 · 3 comments
Closed
4 tasks

qml dynamic status bar #486

zoli opened this issue Jan 16, 2015 · 3 comments

Comments

@zoli
Copy link
Member

zoli commented Jan 16, 2015

  • Responding to view.set_status, view.get_status, view.erase_status
  • Responding to status_message
  • Showing tab size
  • Showing the display syntax
@bwiggs
Copy link
Contributor

bwiggs commented Feb 23, 2015

Some more info from @zoli in the gitter chat:

for each view status bar we store statuses in a map here https://github.com/limetext/lime/blob/master/backend/view.go#L47 currently we can modify them by SetStatus, GetStatus and EraseStatus there should be a connection between setting status and front end which is not implemented yet

@zoli
Copy link
Member Author

zoli commented Mar 2, 2015

Implemented in termbox frontend via #508, Most of the code should be the same for qml frontend to.

@erbridge
Copy link
Contributor

Migrated to limetext/lime-qml#3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants