Roman Komarov

Results 177 issues of Roman Komarov

There could be abbreviations like `poa;t0;l0;zi!;bxsbb;w1;h50;p.5;mt`, though they are not used often, it would be nice to support them. The only drawback is usage of them in inline HTML styles...

Feature
Needs API

After thinking about #36 and some other issues, I came up with that we need to understand abbreviations ilke - `p3 4` или `p 3,4` → `padding: 3px 4px;` —...

Feature
Needs API

One minor improvement can be the following: for many properties there can be “fallbacks” or extras, that need to be expanded along with some properties: - `dib` to ``` display:...

Feature
Needs API

When you have some rule like `position: relative;` pressing `ctrl+↑` or `ctrl+↓` would cycle through available values of the property the caret is standing on. So, by pressing `ctrl+↓` for...

Feature
Needs API

There are a lot of things we need to have in our inner API, I'll try to list there all the things I could think of and the possible syntaxes...

Critical
Feature

As we can't disable any shortcut in ST (only assign a new one) (can't we?), we should add a single option that would disable all the shortcuts, so any user...

Settings

When we're activating the creation of a new block (`cmd+enter` by default) and the cursor is at the end of file without newlines after it, there should be a newline...

Feature

1. only prefixed in a block: ``` CSS .foo { width: 10px; } .bar { -webkit-border-radius: 10px; border-radius: 10px;| } ``` 2. Abbreviation have whitespaces after: `bra|___`

bug

When we have a style like this with a caret at a newline: ``` CSS box-shadow: inset 0 1px #FFF, 0 -1px rgba(128,128,128,0.3) | ``` and we press `tab`, the...

Feature

We should insert better indent when going to a newline in a case like this: ``` CSS box-shadow: inset 0 1px #FFF, ``` Right now the cursor is jumping to...

Feature