Skip to content

Instantly share code, notes, and snippets.

@andyhuey
Created April 5, 2013 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andyhuey/5315566 to your computer and use it in GitHub Desktop.
Save andyhuey/5315566 to your computer and use it in GitHub Desktop.
// ajh 2013-04-03: my own startup project thing...
case menuitemActionStr(AjhDevStartupProjectAdd):
case menuitemActionStr(AjhDevStartupProjectRemove):
if (firstNode.handle() != classNum(ProjectNode) || !match(#pathProjects, firstNode.treeNodePath()))
{
return 0;
}
return 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment