ImpowerGames / impower

An all-in-one, community-powered indie development platform that gives creative people the tools they need to bring their ideas to life.
https://www.impower.app
2 stars 1 forks source link

Display inline preview when hovering over button in snippet toolbar #147

Open lovelle-cardoso opened 2 years ago

lovelle-cardoso commented 2 years ago

This way the user doesn't have to click the snippet toolbar button to see what it will insert.

Wipeless commented 2 years ago

Ohhhhh! I like this so far! Testing it out more tonight!

Broderick-Colin commented 2 years ago

Doesn't do preview for Bold/Italic/Underline/Center/Dynamic

Broderick-Colin commented 2 years ago

I've tested: -Section -Scene -Dialogue -Parenthetical (This one has an error in the Game Preview, noted in another issue tracker)

The following features are not programmed yet, but their text preview works

Broderick-Colin commented 2 years ago

When your cursor has selected a part of the script that is tabbed, the Inline preview shows up on the first level (no tabs). When you click on the button, the snippet appears on the correct tab (just a visual bug)

lovelle-cardoso commented 2 years ago

@LemBurnstein Fixed preview getting stuck in 0b9d87f8

Broderick-Colin commented 2 years ago

@lovelle-cardoso Now the preview defaults to the first level instead of the level you have selected with your cursor. Whereas before the preview would show up on the first level, but the snippet would appear on the correct level you had selected

lovelle-cardoso commented 2 years ago

@LemBurnstein Fixed by aa514b1a