We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a Someday (prefixed with a "? ") item is selected, the user can't create a New item.
Whether she presses the N key, or select File | New | Item from the menu, nothing happens.
The text was updated successfully, but these errors were encountered:
I can't duplicate this on my mac. Is any error output written to the terminal?
therden mailto:notifications@github.com March 23, 2015 at 4:58 PM When a Someday/Maybe item is selected, the user can't create a New item. Whether she presses the N key, or select File | New | Item from the menu, nothing happens. — Reply to this email directly or view it on GitHub #36.
therden mailto:notifications@github.com March 23, 2015 at 4:58 PM
When a Someday/Maybe item is selected, the user can't create a New item.
— Reply to this email directly or view it on GitHub #36.
Sorry, something went wrong.
Here you go:
Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\50a597\MyApps\Anaconda\lib\tkinter__init__.py", line 1487, in call return self.func(*args) File "C:\Users\50a597\MyApps\etmtk-latest\etmTk\view.py", line 946, in self.tree.bind(c, lambda e: self.after(AFTER, cmd(e))) File "C:\Users\50a597\MyApps\etmtk-latest\etmTk\view.py", line 216, in self.bindTop(c, lambda e: self.after(AFTER, self.newItem(e))) File "C:\Users\50a597\MyApps\etmtk-latest\etmTk\view.py", line 1192, in newItem changed = SimpleEditor(parent=self, master=master, start=text, options=loop.options).changed UnboundLocalError: local variable 'text' referenced before assignment
Thank you for checking this out.
I think this is fixed in the latest commit.
No branches or pull requests
When a Someday (prefixed with a "? ") item is selected, the user can't create a New item.
Whether she presses the N key, or select File | New | Item from the menu, nothing happens.
The text was updated successfully, but these errors were encountered: