Export to GitHub

masterpiece - issue #41

add open on publish checkbox to publish file panel


Posted on Oct 25, 2012 by Grumpy Giraffe

should add a checkbox to the publish filepanel that allows the user to request the file be opened once completed.

Comment #1

Posted on Oct 26, 2012 by Grumpy Giraffe

got checkbox on publish panel. got the code in the editor code. need to simply add it to builder and then add the necessary code to executepublish to get it working.

Comment #2

Posted on Oct 27, 2012 by Grumpy Cat

got builder and executepreview. need to fix a python accessinit hash collection issue. i think it comes from calling the conversion code which run's the pyembed command stuff twice, which i think re-uses the import statements which is causing the problem.

Comment #3

Posted on Oct 27, 2012 by Grumpy Cat

completed. verified. now i can run it more than once and it works fine. i can remove pyembed since it isn't used anymore and its easier to call bin command that is compiled from docutils then to find the docutils stuff.

Status: Verified

Labels:
Type-Defect Priority-Medium