Rob McCormack on August 30th 2013 with 48 Comments
Excerpted from “A short-cut to Hollywood Success” by Linda Cowgill Creative Screenwriting 05/11/2004)
- Know who you're making your film for. If you're making it for yourself, that's who you have to satisfy. If you're making it as an entry into the industry, your film needs to work dramatically as well as technically. Competition is stiff.
#The Joy of Coding a Simple Plugin
Rob Smith on August 30, 2013 with 48 Commments
Tutorial Details
Program: Some programm
Version: 2.0
Difficulty: Beginner
Estimated Completion Time: 45 minutes
A test link plugin for creating and editing Gists.
Do not use triple-quote strings to comment code. This is not a good practice, becaus https://python-guide.readthedocs.org/en/latest/writing/documentation/#project-documentation
###Line wrapping, comment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sublime_plugin | |
import datetime | |
''' | |
__ __ __ __ | |
| \/ |_ _| \/ | | |
| |\/| | '_| |\/| |_ | |
|_| |_|_| |_| |_(_) | |
Project: Examples of using show_quick_panel in Sublime 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sublime | |
import sublime_plugin | |
''' | |
__ __ __ __ | |
| \/ |_ _| \/ | | |
| |\/| | '_| |\/| |_ | |
|_| |_|_| |_| |_(_) | |
Project: Examples of using custom dialog and messages in Sublime 2 |
This is a work in progress. ... Markdown ref: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
Excellent ref:
Very complete: Sublime Text 2 Keyboard Shortcuts Cheat Sheet (Win, OS X and Linux):
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"my_setting_comments": | |
[ | |
"json files CAN NOT have comments,they are stripped out", | |
"TIP: use underscore like this to disable (with quotes) theme_: Phoenix Dark.sublime-theme", | |
"Comment1", | |
"Comment2" | |
], | |
NewerOlder