Things I Learned Today
Tuesday, June 28, 2011
Matrix content headers,,,
To
set the content type for matrix assets via a Design file:
<MySource_PRINT id_name="__global__" var="content_type" content_type="text/xml" />
<MySource_AREA id_name="page_body" design_area="body" />
Monday, June 20, 2011
Git and SciTE
How to have SciTE expliclty open a new window when using the check.if.already.open feature.
To change default editor that
Git uses for commit messages
:
git config --global core.editor "scite -check.if.already.open=0"
And also add this to your SciTEUser.properties:
quit.on.close.last=1
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)