1878 Commits

Author SHA1 Message Date
Liam Newman
612b272f1a
Merge pull request #1437 from MacKLess/comment
Keeps inline comments with closing tag
2018-07-03 09:01:43 -07:00
L. D. MacKrell
f491716330 Keeps inline comments with closing tag 2018-07-02 15:55:54 -07:00
Liam Newman
ca97daa8fa
Merge pull request #1434 from bitwiseman/wrap2
Another line wrap test
2018-06-30 15:51:45 -07:00
Liam Newman
6c6fa835c9 Test for increment indent
Fixed #814
2018-06-30 15:46:22 -07:00
Liam Newman
8df34ded0f Another line wrap test
Fixed #1223
2018-06-30 15:16:40 -07:00
Liam Newman
e0bddd4ddf
Merge pull request #1433 from bitwiseman/await-import
Await import() support
2018-06-30 14:34:34 -07:00
Liam Newman
7f0cfda40f Await import() support
Fixed #1228
2018-06-30 14:18:56 -07:00
Liam Newman
eba6d313b4
Merge pull request #1432 from bitwiseman/wrap-test
Add line wrap test
2018-06-30 13:29:37 -07:00
Liam Newman
42a9c697b7
Merge branch 'master' into wrap-test 2018-06-30 13:05:42 -07:00
Liam Newman
07d746b57c More test for fixed issues
Fixes #882
Fixes #1041
Fixes #1167
Fixes #1184
2018-06-30 13:04:50 -07:00
Liam Newman
48539e2a20 Add line wrap test 2018-06-30 11:34:51 -07:00
Liam Newman
371adf465c
Merge pull request #1297 from cheerypick/master
Add 'aligned' option that align attributes after specific line length…
2018-06-30 10:58:08 -07:00
Liam Newman
8d05b9601c
Merge pull request #1431 from MacKLess/extend
Fixes :hover for @extend issue
2018-06-30 10:57:20 -07:00
Liam Newman
82039ac0f0 Changed name to aligned-multiple 2018-06-30 10:51:18 -07:00
Ekaterina
b894ba305d Add 'aligned' option that align attributes after specific line length if wrap line length is set 2018-06-30 10:51:18 -07:00
L. D. MacKrell
b2b7517aeb Fixes :hover for @extend issue 2018-06-30 09:49:27 -07:00
Liam Newman
4b40e69976
Merge pull request #1429 from bitwiseman/deps
Update dependencies
2018-06-30 01:04:58 -07:00
Liam Newman
f56880fbf6 Make test load dynamically on webpage 2018-06-30 00:57:22 -07:00
Liam Newman
0963c1464e Update dependencies 2018-06-29 21:09:06 -07:00
Liam Newman
108e4e5917
Merge pull request #1407 from madman-bob/format-inline-tags
Format inline HTML tags
2018-06-29 21:08:25 -07:00
Liam Newman
bdb9837076 Minor additional tweaks 2018-06-29 20:45:02 -07:00
Liam Newman
b6b84720d7 Removing complex is_unformatted check 2018-06-29 20:16:52 -07:00
Liam Newman
8b85d77fa9 Cleaned up inline to not need more regex 2018-06-29 19:47:55 -07:00
Liam Newman
aeba0027a0
Merge branch 'master' into format-inline-tags 2018-06-29 16:27:11 -07:00
Liam Newman
fa3bb10a0d
Merge pull request #1430 from MacKLess/language
Add language selector
2018-06-29 16:26:38 -07:00
Liam Newman
5374db42c5
Merge pull request #1384 from Elrendio/1283-Javascript++OperatorGetsWrongIndentation
1283 - Javascript ++ Operator Gets Wrong Indentation
2018-06-29 16:20:49 -07:00
L. D. MacKrell
1a9104bc16 Add language selector 2018-06-29 14:18:24 -07:00
Liam Newman
43fac5caa3
Merge branch 'master' into 1283-Javascript++OperatorGetsWrongIndentation 2018-06-28 20:23:49 -07:00
Liam Newman
dd84c4a414
Merge pull request #1414 from MTco/master
Updated index.html
2018-06-28 20:18:08 -07:00
Liam Newman
cbf8805344
Merge branch 'master' into master 2018-06-28 19:08:06 -07:00
Liam Newman
63dcf5ffca
Merge pull request #1428 from MacKLess/indenter
Fixed incorrect unindent for if else blocks
2018-06-28 19:07:44 -07:00
Liam Newman
edc5f64efa
Merge branch 'master' into indenter 2018-06-28 18:43:54 -07:00
L. D. MacKrell
3be5928c6d Fixed incorrect unindent for if else blocks
Fixes #1378
2018-06-28 14:29:16 -07:00
Liam Newman
d1861faa13
Merge pull request #1426 from MacKLess/issue-button
Add issue open button with templating
2018-06-27 17:59:07 -07:00
L. D. MacKrell
4bd295490f Add issue open button with templating 2018-06-27 15:08:59 -07:00
Liam Newman
bdc6b9cabb
Merge branch 'master' into format-inline-tags 2018-06-27 13:42:28 -07:00
Liam Newman
b400000075
Delete ISSUE_TEMPLATE.md 2018-06-27 13:18:09 -07:00
Liam Newman
3a4ccd06af Update issue templates 2018-06-27 13:17:46 -07:00
Liam Newman
afa2d3849a
Merge pull request #1421 from MacKLess/serve_instructions
Serve instructions
2018-06-21 17:35:35 -07:00
L. D. MacKrell
2def37bb1b Add additional options textarea and selected options output 2018-06-21 12:46:16 -07:00
L.D.MacKrell
34d4c2821c Clarify the serve instructions. 2018-06-21 12:46:16 -07:00
madman-bob
def3cbda79 Add unformatted HTML element tests 2018-06-16 10:27:21 +01:00
mtco
28760c1557 Updated index.html; added [missing] doctype and possibly followed HTML5 spec in that I believe the first thing immediately after the head tag is supposed to be the charset; also added the old charset method for possible increased compatibility. 2018-06-08 19:12:35 -07:00
madman-bob
49ed021bdd Add inline element tests 2018-06-08 14:17:47 +01:00
madman-bob
683a3ac785 Uncomment previously broken test 2018-06-08 14:17:47 +01:00
madman-bob
0e9ad61dba Add concept of inline HTML tags 2018-06-08 14:16:50 +01:00
madman-bob
468f79a193 Clarify content_unformatted tests
By comparison with textarea, note that <textarea><textarea></textarea></textarea>
is not balanced, as there is actually only one opening tag.
The second is raw text inside the text area.
2018-06-01 11:10:32 +01:00
Elrendio
d16b21ae47 1283 - Javascript ++ Operator Gets Wrong Indentation
Resolves #1283

**What was done:**
 - Adapted function print_newline to restore mode if last_test was operator ++ or --
 - Added corresponding test.

**Example of behavior:**
== Input ==
{this.foo++
bar}

== Expexted Output ==
{
    this.foo++
    bar
}

== Unchanged ==
axios.interceptors.request.use(
    config => {
        // loading
        window.store.loading++
        let extraParams = {}
    }
)
2018-05-25 10:45:45 +02:00
Liam Newman
56a6270bc0 Handle null input strings
Fixes #1120
2018-05-21 15:20:10 -07:00
andreyvolokitin
35dc66afa3 Reset line length count only when actually wrapping 2018-05-11 16:55:50 -07:00