SafeNet/SDMaps/maps.sublime-workspace

1383 lines
38 KiB
Plaintext

{
"auto_complete":
{
"selected_items":
[
[
"parse",
"parseBooleanOrInt"
],
[
"cha",
"changedProp"
],
[
"change",
"changedAttributes"
],
[
"mar",
"markerName"
],
[
"live",
"liveErrors"
],
[
"lab",
"labelColor"
],
[
"existing",
"existingMarker"
],
[
"Simoco",
"SimocoPortable"
],
[
"info",
"infoWindowView"
],
[
"shou",
"shouldUpdate"
],
[
"lon",
"longitude"
],
[
"sho",
"shouldNotUpdate"
],
[
"points",
"pointsArray"
],
[
"landma",
"landmarkErrors"
],
[
"last",
"lastUpdated"
],
[
"mouse",
"mousedown"
],
[
"infoW",
"infoWindowModel"
],
[
"fast",
"fastCommandCallback"
],
[
"fa",
"fastCommandCallback"
],
[
"data",
"dataSetPoint"
],
[
"pro",
"properties"
],
[
"proto",
"prototype"
],
[
"SfmbM",
"SfmbMapsGoogle"
],
[
"bor",
"borderWidth"
],
[
"exist",
"existingMarker"
],
[
"get",
"getAllMessagesLatestIdFormatted"
],
[
"De",
"DebugServer"
],
[
"comma",
"commandsCache"
],
[
"border",
"borderOpacity"
],
[
"bo",
"borderOpacity"
],
[
"borde",
"borderWidth"
],
[
"geo",
"geoText"
],
[
"point",
"pointsArray"
],
[
"inser",
"insertPosition"
],
[
"priv",
"privateFunc"
],
[
"pri",
"privateFunc"
],
[
"create",
"createEventObject"
],
[
"comp",
"computeSpeedAlerts"
],
[
"P",
"PositionMessage"
],
[
"posi",
"position_message_unit_id"
],
[
"refe",
"referenceskey"
],
[
"refer",
"references"
],
[
"mes",
"message_time"
],
[
"me",
"message_time"
],
[
"position_",
"position_message_unit_id"
]
]
},
"buffers":
[
{
"file": "src/models.js",
"settings":
{
"buffer_size": 10353,
"line_ending": "Unix"
}
},
{
"file": "src/libs/backbone.js",
"settings":
{
"buffer_size": 71365,
"line_ending": "Unix"
}
},
{
"file": "src/cs/Utils.coffee",
"settings":
{
"buffer_size": 3770,
"line_ending": "Unix"
}
},
{
"file": "src/Parser.js",
"settings":
{
"buffer_size": 19605,
"line_ending": "Unix"
}
},
{
"contents": "Searching 82 files for \"DEBUG\"\n\n/Users/cristi/work/projects/SDMaps/src/debug-server/Server.coffee:\n 27 \n 28 \n 29: class DebugServer\n 30 cache = new Cache\n 31 constructor : (@port=9000) ->\n 32 @server = restify.createServer\n 33: name : \"SafeDispatch Map Debug Server\"\n 34 @server.pre restify.pre.sanitizePath()\n 35 @server.use restify.queryParser()\n ..\n 85 # setInterval (-> queue.push \"Message #{i++}\"), 4000\n 86 \n 87: new DebugServer\n 88 \n 89 \n ..\n 91 To do:\n 92 \n 93: - intelligent management of the debug-server on the client\n 94 - don't consume resources if it's not available\n 95 - don't clog memory with cache if it runs for a long time\n\n/Users/cristi/work/projects/SDMaps/src/libs/coffee-script.js:\n <binary>\n\n/Users/cristi/work/projects/SDMaps/src/libs/lodash.js:\n 10627 * **Note:** In the development build `_.template` utilizes\n 10628 * [sourceURLs](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/#toc-sourceurl)\n 10629: * for easier debugging.\n 10630 *\n 10631 * For more information on precompiling templates see\n .....\n 10743 , 'g');\n 10744 \n 10745: // Use a sourceURL for easier debugging.\n 10746 var sourceURL = '//# sourceURL=' +\n 10747 ('sourceURL' in options\n\n/Users/cristi/work/projects/SDMaps/src/libs/OpenLayers/OpenLayers.debug.js:\n 2238 /**\n 2239 * Namespace: OpenLayers.Console\n 2240: * The OpenLayers.Console namespace is used for debugging and error logging.\n 2241 * If the Firebug Lite (../Firebug/firebug.js) is included before this script,\n 2242 * calls to OpenLayers.Console methods will get redirected to window.console.\n 2243 * This makes use of the Firebug extension where available and allows for\n 2244: * cross-browser debugging Firebug style.\n 2245 *\n 2246 * Note:\n ....\n 2274 \n 2275 /**\n 2276: * APIFunction: debug\n 2277 * Writes a message to the console, including a hyperlink to the line\n 2278 * where it was called.\n ....\n 2283 * object - {Object}\n 2284 */\n 2285: debug: function() {},\n 2286 \n 2287 /**\n\n/Users/cristi/work/projects/SDMaps/src/libs/OpenLayers/OpenLayers.js:\n 78 OpenLayers.Util.toFloat(a),this.lat+OpenLayers.Util.toFloat(b))},equals:function(a){var b=!1;null!=a&&(b=this.lon==a.lon&&this.lat==a.lat||isNaN(this.lon)&&isNaN(this.lat)&&isNaN(a.lon)&&isNaN(a.lat));return b},transform:function(a,b){var c=OpenLayers.Projection.transform({x:this.lon,y:this.lat},a,b);this.lon=c.x;this.lat=c.y;return this},wrapDateLine:function(a){var b=this.clone();if(a){for(;b.lon<a.left;)b.lon+=a.getWidth();for(;b.lon>a.right;)b.lon-=a.getWidth()}return b},CLASS_NAME:\"OpenLayers.LonLat\"});\n 79 OpenLayers.LonLat.fromString=function(a){a=a.split(\",\");return new OpenLayers.LonLat(a[0],a[1])};OpenLayers.LonLat.fromArray=function(a){var b=OpenLayers.Util.isArray(a);return new OpenLayers.LonLat(b&&a[0],b&&a[1])};OpenLayers.Pixel=OpenLayers.Class({x:0,y:0,initialize:function(a,b){this.x=parseFloat(a);this.y=parseFloat(b)},toString:function(){return\"x=\"+this.x+\",y=\"+this.y},clone:function(){return new OpenLayers.Pixel(this.x,this.y)},equals:function(a){var b=!1;null!=a&&(b=this.x==a.x&&this.y==a.y||isNaN(this.x)&&isNaN(this.y)&&isNaN(a.x)&&isNaN(a.y));return b},distanceTo:function(a){return Math.sqrt(Math.pow(this.x-a.x,2)+Math.pow(this.y-a.y,2))},add:function(a,b){if(null==a||null==b)throw new TypeError(\"Pixel.add cannot receive null values\");\n 80: return new OpenLayers.Pixel(this.x+a,this.y+b)},offset:function(a){var b=this.clone();a&&(b=this.add(a.x,a.y));return b},CLASS_NAME:\"OpenLayers.Pixel\"});OpenLayers.Size=OpenLayers.Class({w:0,h:0,initialize:function(a,b){this.w=parseFloat(a);this.h=parseFloat(b)},toString:function(){return\"w=\"+this.w+\",h=\"+this.h},clone:function(){return new OpenLayers.Size(this.w,this.h)},equals:function(a){var b=!1;null!=a&&(b=this.w==a.w&&this.h==a.h||isNaN(this.w)&&isNaN(this.h)&&isNaN(a.w)&&isNaN(a.h));return b},CLASS_NAME:\"OpenLayers.Size\"});OpenLayers.Console={log:function(){},debug:function(){},info:function(){},warn:function(){},error:function(){},userError:function(a){alert(a)},assert:function(){},dir:function(){},dirxml:function(){},trace:function(){},group:function(){},groupEnd:function(){},time:function(){},timeEnd:function(){},profile:function(){},profileEnd:function(){},count:function(){},CLASS_NAME:\"OpenLayers.Console\"};\n 81 (function(){for(var a=document.getElementsByTagName(\"script\"),b=0,c=a.length;b<c;++b)if(-1!=a[b].src.indexOf(\"firebug.js\")&&console){OpenLayers.Util.extend(OpenLayers.Console,console);break}})();OpenLayers.Lang={code:null,defaultCode:\"en\",getCode:function(){OpenLayers.Lang.code||OpenLayers.Lang.setCode();return OpenLayers.Lang.code},setCode:function(a){var b;a||(a=\"msie\"==OpenLayers.BROWSER_NAME?navigator.userLanguage:navigator.language);a=a.split(\"-\");a[0]=a[0].toLowerCase();\"object\"==typeof OpenLayers.Lang[a[0]]&&(b=a[0]);if(a[1]){var c=a[0]+\"-\"+a[1].toUpperCase();\"object\"==typeof OpenLayers.Lang[c]&&(b=c)}b||(OpenLayers.Console.warn(\"Failed to find OpenLayers.Lang.\"+a.join(\"-\")+\" dictionary, falling back to default language\"),\n 82 b=OpenLayers.Lang.defaultCode);OpenLayers.Lang.code=b},translate:function(a,b){var c=OpenLayers.Lang[OpenLayers.Lang.getCode()];(c=c&&c[a])||(c=a);b&&(c=OpenLayers.String.format(c,b));return c}};OpenLayers.i18n=OpenLayers.Lang.translate;OpenLayers.Util=OpenLayers.Util||{};OpenLayers.Util.getElement=function(){for(var a=[],b=0,c=arguments.length;b<c;b++){var d=arguments[b];\"string\"==typeof d&&(d=document.getElementById(d));if(1==arguments.length)return d;a.push(d)}return a};OpenLayers.Util.isElement=function(a){return!(!a||1!==a.nodeType)};OpenLayers.Util.isArray=function(a){return\"[object Array]\"===Object.prototype.toString.call(a)};OpenLayers.Util.removeItem=function(a,b){for(var c=a.length-1;0<=c;c--)a[c]==b&&a.splice(c,1);return a};\n\n/Users/cristi/work/projects/SDMaps/src/Parser.js:\n 18 \n 19 \n 20: var DEBUG = true;\n 21 var Parser = function(sets, mapProperties, polys) {\n 22 \n ..\n 577 \n 578 \n 579: if (DEBUG) {\n 580 properties.set(\"console\", true);\n 581 }\n ...\n 584 \n 585 \n 586: var debugServer = \"10.120.1.120:9000\";\n 587 var commandsCache = [];\n 588 \n 589 function GWTcallback(text) {\n 590: if (DEBUG) executeCommand(text);\n 591 \n 592 if (commandsCache.length > 2000) commandsCache.shift();\n ...\n 596 try {\n 597 log(text);\n 598: if (!DEBUG) executeCommand(text);\n 599 } catch (e) {\n 600 console.error(e);\n ...\n 645 command = commandsCache.shift();\n 646 //post the command to cors server 10.120.1.120:9000/api/command/:command\n 647: var url = 'http://'+debugServer+'/api/command/'+instanceId+'/'+encodeURIComponent(command);\n 648 $.ajax({\n 649 type : 'POST',\n ...\n 654 }\n 655 \n 656: if (!DEBUG)\n 657 $.ajax({\n 658: url : 'http://'+debugServer+\"/api/status\",\n 659: success : function(r){log('start seeding to'+debugServer);startSeeding();}\n 660 });\n 661 \n ...\n 665 // log(\"IP=\"+localIP.ip);\n 666 // $.ajax({\n 667: // url : 'http://'+debugServer+\"/api/status\",\n 668: // success : function(r){log('start seeding to'+debugServer);startSeeding();}\n 669 // });\n 670 \n\n/Users/cristi/work/projects/SDMaps/src/tests/TestCommands.js:\n 833 ]\n 834 \n 835: var DEBUG = true;\n 836 \n 837 function test(messages) {\n ...\n 852 function wsRemote(){\n 853 \n 854: var ws = new WebSocket(\"ws://\"+debugServer);\n 855 ws.onmessage = function(event) {\n 856 console.log(\"Received message: \" + event.data);\n\n29 matches across 7 files\n\n\nSearching 82 files for \"navigate\"\n\n/Users/cristi/work/projects/SDMaps/src/libs/backbone.js:\n 1486 \n 1487 // Simple proxy to `Backbone.history` to save a fragment into the history.\n 1488: navigate: function(fragment, options) {\n 1489: Backbone.history.navigate(fragment, options);\n 1490 return this;\n 1491 },\n ....\n 1657 // in a browser where it could be `pushState`-based instead...\n 1658 } else if (this._hasPushState && this.atRoot()) {\n 1659: this.navigate(this.getHash(), {replace: true});\n 1660 }\n 1661 \n ....\n 1740 \n 1741 if (current === this.fragment) return false;\n 1742: if (this.iframe) this.navigate(current);\n 1743 this.loadUrl();\n 1744 },\n ....\n 1766 // route callback be fired (not usually desirable), or `replace: true`, if\n 1767 // you wish to modify the current URL without adding an entry to the history.\n 1768: navigate: function(fragment, options) {\n 1769 if (!History.started) return false;\n 1770 if (!options || options === true) options = {trigger: !!options};\n ....\n 1809 \n 1810 // If you've told us that you explicitly don't want fallback hashchange-\n 1811: // based history, then `navigate` becomes a page refresh.\n 1812 } else {\n 1813 return this.location.assign(url);\n\n/Users/cristi/work/projects/SDMaps/src/libs/OpenLayers/OpenLayers.debug.js:\n 63429 * Class: OpenLayers.Control.EditingToolbar \n 63430 * The EditingToolbar is a panel of 4 controls to draw polygons, lines, \n 63431: * points, or to navigate the map by panning. By default it appears in the \n 63432 * upper right corner of the map.\n 63433 * \n\n/Users/cristi/work/projects/SDMaps/src/Parser.js:\n 455 function initialize() {\n 456 \n 457: function navigate(url){\n 458 log('setting the URL to: ' + url);\n 459 // location = \"app://\"+url;\n ...\n 486 }).join();\n 487 document.getElementById('click_string').innerHTML = res;\n 488: navigate('points/' + res);\n 489 \n 490 },\n ...\n 497 \n 498 document.getElementById('response_string').innerHTML = res;\n 499: navigate(\"polygon/\" + res);\n 500 },\n 501 landmarkCallback: function landmarkCallback(point) {\n 502 var res = point.latitude + \",\" + point.longitude\n 503 document.getElementById('click_string').innerHTML = res;\n 504: navigate(\"landmark/\" + res);\n 505 },\n 506 fastCommandCallback : function(type, unitId, message){\n ...\n 510 \n 511 if(type == 'ptt')\n 512: navigate(\"ptt-command/\"+unitId+','+message);\n 513 else if(type == 'text')\n 514: navigate(\"text-command/\"+unitId+','+message);\n 515 else if(type == 'fast')\n 516: navigate(\"fast-command/\"+unitId);\n 517 \n 518 },\n 519 mapLoaded : function(){\n 520: navigate(\"map-loaded\");\n 521 },\n 522 streetViewOpen : function(visible){\n 523: navigate('street-view-open/'+visible);\n 524 },\n 525 mapType : mapType,\n\n16 matches across 3 files\n\n\nSearching 82 files for \"'fast'\"\n\n/Users/cristi/work/projects/SDMaps/src/Parser.js:\n 521 else if(type == 'text')\n 522 navigate(\"text-command/\"+unitId+','+message);\n 523: else if(type == 'fast')\n 524 navigate(\"fast-command/\"+unitId);\n 525 \n\n1 match in 1 file\n\n\nSearching 82 files for \"GWTCallback\"\n\n/Users/cristi/work/projects/SDMaps/src/Parser.js:\n 507 \n 508 if (type == 'ptt' && message == 'off')\n 509: GWTcallback(\"setCall,\"+unitId+\",False\");\n 510 message = encodeURIComponent(message);\n 511 var translate : {\n ...\n 596 var commandsCache = [];\n 597 \n 598: function GWTcallback(text) {\n 599 if (DEBUG) executeCommand(text);\n 600 \n\n/Users/cristi/work/projects/SDMaps/src/tests/TestCommands.js:\n 842 if (messages[index].length) {\n 843 console.log(index + '/' + messages.length + ' : executing => ' + messages[index]);\n 844: GWTcallback(messages[index]);\n 845 }\n 846 else console.log(\"Skipping empty command... \" + messages[index]);\n ...\n 855 ws.onmessage = function(event) {\n 856 console.log(\"Received message: \" + event.data);\n 857: GWTcallback(event.data.split(':')[1]);\n 858 }\n 859 ws.onerror = function(event) {console.log(\"Error\");ws.close();}\n\n4 matches across 2 files\n",
"settings":
{
"buffer_size": 12446,
"line_ending": "Unix",
"name": "Find Results",
"scratch": true
}
},
{
"file": "docs/README.md",
"settings":
{
"buffer_size": 6455,
"line_ending": "Unix"
}
},
{
"file": "docs/readme.sh",
"settings":
{
"buffer_size": 219,
"line_ending": "Unix",
"name": "echo \"create html readme file\""
}
},
{
"file": "Gruntfile.js",
"settings":
{
"buffer_size": 5627,
"line_ending": "Unix"
}
},
{
"file": "SfmbMapsMainMap.html",
"settings":
{
"buffer_size": 3615,
"line_ending": "Unix"
}
},
{
"file": "SfmbMapsMainMap_prod.html",
"settings":
{
"buffer_size": 2865,
"line_ending": "Unix"
}
},
{
"file": "docs/PTT_states.puml",
"settings":
{
"buffer_size": 999,
"line_ending": "Unix"
}
},
{
"file": "src/SfmbMapsGoogle.js",
"settings":
{
"buffer_size": 23521,
"line_ending": "Windows"
}
},
{
"file": "src/tests/commands.sh",
"settings":
{
"buffer_size": 93,
"line_ending": "Unix"
}
},
{
"file": "src/tests/TestCommands.js",
"settings":
{
"buffer_size": 90794,
"line_ending": "Unix"
}
},
{
"file": "src/debug-server/Server.coffee",
"settings":
{
"buffer_size": 3469,
"line_ending": "Unix"
}
}
],
"build_system": "",
"build_system_choices":
[
],
"build_varint": "",
"command_palette":
{
"height": 87.0,
"last_filter": "install",
"selected_items":
[
[
"install",
"Package Control: Install Package"
],
[
"remove",
"Package Control: Remove Package"
],
[
"lint",
"Coffee: Lint"
]
],
"width": 553.0
},
"console":
{
"height": 126.0,
"history":
[
"import urllib.request,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404' + 'e330c659d4bb41d3bdf022e94cab3cd0'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)"
]
},
"distraction_free":
{
"menu_visible": true,
"show_minimap": false,
"show_open_files": false,
"show_tabs": false,
"side_bar_visible": false,
"status_bar_visible": false
},
"expanded_folders":
[
"/Users/cristi/work/projects/SDMaps",
"/Users/cristi/work/projects/SDMaps/css",
"/Users/cristi/work/projects/SDMaps/docs",
"/Users/cristi/work/projects/SDMaps/src/cs",
"/Users/cristi/work/projects/SDMaps/src/debug-server",
"/Users/cristi/work/projects/SDMaps/src/libs",
"/Users/cristi/work/projects/SDMaps/src/tests"
],
"file_history":
[
"/Users/cristi/work/projects/SDMaps/docs/PTT_states.png",
"/Users/cristi/work/projects/SDMaps/src/SfmbMapsGoogle.js",
"/Users/cristi/work/projects/SDMaps/maps.yml",
"/Users/cristi/work/projects/SDMaps/test.html",
"/Users/cristi/work/projects/SDMaps/css/style.css",
"/Users/cristi/work/projects/SDMaps/docs/README.md",
"/Users/cristi/work/temp/test.ls",
"/Users/cristi/work/projects/SDMaps/Gruntfile.js",
"/Users/cristi/work/projects/SDMaps/docs/PTT_states.puml",
"/Users/cristi/work/projects/SDMaps/SfmbMapsMainMap_prod.html",
"/Users/cristi/work/projects/SDMaps/src/cs/Utils.coffee",
"/Users/cristi/work/projects/SDMaps/src/debug-server/Server.coffee",
"/Users/cristi/Downloads/ext-6.0.0/build/classic/locale/locale-sv_SE.js",
"/Users/cristi/Dropbox/notational data/notes/work/2015/development-eoy/compute.coffee",
"/Users/cristi/Documents/PDF Converter Master/Founders At Work - Stories of Startups' Early Days.txt",
"/Users/cristi/work/projects/SDMaps/js/Parser.js",
"/Users/cristi/work/projects/SDMaps/js/models.js",
"/Users/cristi/work/projects/SDMaps/js/views/TestView.js",
"/Users/cristi/work/projects/SDMaps/js/SfmbMapsGoogle.js",
"/Users/cristi/work/projects/SDMaps/js/tests/TestCommands.js",
"/Users/cristi/work/projects/SDMaps/cs/Utils.coffee",
"/Users/cristi/work/projects/SDMaps/SfmbMapsMainMap.html",
"/Users/cristi/work/projects/SDMaps/debug-server/Server.coffee",
"/Users/cristi/work/projects/SDMaps/js/tests/commands.sh",
"/Users/cristi/work/projects/SDMaps/maps.sublime-project",
"/Users/cristi/work/projects/SDMaps/cs/Utils.js",
"/Users/cristi/work/projects/safenetTools/positions_simulator/compile.sh",
"/Users/cristi/work/projects/safenetTools/positions_simulator/simulator",
"/Users/cristi/work/projects/safenetTools/safenet4/data.js",
"/Users/cristi/work/projects/safenetTools/safenet4/Safenet.js",
"/Users/cristi/Library/Application Support/Sublime Text 3/Packages/User/Preferences.sublime-settings",
"/Users/cristi/work/projects/safenetTools/config/db_config_test.json",
"/Users/cristi/work/projects/safenetTools/positions_simulator/simulator.coffee",
"/Users/cristi/work/projects/safenetTools/positions_simulator/simulator.js",
"/Users/cristi/Library/Application Support/Sublime Text 3/Packages/User/Default (OSX).sublime-keymap",
"/Users/cristi/work/projects/safenetTools/misc/stats.js",
"/Users/cristi/work/projects/safenetTools/safenet4/alerts/AlertsWorker.js",
"/Users/cristi/work/projects/safenetTools/models/index.js",
"/Users/cristi/work/projects/safenetTools/safenet4/EmailGateway.js",
"/Users/cristi/work/projects/safenetTools/safenet4/alerts/AlertsWorker.coffee",
"/Users/cristi/work/projects/safenetTools/safenetTools.sublime-project",
"/Users/cristi/.bashrc",
"/Users/cristi/Library/Application Support/Sublime Text 3/Packages/User/WordCount.sublime-settings",
"/Users/cristi/work/temp/cl.coffee",
"/Users/cristi/Library/Application Support/Sublime Text 3/Packages/WordCount/WordCount.sublime-settings",
"/Users/cristi/work/projects/safenetTools/safenet4/AlertsWorker.js",
"/Users/cristi/work/projects/safenetTools/aws.js",
"/Users/cristi/Library/Application Support/Sublime Text 3/Packages/Default/Preferences.sublime-settings",
"/Users/cristi/work/projects/safenetTools/safenet/queries.js",
"/Users/cristi/work/projects/safenetTools/safenet/Safenet.js",
"/Users/cristi/work/temp/es6.js",
"/Users/cristi/work/projects/safenetTools/safenet/data.js",
"/Users/cristi/work/projects/safenetTools/package.json",
"/Users/cristi/work/projects/safenetTools/positions_simulator/positions.csv",
"/Users/cristi/work/projects/safenetTools/phantom/phantomTestLogin.js",
"/Users/cristi/work/projects/safenetTools/adjustARS/adjustARS.js",
"/Users/cristi/work/projects/safenetTools/docs/info.md",
"/Users/cristi/Dropbox/notational data/notes/journal/2014/extendedNotes.md",
"/Users/cristi/Dropbox/Notational Data/notes/work/learn/sencha/sencha_notes.md",
"/Users/cristi/.bash_profile",
"/Users/cristi/Dropbox/Notational Data/notes/work/safenet/status_reports/active_units.json",
"/Users/cristi/work/projects/safenetTools/utils/db.js",
"/Users/cristi/work/projects/safenetTools/safenetTool.js",
"/Users/cristi/work/projects/safenetTools/config/aws_config.json",
"/Users/cristi/Dropbox/Notational Data/notes/journal/2014/march2014.md",
"/Users/cristi/work/temp/client41/prepare.sh",
"/Users/cristi/work/projects/client41/install.sh",
"/Users/cristi/work/temp/client41/install.sh",
"/Users/cristi/work/temp/client41/sass/config.rb",
"/Users/cristi/work/projects/client41/app/view/live/LiveGridController.js",
"/Users/cristi/work/projects/client41/app/view/live/LiveGrid.js"
],
"find":
{
"height": 35.0
},
"find_in_files":
{
"height": 93.0,
"where_history":
[
"../src",
".."
]
},
"find_state":
{
"case_sensitive": false,
"find_history":
[
"GWTCallback",
"'fast'",
"navigate",
"DEBUG",
"infoBubble",
"infoWindow",
"merge",
"hasText",
"setTimeout",
"var DEBUG",
"DEBUG",
"icon",
"/images",
"/mark",
"/markes",
"transparent",
"openInfo",
"ask-ptt",
".png",
"setPoly",
"animate",
"mergePoint",
"margePoint",
"infoBubbleName",
".dataset",
"addMarkerWithLabel",
"dataset",
"zoom",
"mergePoint",
"DataSetPoint",
"=====",
"setCall",
"[300",
"maps.event",
"openBubble",
"infoBubbleName",
"hide:",
"hide",
"openBubble",
"maps.event.",
"openBubble",
"google.maps.event",
"google.events",
"properties",
"bindEvents",
"resize",
".map",
"pin_custom_batman",
"pin_custom_bear",
"InfoBubble",
"infoBubble",
"bindEvents",
"dragend",
"centerzoom",
"set point to",
"polys",
"setCall",
"(point)",
"markers",
"getBubbleContent",
"startedit",
"polygon",
"reset",
"DataSetCollection",
"sets",
"speed",
"if (speed)",
"putonmap",
"lastUpdated",
"update",
"_s",
"_m",
"getNewIcon",
"js/",
"showConsole",
"log",
"hide()",
"bold",
".green",
".red",
"colors",
"restCall",
"PositionMessage",
"http",
"request",
"require('request')",
"getBooleanType",
"find",
"TODO",
"unit/:unitId",
"/unit/:unitId",
"starting",
"getPoll",
"_.",
"_",
"PATH",
"conf",
"util"
],
"highlight": true,
"in_selection": false,
"preserve_case": false,
"regex": false,
"replace_history":
[
"/*\n",
"pin_moto_01",
"pin_car_01",
"src/"
],
"reverse": false,
"show_context": true,
"use_buffer2": true,
"whole_word": false,
"wrap": true
},
"groups":
[
{
"selected": 5,
"sheets":
[
{
"buffer": 0,
"file": "src/models.js",
"semi_transient": false,
"settings":
{
"buffer_size": 10353,
"regions":
{
},
"selection":
[
[
8620,
8620
]
],
"settings":
{
"history_list_is_closing": true,
"remote_loading": false,
"synced": false,
"syntax": "Packages/JavaScript/JavaScript.tmLanguage",
"word_wrap": false
},
"translation.x": -0.0,
"translation.y": 3642.0,
"zoom_level": 1.0
},
"stack_index": 12,
"type": "text"
},
{
"buffer": 1,
"file": "src/libs/backbone.js",
"semi_transient": false,
"settings":
{
"buffer_size": 71365,
"regions":
{
},
"selection":
[
[
0,
0
]
],
"settings":
{
"remote_loading": false,
"synced": false,
"syntax": "Packages/JavaScript/JavaScript.sublime-syntax"
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 15,
"type": "text"
},
{
"buffer": 2,
"file": "src/cs/Utils.coffee",
"semi_transient": false,
"settings":
{
"buffer_size": 3770,
"regions":
{
},
"selection":
[
[
1071,
1071
]
],
"settings":
{
"incomplete_sync": null,
"remote_loading": false,
"synced": false,
"syntax": "Packages/Better CoffeeScript/CoffeeScript.tmLanguage"
},
"translation.x": 0.0,
"translation.y": 561.0,
"zoom_level": 1.0
},
"stack_index": 4,
"type": "text"
},
{
"buffer": 3,
"file": "src/Parser.js",
"semi_transient": false,
"settings":
{
"buffer_size": 19605,
"regions":
{
},
"selection":
[
[
14917,
14917
]
],
"settings":
{
"incomplete_sync": null,
"remote_loading": false,
"synced": false,
"syntax": "Packages/JavaScript/JavaScript.tmLanguage"
},
"translation.x": 0.0,
"translation.y": 8183.0,
"zoom_level": 1.0
},
"stack_index": 6,
"type": "text"
},
{
"buffer": 4,
"semi_transient": false,
"settings":
{
"buffer_size": 12446,
"regions":
{
"match":
{
"flags": 112,
"regions":
[
[
128,
133
],
[
286,
291
],
[
480,
485
],
[
575,
580
],
[
1065,
1070
],
[
1239,
1244
],
[
1522,
1527
],
[
1827,
1832
],
[
1934,
1939
],
[
2120,
2125
],
[
4102,
4107
],
[
6040,
6045
],
[
6158,
6163
],
[
6261,
6266
],
[
6386,
6391
],
[
6559,
6564
],
[
6812,
6817
],
[
6967,
6972
],
[
7021,
7026
],
[
7106,
7111
],
[
7255,
7260
],
[
7343,
7348
],
[
7490,
7495
],
[
7627,
7632
],
[
7968,
7976
],
[
8038,
8046
],
[
8278,
8286
],
[
8453,
8461
],
[
8707,
8715
],
[
9012,
9020
],
[
9353,
9361
],
[
9576,
9584
],
[
9815,
9823
],
[
9980,
9988
],
[
10257,
10265
],
[
10456,
10464
],
[
10575,
10583
],
[
10695,
10703
],
[
10813,
10821
],
[
10925,
10933
],
[
11285,
11291
],
[
11566,
11577
],
[
11767,
11778
],
[
12055,
12066
],
[
12297,
12308
]
],
"scope": ""
}
},
"selection":
[
[
11776,
11776
]
],
"settings":
{
"detect_indentation": false,
"incomplete_sync": null,
"line_numbers": false,
"output_tag": 4,
"remote_loading": false,
"result_base_dir": "",
"result_file_regex": "^([^ ].*):$",
"result_line_regex": "^ +([0-9]+):",
"scroll_past_end": true,
"synced": false,
"syntax": "Packages/Default/Find Results.hidden-tmLanguage",
"translate_tabs_to_spaces": false
},
"translation.x": 0.0,
"translation.y": 4726.0,
"zoom_level": 1.0
},
"stack_index": 10,
"type": "text"
},
{
"buffer": 5,
"file": "docs/README.md",
"semi_transient": false,
"settings":
{
"buffer_size": 6455,
"regions":
{
},
"selection":
[
[
6201,
6201
]
],
"settings":
{
"incomplete_sync": null,
"remote_loading": false,
"synced": false,
"syntax": "Packages/MarkdownEditing/Markdown.tmLanguage"
},
"translation.x": 0.0,
"translation.y": 5156.0,
"zoom_level": 1.0
},
"stack_index": 1,
"type": "text"
},
{
"buffer": 6,
"file": "docs/readme.sh",
"semi_transient": false,
"settings":
{
"buffer_size": 219,
"regions":
{
},
"selection":
[
[
0,
0
]
],
"settings":
{
"auto_name": "echo \"create html readme file\"",
"incomplete_sync": null,
"syntax": "Packages/ShellScript/Shell-Unix-Generic.sublime-syntax"
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 2,
"type": "text"
},
{
"buffer": 7,
"file": "Gruntfile.js",
"semi_transient": false,
"settings":
{
"buffer_size": 5627,
"regions":
{
},
"selection":
[
[
0,
0
]
],
"settings":
{
"remote_loading": false,
"synced": false,
"syntax": "Packages/JavaScript/JavaScript.sublime-syntax"
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 14,
"type": "text"
},
{
"buffer": 8,
"file": "SfmbMapsMainMap.html",
"semi_transient": false,
"settings":
{
"buffer_size": 3615,
"regions":
{
},
"selection":
[
[
1380,
1380
]
],
"settings":
{
"incomplete_sync": null,
"remote_loading": false,
"synced": false,
"syntax": "Packages/HTML/HTML.tmLanguage"
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 9,
"type": "text"
}
]
},
{
"selected": 4,
"sheets":
[
{
"buffer": 9,
"file": "SfmbMapsMainMap_prod.html",
"semi_transient": false,
"settings":
{
"buffer_size": 2865,
"regions":
{
},
"selection":
[
[
1387,
1387
]
],
"settings":
{
"incomplete_sync": null,
"remote_loading": false,
"synced": false,
"syntax": "Packages/HTML/HTML.tmLanguage"
},
"translation.x": 0.0,
"translation.y": 673.0,
"zoom_level": 1.0
},
"stack_index": 8,
"type": "text"
},
{
"buffer": 10,
"file": "docs/PTT_states.puml",
"semi_transient": false,
"settings":
{
"buffer_size": 999,
"regions":
{
},
"selection":
[
[
617,
617
]
],
"settings":
{
"remote_loading": false,
"synced": false,
"syntax": "Packages/Text/Plain text.tmLanguage"
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 11,
"type": "text"
},
{
"buffer": 11,
"file": "src/SfmbMapsGoogle.js",
"semi_transient": false,
"settings":
{
"buffer_size": 23521,
"regions":
{
},
"selection":
[
[
1012,
1012
]
],
"settings":
{
"remote_loading": false,
"synced": false,
"syntax": "Packages/JavaScript/JavaScript.tmLanguage"
},
"translation.x": 0.0,
"translation.y": 225.0,
"zoom_level": 1.0
},
"stack_index": 13,
"type": "text"
},
{
"buffer": 0,
"file": "src/models.js",
"semi_transient": false,
"settings":
{
"buffer_size": 10353,
"regions":
{
},
"selection":
[
[
3357,
3357
]
],
"settings":
{
"history_list_is_closing": true,
"incomplete_sync": null,
"syntax": "Packages/JavaScript/JavaScript.tmLanguage",
"word_wrap": false
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 7,
"type": "text"
},
{
"buffer": 12,
"file": "src/tests/commands.sh",
"semi_transient": false,
"settings":
{
"buffer_size": 93,
"regions":
{
},
"selection":
[
[
0,
0
]
],
"settings":
{
"incomplete_sync": null,
"remote_loading": false,
"synced": false,
"syntax": "Packages/ShellScript/Shell-Unix-Generic.sublime-syntax"
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 0,
"type": "text"
},
{
"buffer": 13,
"file": "src/tests/TestCommands.js",
"semi_transient": false,
"settings":
{
"buffer_size": 90794,
"regions":
{
},
"selection":
[
[
81726,
81726
]
],
"settings":
{
"incomplete_sync": null,
"remote_loading": false,
"synced": false,
"syntax": "Packages/JavaScript/JavaScript.tmLanguage"
},
"translation.x": 0.0,
"translation.y": 26255.0,
"zoom_level": 1.0
},
"stack_index": 3,
"type": "text"
},
{
"buffer": 14,
"file": "src/debug-server/Server.coffee",
"semi_transient": false,
"settings":
{
"buffer_size": 3469,
"regions":
{
},
"selection":
[
[
1247,
1247
]
],
"settings":
{
"incomplete_sync": null,
"remote_loading": false,
"synced": false,
"syntax": "Packages/Better CoffeeScript/CoffeeScript.tmLanguage"
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 5,
"type": "text"
}
]
}
],
"incremental_find":
{
"height": 25.0
},
"input":
{
"height": 33.0
},
"layout":
{
"cells":
[
[
0,
0,
1,
1
],
[
1,
0,
2,
1
]
],
"cols":
[
0.0,
0.521780724384,
1.0
],
"rows":
[
0.0,
1.0
]
},
"menu_visible": true,
"output.exec":
{
"height": 112.0
},
"output.find_results":
{
"height": 0.0
},
"output.sftp":
{
"height": 112.0
},
"pinned_build_system": "",
"project": "maps.sublime-project",
"replace":
{
"height": 64.0
},
"save_all_on_build": true,
"select_file":
{
"height": 0.0,
"last_filter": "",
"selected_items":
[
[
"alerts",
"safenet4/alerts/AlertsWorker.js"
]
],
"width": 0.0
},
"select_project":
{
"height": 500.0,
"last_filter": "",
"selected_items":
[
],
"width": 380.0
},
"select_symbol":
{
"height": 392.0,
"last_filter": "",
"selected_items":
[
[
"",
"## Monday, 27 January 2014"
]
],
"width": 449.0
},
"selected_group": 1,
"settings":
{
},
"show_minimap": false,
"show_open_files": false,
"show_tabs": true,
"side_bar_visible": true,
"side_bar_width": 174.0,
"status_bar_visible": true,
"template_settings":
{
}
}