DolphinDream
DolphinDream
Is there a way to set the background and text colors to other values? I wanted my html pages to be created with light text on a dark background. Perhaps...
When saving a node setup (with frames) as a preset and then instantiating them the layout is messed up. Some nodes do not get created in the proper location. Also...
**Description** When using prince css settings to color the entire page a given color the export to PDF from this extension generates a PDF that has white background. Entering the...
Is there a way to assign a shortcut to say Export PDF ? I don’t know if these commands are exposed to the command list (accessible via ctlr+shift+p) to assing...
I installed SublimeGtags via package control within sublime text 2 and added the path to the GTAGS files generated with gtags (in user's Gtags.sublime-settings) and the "Navigate to Definition" and...
Currently there are no scopes defined for these cases: ``` myClassA myObject; myClassB* myObjectPointer; ``` ``` std::vector myVectorOfObjects; std::vector myVectorOfObjectPointers; ``` And there is no differentiation between the class name...