Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Add getLongTitle #72

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add getLongTitle #72

wants to merge 4 commits into from

Conversation

Ben3eeE
Copy link
Contributor

@Ben3eeE Ben3eeE commented Aug 31, 2016

This replicates the behavior of TextEditors when opening multiple images with the same filename in different folders by copying the relevant parts from the TextEditor class.

Having to copy functions from the TextEditor class to achieve basic functionality might be poor design. Same goes for the pending pane item functions. If someone has a better idea I can try to implement that.

Should I add specs for this?

Before:
title before
After:
title after

@@ -46,16 +47,70 @@ class ImageEditor
destroy: ->
@subscriptions.dispose()

# Retrieves the filename of the open file.
# Essential: Retireves all {ImageEditor}s in the workspace.
Copy link
Contributor

Choose a reason for hiding this comment

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

Retireves should be Retrieves

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

Successfully merging this pull request may close these issues.

2 participants