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

Nested Lists #30

Open
RyanRiffle opened this issue Jan 6, 2015 · 2 comments
Open

Nested Lists #30

RyanRiffle opened this issue Jan 6, 2015 · 2 comments

Comments

@RyanRiffle
Copy link
Owner

Nested lists need to be added, as noted by @MrSchism. Poe.TextCursor is the primary thing that might be blocking this.

@MrSchism
Copy link
Contributor

MrSchism commented Jan 7, 2015

Tab (which would usually be what carries the list/bullet to the indent) doesn't function at all. Using the List/bullet button again restarts the count.

@RyanRiffle
Copy link
Owner Author

Right now it gets the current paragraph, and inserts a list after it. The list object inherits from Paragraph so it doesn't indent. It would be simple to make the button work just checking for whether the current paragraph is an instanceof a list, then inserting another. I am just not sure if the Poe.TextCursor implementation is able to support nested Poe.Paragraph (Since the list inherits from Poe.Paragraph)

@RyanRiffle RyanRiffle added this to the 0.1 - Alpha milestone Jan 7, 2015
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

2 participants