Ryan Riffle

Results 8 comments of Ryan Riffle

Did you happen to build the game in a directory other than the root of the project? I ran into the same problem when I tried to use it like...

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...

It will most likely be a while before this is added. I know it is a core feature but it involves a lot. I would rather get more done, that...

@MrSchism In order for copy paste to be implemented, first text selection really needs to be handled by Poe itself, because when tables and images get added, stock js ranges...

@andersevenrud Yea copy and pasting is horrible when it comes to web browsers. Its been an issue for years, I wonder why the vendors have not done something about it?

Copy and paste will not be hard to implement now. Text selection now works due to the recent rewrite of the project and change from Coffeescript to Javascript. So now...

As a note: The desktop version of Poe will possibly be able to support Copy + Paste using the system clipboard, however the web version will need something more as...

I have partial support for multiple cursors already IIRC. So thats part of it.