Baltasar García Perez-Schofield

Results 8 comments of Baltasar García Perez-Schofield

Same here. This is an Ubuntu box, and the error was thrown while updating the Atom Beuatifier.

Indeed PDF rendering seems something tricky for the .NET world, though it is something really common in the JavaScript scene, for example. Looking around, it seems that the only library...

Anyway, a better error handling would be needed, saying that the plugin could not be executed or something like that, instead of crashing.

Another idea would be to just generate HTML, which can be easily converted to PDF or even any other format.

Yep, now the PDF extractor works!! A minor issue is that **NClass** asks you to whether open the obtained PDF or not. If you do, then it crashes. It sees...

Most dialogs have the same problem, though I did not want to overwhelm you, since after all it is not critical. I suppose this does not happen in Windows.. Again,...

Maybe this would be interesting in a more UML-like way, such as: ``` -x:int +get():int +set(x:int) ``` "-" means private, "+" public, "*" protected.