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

otioview UI improvements #254

Merged
merged 2 commits into from May 14, 2018

Conversation

jminor
Copy link
Collaborator

@jminor jminor commented May 14, 2018

Moved the details widget to the right side.
Added syntax highlighting to the OTIO details.
Switched to a different style (still not great).
Window is bigger and centered.
Fixed the File->Open... menu item.

Added syntax highlighting to the OTIO details.
Switched to a different style (still not great).
Window is bigger and centered.
@ssteinbach ssteinbach merged commit dd19ea4 into AcademySoftwareFoundation:master May 14, 2018
index = expression.indexIn(text)
while index >= 0:
length = expression.matchedLength()
firstQuoteIndex = text.indexOf('"', index)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just FYI, but I am now getting:

Traceback (most recent call last):
  File "/pixar/ws/trees/rnr/storyedit/OpenTimelineIO/opentimelineview/details_widget.py", line 110, in highlightBlock
    firstQuoteIndex = text.indexOf('"', index)

Am I missing something perhaps?

@jminor jminor deleted the otio_view_polish branch May 16, 2018 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants