diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-07-12 14:10:16 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-07-12 14:10:16 +0000 |
commit | f4ce2b5c214cce406dbd7a73dc7f35ae409546ad (patch) | |
tree | 533cc821ffc9c5664c075930be6a40fde9593aba /plugins/Clist_ng/SRC/gfx.sublime-workspace | |
parent | 71a88c6d8c4578ca24e02a5c6f4860c206e7c6da (diff) |
Clist NG:
Commit of CList NG by silvercircle from https://github.com/silvercircle/miranda-ng
This is based on clist_nicer and Anti-Grain Geometry: http://www.antigrain.com/
This is the first version that actually compiles.
Do NOT use it in production environment!
git-svn-id: http://svn.miranda-ng.org/main/trunk@14543 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_ng/SRC/gfx.sublime-workspace')
-rw-r--r-- | plugins/Clist_ng/SRC/gfx.sublime-workspace | 181 |
1 files changed, 181 insertions, 0 deletions
diff --git a/plugins/Clist_ng/SRC/gfx.sublime-workspace b/plugins/Clist_ng/SRC/gfx.sublime-workspace new file mode 100644 index 0000000000..0e99932ba2 --- /dev/null +++ b/plugins/Clist_ng/SRC/gfx.sublime-workspace @@ -0,0 +1,181 @@ +{ + "auto_complete": + { + "selected_items": + [ + [ + "con", + "context" + ] + ] + }, + "buffers": + [ + ], + "build_system": "", + "command_palette": + { + "height": 375.0, + "selected_items": + [ + [ + "pack", + "Package Control: Install Package" + ], + [ + "pa", + "Package Control: Remove Package" + ], + [ + "packa", + "Preferences: Browse Packages" + ] + ], + "width": 418.0 + }, + "console": + { + "height": 0.0, + "history": + [ + ] + }, + "distraction_free": + { + "menu_visible": true, + "show_minimap": false, + "show_open_files": false, + "show_tabs": false, + "side_bar_visible": false, + "status_bar_visible": false + }, + "file_history": + [ + "/D/idea12/bin/idea64.exe.vmoptions", + "/C/Users/alex/Dropbox/smf/Sources/EosSmarty.php", + "/C/Users/alex/Dropbox/smf/Sources/Calendar.php", + "/C/Users/alex/Dropbox/smf/Sources/DbPackages-mysql.php", + "/C/Users/alex/Dropbox/smf/Sources/Load.php", + "/C/Users/alex/Dropbox/smf/Sources/BoardIndex.php", + "/C/Users/alex/Dropbox/smf/Sources/Display.php", + "/C/Users/alex/Dropbox/smf/Sources/Class-Graphics.php", + "/D/NET_DATA/Dropbox/sublime/Data/Packages/BufferScroll/BufferScroll.py", + "/C/Users/Alex/Dropbox/sublime/Data/Packages/User/BufferScroll.sublime-settings", + "/C/Users/Alex/Dropbox/sublime/Data/Packages/Default/Preferences.sublime-settings", + "/C/Users/Alex/Dropbox/sublime/Data/Packages/BufferScroll/BufferScroll.sublime-settings", + "/C/Users/Alex/Dropbox/sublime/Data/Packages/User/Package Control.sublime-settings", + "/D/net_data/dropbox/sublime/Data/Packages/User/Package Control.sublime-settings" + ], + "find": + { + "height": 34.0 + }, + "find_in_files": + { + "height": 0.0, + "where_history": + [ + ] + }, + "find_state": + { + "case_sensitive": false, + "find_history": + [ + "fold" + ], + "highlight": true, + "in_selection": false, + "preserve_case": false, + "regex": false, + "replace_history": + [ + ], + "reverse": false, + "show_context": true, + "use_buffer2": true, + "whole_word": false, + "wrap": true + }, + "groups": + [ + { + "sheets": + [ + ] + } + ], + "incremental_find": + { + "height": 24.0 + }, + "input": + { + "height": 34.0 + }, + "layout": + { + "cells": + [ + [ + 0, + 0, + 1, + 1 + ] + ], + "cols": + [ + 0.0, + 1.0 + ], + "rows": + [ + 0.0, + 1.0 + ] + }, + "menu_visible": true, + "project": "gfx.sublime-project", + "replace": + { + "height": 44.0 + }, + "save_all_on_build": true, + "select_file": + { + "height": 0.0, + "selected_items": + [ + ], + "width": 0.0 + }, + "select_project": + { + "height": 0.0, + "selected_items": + [ + ], + "width": 0.0 + }, + "select_symbol": + { + "height": 0.0, + "selected_items": + [ + ], + "width": 0.0 + }, + "settings": + { + }, + "show_minimap": true, + "show_open_files": true, + "show_tabs": true, + "side_bar_visible": true, + "side_bar_width": 284.0, + "status_bar_visible": true, + "template_settings": + { + } +} |