2015-03-20, 04:39
Nice plugin phil65, I just started using Sublime. Was using a combination of Notepad++, FileSeek, and Windows Explorer....ST3 has replaced all three.
(2015-03-20, 03:33)phil65 Wrote:(2015-03-20, 01:30)Hitcher Wrote: I'm converted with the auto-complete and multi-cursor functions. Just couldn't use v3 though as the packet manager had all sorts of problem.
install this way:
https://packagecontrol.io/installation
and make sure it is not listed under Preferences --> Settings - User --> ignored packages.
newest version here: http://www.sublimetext.com/3dev
(2015-03-20, 13:53)Hitcher Wrote: Text Pastry is another one I've just installed for inserting number sequences with ease.
(2015-03-20, 14:01)stressed Wrote: Hello ,first thing thanks for the add etc,second ,i factory reset my Ott 4xcpu box ,stuck now has what to do to get it all going again
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.xml"
}
],
{
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.xml"
},
{
"characters": "\\(",
"selector": "text.xml"
},
{
"characters": "[",
"selector": "text.xml"
}
],
"color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme",
"font_size": 14,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false
}
Quote:{ "keys": ["tab"], "command": "insert", "args": {"characters": "\t"},
"context": [
{ "key": "text", "operator": "not_regex_contains", "operand": "\n" }
]
},