Sublime Forum

Show off your Sublime Text 2 Setup

#4

**Theme: **Birds of Paradise

Installed packages:

  • Alignment

  • Package Control

  • Sublime-Evaluate

  • Sublime Code Intel

  • Sublime Lint

  • SublimeWebColors

  • ToggleBool

  • Word Count

I’m using Soda Light at the moment!

0 Likes

#5

Image: screencast.com/t/0CAy5Fo8dx (I love my big screen!)

Base File:

{
  "font_face": "Consolas",
  "font_size": 14,
  "rulers": [80, 120],
  "tab_size": 2,
  "translate_tabs_to_spaces": true,
  "highlight_line": true,
  "trim_trailing_white_space_on_save": true,
  "ensure_newline_at_eof_on_save": false,
  "auto_complete_commit_on_tab": true,
  "dictionary": "Packages/Language - English/en_GB.dic",
  "codeintel_syntax_map": {
    "JavaScript": "Node.js"
  }
}

Installed Modules

  • CoffeeScript

  • CTags

  • DocBlocker

  • Git

  • Package Control

  • SFTP (with licence)

  • SidebarEnhancements

  • SublimeCodeIntel

  • SublimeHG

  • TodoManager

  • ToggleQuotes

0 Likes

#6

http://i.minus.com/ibcakhE92PPs9A.png

Theme: Soda Dark
Colors: Customized Indy Merbivore Soft
Packages:
Alignment
BracketHighlighter
BufferScroll
CurrentFunction
Nettuts+ Fetch
Package Control
SideBarEnhancements
SideBarGit
SublimeCodeIntel
TrailingSpaces
VintageEx
ZenCoding

0 Likes

#7

Custom theme which is a mix of the new default theme and soda-light
The color scheme is PlasticCodeWrap

0 Likes

#8

Am I the only person that doesn’t use tabs?!

No screenshot as I use the stock theme with iPlastic colour scheme.

Display related settings:

	"draw_indent_guides": false,
	"line_numbers": true,
	"rulers":
	
		80,
		120
	],

Regards,

Rob…

0 Likes

#9

Looking at all those beautiful shots. Wow, sublime 2 has come some ways since this:

http://gmh.akalias.net/glass_test.png

0 Likes

#10

http://gmh.akalias.net/celluar.jpg

Packrat
[size=50]

  • AAALoadFirstExtensions

  • AutomaticBackups

  • AutoSelect

  • BitBucket

  • BrowseDirs

  • browseftp2

  • Browsers

  • BulletinBoard

  • BundleDevelopment

  • Clojure

  • CTags

  • CurrentProject

  • Django4ST2

  • EditPreferences

  • Flomio

  • Git

  • Graphviz

  • HTML5

  • HtmlExport

  • jQuery

  • MozRepl

  • MultiSelect

  • NetTutsFetch

  • Nginx

  • OpenInBrowser

  • Origami

  • Pastie

  • PyHeaders

  • PyNodes

  • PySide

  • PythonTesting

  • QuickClose

  • QuickHg

  • RegexBuddy

  • RegReplace

  • RemoteEdit

  • Scopes

  • SearchInArea

  • ShellCommands

  • SublimeGithub

  • SublimeLinkage

  • sublimelint

  • SublimeProtocol

  • sublimerepl

  • TextMate

  • TODO

  • Volcanise

  • WebDevelopment

  • WinMerge

  • WinPDB

  • ZenCoding

  • ZMode

  • ZZZBindings
    [/size]

0 Likes

#11

Ok, how did you get the custom split window sizes and layouts? This is THE main thing that annoys me with Sublime vs MacVim.

0 Likes

#12

It’s a mostly functional plugin prototype that requires some dodgy hacks to step around some performance issues of moving around views between layout groups.

There’s an API, window.set_view_index() which does this but it seems to cause a full redraw with each call, and trigger a bunch of on_activated/on_deactivated events so it doesn’t scale well. There’s a workaround but you can end up with a bunch of empty groups, littering the sidebar and the Group 1, Group 2 labels don’t correspond etc.

I plan to share it as soon as set_view_index is sorted out. I’ve been annoying Jon about it but he’s busy with other stuff.

0 Likes

#13

Can’t wait until it is working without hacks or performance issues!

0 Likes

#14


Just to throw in a light theme…

0 Likes

#15

[quote=“nizur”]
Colors: Customized Indy Merbivore Soft[/quote]

Mind sharing? I’m liking!

0 Likes

#16

[quote=“castles_made_of_sand”]http://gmh.akalias.net/celluar.jpg

[/quote]

This is a setup I want

0 Likes

#17

[quote=“jbrooksuk”]

[quote=“nizur”]
Colors:[/quote]

Customized Indy Merbivore Soft
Mind sharing? I’m liking![/quote]

Check your messages if you haven’t already.

0 Likes

#18

@prmaple:

This was a great example for me to customize my own sidebar, thanks. But do you find your row spacing jumps around a little bit?

[quote=“prmaple”]https://lh3.googleusercontent.com/-Cs9JBwTeSDk/TxZOKnNKAiI/AAAAAAAAAQ4/bznsGu_i-rE/s720/sublimeshowoff.png
[/quote]

If there are enough entries to show the vertical scrollbar, then if its scrolled to the top, I have wide row spacing like you show in your screen shot.

If I scroll down some then mouse over the text, the row spacing shrinks.

If I scroll to the top, it widens again.

I’ll try comparing the settings with the defaults, but was wondering if you saw this too.

0 Likes

#19

Todd: This will happen if the headings have a different size to the others rows - this isn’t supported.

0 Likes

#20

I see, thanks Jon. It’s a weird dynamic that in no way detracts from the beauty of your program.

0 Likes

#21

Latest dev release had a patch but it’s still slower than it could/should be.

Jon mentioned he’ll look at adding a batch mode for setting views but I guess he’s been engrossed in the quantum physics of sub pixel rendering :unamused:

Yours for just $59 and years of api begging / tinkering. I once wrote a Getting Started guide for ST1 in exchange for a few apis :astonished:

0 Likes

#22

http://img6.imagebanana.com/img/hvyranvx/sublimescreen.png

Settings

{
    "color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
    "detect_indentation": true,
    "font_size": 12,
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "word_wrap": false,
    "highlight_line": true,
    "trim_trailing_white_space_on_save": true
}

Packeges
ColorPicker
HTML5
jQuery
JsFormat
Nettuts+ Fetch
Open Recent Files
Package Control
SideBarEnhancements
SideBarGit
SublimeTagmatcher
ZenCoding

0 Likes

#23

[code]{
“always_show_minimap_viewport”: true,
“bold_folder_labels”: true,
“close_windows_when_empty”: true,
“color_scheme”: “Packages/User/Colorsublime/themes/Tomorrow_Night.tmTheme”,
“dictionary”: “Packages/Language - English/en_US.dic”,
“draw_minimap_border”: true,
“draw_white_space”: “all”,
“ensure_newline_at_eof_on_save”: true,
“fade_fold_buttons”: false,
“fold_buttons”: false,
“font_size”: 12,
“highlight_line”: true,
“highlight_modified_tabs”: true,
“ignored_packages”:

	"Vintage"
],
"indent_guide_options":

	"draw_normal",
	"draw_active"
],
"indent_to_bracket": true,
"move_to_limit_on_up_down": true,
"rulers":

	80
],
"scroll_past_end": true,
"show_encoding": true,
"show_full_path": false,
"tab_size": 4,
"theme": "amCoder.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_wrap": "auto"

}[/code]

Packages:
https://dl.dropboxusercontent.com/s/8gucc8o4nbkles2/Screenshot%202014-05-05%2023.54.07.png?dl=1&token_hash=AAFfQirp8bRAVeZ7edZ6qEBNOvu5j3NA9TDYD3ZdHS2ldw

Screenshot:
https://dl.dropboxusercontent.com/s/vxayyt8tdqv04w7/Screenshot%202014-05-05%2023.55.44.png?dl=1&token_hash=AAG-XDA0q43NR1ARTvI8KLE4ba6fW5KjrZo1RDTbFwGDPg
(I’m currently working on a rubik’s cube solver)

0 Likes