Skip to content

Instantly share code, notes, and snippets.

View nodtem66's full-sized avatar
😀

Jirawat Iamsamang nodtem66

😀
View GitHub Profile
@nodtem66
nodtem66 / gist:f32a04e22601d0c6b75f
Last active October 2, 2015 16:08 — forked from aberke/gist:042eef0f37dba1138f9e
a modified version from `aberke` AngularJS module for phonenumber inputs - Includes custom directive that formats telephone number input values.
/***************************************************
----------------------------------------------------
Author: Alexandra Berke (aberke)
Written: Summer 2014
----------------------------------------------------
Author: Jirawat I. (nodtem66)
Rewritten: Winter 2015
----------------------------------------------------
# CTags based autocompletion plugin for Sublime Text 2
# You can add the file to the User Package in ~/Library/Application Support/Sublime Text 2/Packages and restart Sublime Text 2.
# generate the .tags file in your project root with "ctags -R -f .tags"
# Author nodtem66
# fork from: https://gist.github.com/BlackMac/1825401
import sublime, sublime_plugin, os
class AutocompleteAll(sublime_plugin.EventListener):
<?xml version="1.0" encoding="UTF-8" ?>
<gdipp>
<version>0.9.1</version>
<gdimm>
<process name="(eclipse|notepad.+)\.exe">
<freetype>
<cache_max_faces>32</cache_max_faces>
<cache_max_sizes>32</cache_max_sizes>
<cache_max_bytes>4194304</cache_max_bytes>