Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/asciidoctor/asciidoctor-intellij-plugin

AsciiDoc plugin for products on the IntelliJ platform (IDEA, RubyMine, etc)
https://github.com/asciidoctor/asciidoctor-intellij-plugin

ignore single quotes inside of word to avoid problems in spell checker

7061eb1a6440cd949b8157b5206524a71e18cf93 authored over 5 years ago
tuning

ed21ceb8ecab9d5c080b499c75f2f2fdfa928097 authored over 5 years ago
cleanup

13663c5342004a5a2c89ada55e52f765956dd2c7 authored over 5 years ago
next release

1e9589578c9a1c0f10a8f39ddab932f8a9020da1 authored over 5 years ago
added proper features list

28c48d96c4b16303ac209b690855f7bc01154c56 authored over 5 years ago
hint to install appropriate plugins

40fc8e9bf30dc8f63719b57c33881231df5f7cfd authored over 5 years ago
adding breadcrumbs

d6a804024ba664e956834c1a966c88f57d6ae808 authored over 5 years ago
update to asciidoctorj-diagram:1.5.18

cbfc56f5d3c82b0e18b57c79651855f35e859a73 authored over 5 years ago
allow spaces in block attributes #255

95caf78461176fb4e760e0cfd80041124617238f authored over 5 years ago
updated changelog

7d03c53e1cbdc1767ec8049f4168f75b3aa35375 authored over 5 years ago
updated plugin version

689eba1c6ac81e9449298c13cae4cca319255855 authored over 5 years ago
completed language injection, now enabled by default #255

3a494cb9dc0e7f729beba1a961fcdbff155e8c49 authored over 5 years ago
adding test cases #263

4d0f47b802cd86d8d3cdda391a67e007757c9402 authored over 5 years ago
starting smart enter statement completion #263

3cc6f16380dccaf848d3e8b7b34dc1f79b33b7f1 authored over 5 years ago
updated changelog

170c3188df2fb372e98739760c675e591d48ddc7 authored over 5 years ago
adding support for GRAPHVIZ_DOT environment variable #261

9b6d15fa6e9491945ae54d9f68bf3c6107f21dd1 authored over 5 years ago
updated changelog

600bfdce10aafe7f0a2c50770ba6e47e1ece05ef authored over 5 years ago
experimental code fences implementation #262

d19fd316c188c3094389ef4a1c51337ecfbb9639 authored over 5 years ago
possible case sensitive fix

35777c637b6802c8060297e473248d85d1eb76be authored over 5 years ago
renamed distribution file as created by updated plugin

45076ad877c6b91ae2a7cfd72996e49caff611c8 authored over 5 years ago
auto-install psiviewer plugin in sandbox IDE

6671642f50a72bd19fbe87f5c9337ab397382e8e authored over 5 years ago
updated changelog

b7620ebaa405ac7423da08302514e7e4d5a9560f authored over 5 years ago
updated changelog

282fb795b5db85d9eb09eeb463d91d1f4dc336ea authored over 5 years ago
Merge pull request #259 from bbrenne/links-highlighting

Update lexer and syntax highlighter to support link:file[]

6115ad8f95eaee707ecbf5807876510088054738 authored over 5 years ago
Merge branch 'master' into links-highlighting

# Conflicts:
# src/main/java/org/asciidoc/intellij/lexer/AsciiDocTokenTypes.java
# src/main/java...

d0d717af40d0d82942d5304e4c1e44f161f42ded authored over 5 years ago
Merge pull request #260 from bbrenne/attributes-highlighting

Update lexer and syntax highlighter to support attribute:value and {attribute reference}

dfddd00127c82379be6f283c7da139ea86a1890d authored over 5 years ago
Merge pull request #3 from asciidoctor/master

Updating branch

307a3b80bbe35b722f931d51a720526a29f0670b authored over 5 years ago
Updating unit test.

45aa27d550139867a0aca559d351e9ef61ad9fd8 authored over 5 years ago
Updating unit test.

e3f4e7ce51585b2c8a40c6bbb81847986143773e authored over 5 years ago
Merge branch 'master' into attributes-highlighting

1ca9d74c134eb88b589e55af6b84d514070de697 authored over 5 years ago
Better token separation + highlight color settings.

5c920e030e7377e34152c0911222e6744b9fab7f authored over 5 years ago
allow user to switch left/right and upper/lower in split view (#136)

450e74cf7777192cdca58a7a5dd3a44e2c974ded authored over 5 years ago
updated contributing guide to reflect latest JetBrains plugin

58ce6fdddc2cbe04a1ed424b16197cc1736dcfab authored over 5 years ago
updated contributing guide

e4039892cd14fad49e3a259590543eda0c221299 authored over 5 years ago
upgrading gradle and jetbrains plugin to prepare for JDK11, using JetBrains webserver to serve static resources (needed for MathJax)

8452b605feefb9f936349868fc5a0198b466d282 authored over 5 years ago
updated changelog

614b9e3d2d6a5acf04afd1267570630b90979be3 authored over 5 years ago
updated changelog

706c803295fc4cd100dc8dc70b076498c6b513e0 authored over 5 years ago
default file encoding UTF-8 if specified encoding is not supported by JRuby #258

6e14274edbe17e712dd2734f97aef05487906f05 authored over 5 years ago
adding section about parser

4973fbdaedb5c66d0d7edc9289ab7969b3cd1ab1 authored over 5 years ago
updated changelog

ebdf4b5b82a6ba8d403ddd01b729570d65e69f15 authored over 5 years ago
updated changelog

f7ed66751ef8fa0510bd5a4408603d0bb3fdf72d authored over 5 years ago
fixing error in tree structure; improving test capabilities for parsing #174

20e33114f2ff16a0411f42722c19c4fd42e5f2d3 authored over 5 years ago
formatting blanks

dd116aa60eedac91dbac634560b968bb5851fa12 authored over 5 years ago
reviewing PR #260; allowing for tabs, and also space/tab after the backslash; returning YYINITIAL as no state is kept here

e1d9c9d20303b32a1067361d23efeb8539ff99f2 authored over 5 years ago
reviewing PR #259; enforcing stricter pattern for entering LINKSTART

a3d99bb5b34db636574b5feb699baddf24bd7a31 authored over 5 years ago
adding section about parser

78203679044f8aed60cc590680113ab651f0924c authored over 5 years ago
Fixing a mistake in unit test.

e49c291e05395d7d5f760a3b7c638e0a1ca5751c authored over 5 years ago
Update lexer and syntax highlighter to support attribute:value and {attribute reference}

9e6de3c293c84e8e78f934eda3fa52913742fdc6 authored over 5 years ago
formatting blanks

90bb8171f602196f4d9b2814183ddf9b36d5e846 authored over 5 years ago
updated changelog

22071164f50750e94b48fad372894b5b105cadf3 authored over 5 years ago
updated changelog

a9207e1f107735b55c51e6e091f595477e333cec authored over 5 years ago
fixing error in tree structure; improving test capabilities for parsing #174

e51a3f21fb92f85728a3c89ac43182b128258b55 authored over 5 years ago
Update lexer and syntax highlighter to support link:file#anchor[text] (anchor is optional)

cfd83b46d7a5bc61ea8a5ea8aec037a2c4c5e482 authored over 5 years ago
updated changelog

62b58b915fa9b29508b05b30ac42856be5c4f51f authored over 5 years ago
adding lexing and highlighting documentation

0d28b5e73963681fb808d3f434e15d432d2e682b authored over 5 years ago
introduced white space token to improve brace matcher

617f679f12a7c4d9b3e41b9b156fcbb12c2a3aba authored over 5 years ago
ensure that definition of block IDs are part of next section #174

98fb4d0ce904b91812cc67ecfbaa666d3f81e1a2 authored over 5 years ago
updated changelog

b4ee19b761bce15ff7a573f74627f170f0943c27 authored over 5 years ago
parsing reffile from reference (#204)

879a55af3ae1f0554cb1a5b99852dc172e2f8805 authored over 5 years ago
adding lexical quotes

ed434220da7ab33008dddaac90d07f844ad0dbe7 authored over 5 years ago
decouple read action from event thread to avoid error from IDE (#204)

2a4677ecd7895aca3f692623a4d6326c1a3d5fdc authored over 5 years ago
adding lexical quotes

e4908b14b7052e219d218ebdf1055a5f5d2cff9f authored over 5 years ago
updating release notes

13ff8b20adf5d605c4be88c3dd6b98c8bc8b8beb authored over 5 years ago
Merge pull request #256 from bbrenne/master

Support for relative path links in preview

4904128dfa6f7553b52f7bddbec28c0b5b7fb1b2 authored over 5 years ago
allow more variants (.html and no extension), allow only relative, file and http/https links for security. Resolve anchors only for linked file.

8292bc59819ed0f9312fb972f03f59dac3b01983 authored over 5 years ago
exclude newlines at the end to allow easier folding - fixing tests #174

3fe2c1d990db76443c99b5e9aa4fa8356603d52f authored over 5 years ago
allow folding for sections and blocks #174

544e341ce3c45e08edff79e15cb3744862bfe400 authored over 5 years ago
exclude newlines at the end to allow easier folding #174

476de7fe071bea0a8ee272808be7f8509cd36cf3 authored over 5 years ago
Support for relative path links in preview html.

7b4ac276c8188df24f067a18424bb41896a9ffeb authored over 5 years ago
allow horizontal split view via settings #136

1a360ab832e9e9b5c3da34b068589c810192ee25 authored over 5 years ago
allow horizontal split view via settings #136

be35eb4f78377ea4eb828bc66b0c975e2603b1ba authored over 5 years ago
adding color settings for syntax highlighting #254

d1a50be6e7793377e7f698668c41050912e5fe6a authored over 5 years ago
updated preview rendering

dff7c654b1d8b2b9a1a9f2af1632f46faec223be authored over 5 years ago
update IC version to improve PSI debugging

78d2a8a37a1ab77a6bb14b85d9d9460c545e7706 authored over 5 years ago
updating release notes

90ca498459a860e598e9eb4dadc7ad71eb33fdba authored over 5 years ago
updating release notes

c62a6eb63deff8d872b715b40ff98dc56e0ee04c authored over 5 years ago
adding JavaZone

2f7d65f0b3f1b0fd10feb19dbed093acfbe17a53 authored over 5 years ago
adding anchor shorthand notation (#252)

32e5c4e007ca1bc29a53750b0af485593910ea6f authored over 5 years ago
references can now have a text to be displayed (#252)

6dae87385dcb2d0780a1f56bc78d4decebb5d01e authored over 5 years ago
updated upcoming conference list

37955c40577c883ac9cc94a2f1ee3b9e33fd8a25 authored over 5 years ago
allow autocomplete of references (#252)

6bdb22c88ec28c750390c46d78f99f8ad4510513 authored over 5 years ago
Enable Block ID references (#252)

071a2955dabfdcf9fb4dae22d6df9b3e93ef056a authored over 5 years ago
improve typing of double brackets (#252)

f0d7b92ccdbb7aeb07c7b090ad587cd008702a80 authored over 5 years ago
released

9e9d4d4f7edccdcf9dcb1653d8fc32a1fac03b1a authored over 5 years ago
refinement

dcbe963fda3859a50b2572b8578e7b0a37cb7b9f authored over 5 years ago
reword it

79d9b825999988520e47aaaca6d094d9262fb312 authored over 5 years ago
fix layout

591996370cb836fad57d967e9c4e465c911bde58 authored over 5 years ago
fixing links

a11513244a8cd584666f2d1523e768fc0cd2d44a authored over 5 years ago
giving developer documentation a first shot

2de7af1bf6f0c39882774a91169eb186beeab6a6 authored over 5 years ago
updated release notes

af8df1774b5d45974ee1e2ab07fcdd5389fdc826 authored over 5 years ago
updating release notes

84aaca3824d8e2dfa50ed8f8f52a2052f23bc482 authored over 5 years ago
refactoring unconstrained handling (#248)

7784a9c81397123efcb198111cd4c39e4ff32475 authored over 5 years ago
updated to handle spaces at end of line (#248)

4835628a46dc9080b71dbc5126d129373b53eaa8 authored over 5 years ago
don't put a savepoint for incremental formatting on a blank line (#248)

84ff9484fae24a33c7bf0e49911eead8a0045e0f authored over 5 years ago
avoid project already disposed assertion error

9581a9f761dac7b5398a9fa88ae11d31fdeef698 authored over 5 years ago
version released

8316c7316882affe8765750580f164df882a1334 authored over 5 years ago
making linking of documents work for standard includes (#204)

dbff05cc2479070b3f0568181930df22c85d503d authored over 5 years ago
support partitial parsing in lexer to avoid flipping formatting in IntelliJ (#248)

295617a6a6cb1cd18f040885324ae28ceeede335 authored almost 6 years ago
adding additional rules for constrained formatting (#248)

a904154ecdaa2be74dca00f5bd6506001e99a5d3 authored almost 6 years ago
moving from jruby-complete to jruby dependency like AsciidoctorJ did for 2.0 (#250)

ba08109055369c085c6bf9e14309b510403638bb authored almost 6 years ago