Quantcast
Channel: News - Marketplace | JetBrains
Viewing all 72158 articles
Browse latest View live

News for CUBA

$
0
0
See <a href="https://doc.cuba-platform.com/studio/release_notes.html">Release Notes</a>

News for nginx Support

$
0
0
<b>0.1.9</b><ul><li>Fix file type error in 2019.3 (<a href="https://github.com/ishchenko/idea-nginx/issues/73">issue 73</a>).</li></ul><b>0.1.8</b><ul><li>Update list of keysword with latest from NGINX repository.</li></ul><b>0.1.7</b><ul><li>Fix NoSuchMethodException (issue <a href="https://github.com/ishchenko/idea-nginx/issues/69">69</a>).</li></ul><b>0.1.6</b><ul><li>Fix bundle not found exception (issue <a href="https://github.com/ishchenko/idea-nginx/issues/63">63</a>).</li><b>0.1.5</b><ul><li>Fix compatible builds to 142.3304+</li></ul><b>0.1.4</b><ul><li>Fix set_by_lua_block syntax error (<a href="https://github.com/ishchenko/idea-nginx/issues/55">issue 55</a>).</li><li>Fix race condition with lexer (thanks abregar!) (issues <a href="https://github.com/ishchenko/idea-nginx/issues/58">58</a>, <a href="https://github.com/ishchenko/idea-nginx/issues/56">56</a>).</li><li>Update NGINX and OpenResty keywords.</li></ul><b>0.1.3</b><ul><li>Update NGINX and OpenResty keywords.</li><li>Add default extension .nginx. This enables use with scratch files.</li><li>Partial fix for Lua block parsing when Lua contains braces. This works as long as the Lua braces are balanced. Otherwise the Lua block get expanded to the next closing brace. In this case the Lua shouldn't be valid anyway.</li><li>Fix PID path with spaces failing.</li></ul><b>0.1.2</b><ul><li>Added Lua language injection to *by_lua_block directives. The Lua plugin must be installed for this to work!</li><li>Fixed some deprecated methods</li></ul><b>0.1.1</b><ul><li>Added OpenResty keywords from 1.9.7.4</li><li>Added support for local variables using set directives</li><li>Added double quotes to denote strings as well as single quotes</li><li>Updated keywords to Nginx 1.9.15</li><li>Fixed wrong number of argument annotations (e.g. server_name with multiple values)</li></ul><b>0.1.0</b><ul><li>Idea 15 compatibility - PlatformDependentToolsInstaller could be app service now and appropriate implementation selected by "os" attribute</li></ul><b>0.0.15</b><ul><li>FileTypeFactory for type registration</li></ul><b>0.0.14</b><ul><li>Deprecated FileChooser fixed</li></ul><b>0.0.13</b><ul><li>Built for IDEA 12 and later</li><li>Documentation and autocompletion update for nginx 1.4</li></ul><b>0.0.12</b><ul><li>Built for IDEA 11 and later</li></ul><b>0.0.11</b><ul><li>-V output pattern parser fixed again, should work for all versions</li><li>Documentation and autocompletion update for nginx 1.1.1</li><li>Built for IDEA 10.5.x and later</li></ul><b>0.0.10</b><ul><li>-V output pattern fixed for versions 0.8.23+ and 0.7.64+</li><li>Works for all Jetbrains platform products (since build 93.94)</li><li>Documentation and autocompletion update for nginx 0.8.35</li></ul><b>0.0.9</b><ul><li>Now only "Run" button is enabled for nginx run configuration.</li><li>Works for WebIDE.</li><li>Documentation and autocompletion update.</li></ul><b>0.0.8</b><ul><li>Documentation and autocompletion update.</li></ul><b>0.0.7</b><ul><li>Open included files with ctrl+b (Go to Declaration).</li></ul><b>0.0.6</b><ul><li>Autoformat support.</li></ul><b>0.0.5</b><ul><li>Quick documentation lookup support for directives and variables. Only for those that can be found at wiki.nginx.org.</li><li>$arg_&lt;PARAM&gt;, $http_&lt;PARAM&gt; and $cookie_&lt;PARAM&gt; are not highlighted as unknown anymore.</li><li>Warning when choosing nginx executable. Running "nginx -V" can be cancelled and default parameter values will be used.</li></ul><b>0.0.4</b><ul><li>Basic $variable support. Autocompletion and name checks are available. No checks for parent context and no support for variables in strings yet.</li></ul><b>0.0.3</b><ul><li>Log files can be shown in tabs next to console</li></ul><b>0.0.2</b><ul><li>Autocompletion is context-aware</li><li>Directive list is taken from sources, not from docs</li><li>More advanced inspections like checking if a directive can reside in a context</li><li>Should work on Mac</li></ul><b>0.0.1</b><ul><li>First release. Won't work for Mac.</li><li>Basic autocompletion and inspections.</li></ul></ul>

News for Cloud Code

$
0
0
<h2>Version 19.10.1 - Release Notes</h2><p>This release fixes several bugs and improves stability of the Cloud Code plugin. It also contains enhancements to the Kubernetes Cluster Browser, including the ability to view containers in your pods and stream logs from them.</p><h3>New Features</h3><ul><li>You can now drill down into your pods to view your containers. Stream logs directly from a running container.</li><li></li><li>New option to pin your Kubernetes deployments to whatever is set as your system-wide current context.</li><li></li><li>Copy Kubernetes resource names to the clipboard by right-clicking on a node in the Kubernetes Cluster Browser.</li><li>Refresh any Kubernetes resource individually to update its state.</li></ul><h3>Fixes</h3><ul><li>Fixes a NPE caused by Maven-aware code for displaying a notification suggesting Spring Cloud GCP for Spring projects using GCP APIs.</li><li>Fixes an issue where the Cloud Code dependency installer could be stuck in a broken state, blocking Kubernetes deployments and debugging.</li><li>Fixed an exception that could occur during LSP initialization due to invalid document listener state.</li></ul><h2>Version 19.9.2 - Release Notes</h2><h3>New Features</h3><p>Cloud Code's Kubernetes support is now in Beta! This release includes many new features for Kubernetes developers:</p><ul><li>Browse your Kubernetes clusters right from your IDE. View your pods, deployments, services and other resources. Stream logs and describe resources. View &gt; Tool Windows &gt; Kubernetes Explorer</li><li></li><li>Cloud Code will now automatically install key Kubernetes dependencies for you, including <a href="https://skaffold.dev/docs/">Skaffold</a> and <a href="https://kubernetes.io/docs/tasks/tools/install-kubectl/">Kubectl</a>, helping you get up and running quickly. Configure managed dependencies under Settings &gt; Cloud Code &gt; Kubernetes.</li><li></li><li>Enhanced editing support in all JetBrains IDEs for various configuration files such as Cloud Build, Kustomize, and Kubernetes. See errors highlighted in your config, and view quick documentation (see the <a href="https://www.jetbrains.com/help/idea/viewing-reference-information.html#inline-quick-documentation">help pages</a> for more details including how to enable docs on mouse move).</li><li></li><li>Cloud Code now comes with Kubernetes starter templates in Java, Python, Node.js, and Go to help you quickly get started. File &gt; New Project ... &gt; Cloud Code Kubernetes</li><li></li></ul><h3>Fixes</h3><ul><li>Cloud Code will now execute the Skaffold process from the directory containing the Skaffold configuration file, fixing relative path issues for multi-service projects.</li><li>Skaffold configuration files will now validate properly when the JetBrains Kubernetes plugin is also installed.</li></ul>

News for AsciiDoc

$
0
0
<h3>0.30.14 </h3> <div> <ul> <li> <p>adding the Asciidoctor logo as the plugin’s logo (thanks to <a href="https://github.com/ardlank">@ardlank</a>) (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/356">#356</a>, <a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/357">#357</a>)</p> </li> <li> <p>experimental support for grammar checking in different languages using the <a href="https://plugins.jetbrains.com/plugin/12175-grazie/">Grazi plugin</a> (to be named Grazi<strong>e</strong> in 2019.3) (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/97">#97</a>)</p> </li> </ul> </div><h3>0.30.13 </h3> <div> <ul> <li> <p>fixing exception when using keys to toggle formatting (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/242">#242</a>)</p> </li> </ul> </div><h3>0.30.12 </h3> <div> <ul> <li> <p>quick-fix for markdown style listings (thanks to @FatihBozik) (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/297">#297</a>, <a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/355">#355</a>)</p> </li> <li> <p>improve formatting bold/italic/…​ using editor actions (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/242">#242</a>)</p> </li> <li> <p>toggle formatting on selected text using formatting characters (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/242">#242</a>)</p> </li> </ul> </div><h3>0.30.11 </h3> <div> <ul> <li> <p>upgrade to asciidoctorj-pdf:1.5.0-beta.6</p> </li> <li> <p>add HTML export to editor actions (thanks to <a href="https://github.com/balabarath">@balabarath</a>) (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/349">#349</a>, <a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/354">#354</a>)</p> </li> <li> <p>avoid exception “Already disposed: Project” when closing one out of many currently open projects</p> </li> </ul> </div><h3>0.30.10 </h3> <div> <ul> <li> <p>first version of improved “Extend Selection” (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/341">#341</a>)</p> </li> <li> <p>preserve cursor position and selection when toggling title (thanks to @Mogztter) (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/341">#341</a>, <a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/344">#344</a>)</p> </li> <li> <p>improved cursor placement and selection for formatting actions like bold/italic (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/341">#341</a>)</p> </li> <li> <p>add support for kroki.io when rendering diagrams in the preview (thanks to @Mogztter) (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/287">#287</a>, <a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/346">#346</a>)</p> </li> <li> <p>include content via URLs (https or http) when <code>allow-uri-read</code> attribute set (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/348">#348</a>, <a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/138">#138</a>)</p> </li> <li> <p>allow configuration of safe mode in plugin’s configuration (thanks to <a href="https://github.com/bit-man">@bit-man</a>) (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/347">#347</a>, <a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/351">#351</a>)</p> </li> <li> <p>support <code>:prewrap!:</code> in preview so that listings and other pre-formatted content don’t wrap (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/350">#350</a>)</p> </li> </ul> </div><h3>0.30.9 </h3> <div> <ul> <li> <p>auto-save files when switching to AsciiDoc editor to ensure preview shows latest content</p> </li> <li> <p>clean up handling of input streams throughout the plugin</p> </li> <li> <p>don’t switch focus to editor when browsing for example TODO list (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/332">#332</a>)</p> </li> <li> <p>add menu bar item to mark/highlight selected text (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/134">#134</a>)</p> </li> <li> <p>clean up stream resource leak (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/342">#342</a>)</p> </li> </ul> </div><h3>0.30.8 </h3> <div> <ul> <li> <p>highlight warnings for Spring REST Docs at line in editor</p> </li> <li> <p>upgrade to JRuby 9.2.8.0 to avoid assertion errors when creating PDFs (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/337">#337</a>)</p> </li> </ul> </div><h3>0.30.7</h3> <div> <ul> <li> <p>upgrade to asciidoctorj-pdf:1.5.0-beta.5 (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/325">#325</a>)</p> </li> <li> <p>allow unset of attribute after the first colon</p> </li> <li> <p>regression: when clicking an external link in the preview, don’t navigate to external site, but open it in external browser only (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/335">#335</a>)</p> </li> <li> <p>regression: when right-clicking on an image, show popup to save image (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/335">#335</a>)</p> </li> </ul> </div><h3>0.30.6</h3> <div> <ul> <li> <p>support attribute references in block and block macro attributes and titles (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/327">#327</a>)</p> </li> </ul> </div><h3>0.30.5 </h3> <div> <ul> <li> <p>fix singleton for prepending .asciidoctorconfig information (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/325">#325</a>)</p> </li> </ul> </div><h3>0.30.4 </h3> <div> <ul> <li> <p>while JavaFX preview forces PNG diagram for readability, browser and PDF should use diagram in the format specified in the source (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/325">#325</a>)</p> </li> <li> <p>add editor notification with link to Wiki page for spring boot restdocs (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/312">#312</a>)</p> </li> <li> <p>fix chapter numbers for included snippets (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/312">#312</a>)</p> </li> </ul> </div><h3>0.30.3 </h3> <div> <ul> <li> <p>support operation block macro in <a href="https://docs.spring.io/spring-restdocs/docs/current/reference/html5/">spring-restdocs</a> and auto-detect the snippets folder (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/312">#312</a>)</p> </li> <li> <p>prepended config via plugin shouldn’t add blank line that breaks document title (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/325">#325</a>)</p> </li> <li> <p>upgrade to asciidoctorj-pdf:1.5.0-beta.4 (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/325">#325</a>)</p> </li> <li> <p>support HTML blanks and HTML entities in image file names for preview (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/328">#328</a>)</p> </li> </ul> </div><h3>0.30.2 </h3> <div> <ul> <li> <p>support .asciidoctorconfig for PDF creation (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/325">#325</a>)</p> </li> <li> <p>fix rendering problem with LaTeX style math (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/326">#326</a>)</p> </li> <li> <p>improved logging for math problems, plus popup hint with MathML error message in preview (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/326">#326</a>)</p> </li> </ul> </div><h3>0.30.1 </h3> <div> <ul> <li> <p>fix 'unable to read file' when creating a PDF and working with extensions (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/325">#325</a>)</p> </li> </ul> </div><h3>0.30.0 </h3> <div> <ul> <li> <p>support creating a PDF from the IDE based on asciidoctorj-pdf:1.5.0-beta.2 (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/325">#325</a>)</p> </li> </ul> </div><h3>0.29.11 </h3> <div> <ul> <li> <p>No end of sentence after a digit</p> </li> <li> <p>no end of sentence after colon in middle of line, but preserve line break after colon at end of line</p> </li> <li> <p>handle pre-block for block-macros when creating references</p> </li> </ul> </div><h3>0.29.10</h3> <div> <ul> <li> <p>fixing dependency problem when running on IDEs like RubyMine (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/323">#323</a>)</p> </li> </ul> </div><h3>0.29.9</h3> <div> <ul> <li> <p>tuning end-of-sentence detection when potential end of sentence followed by a lowercase character</p> </li> </ul> </div><h3>0.29.8 </h3> <div> <ul> <li> <p>add slash also for mouse and enter key when selecting path elements during auto-completing (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/320">#320</a>)</p> </li> <li> <p>support unset attribute in lexer, parser and highlighting</p> </li> </ul> </div><h3>0.29.7 </h3> <div> <ul> <li> <p>support <code>asciidoctorconfigdir</code> in referenced attributes when autocompleting directories and files (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/320">#320</a>)</p> </li> </ul> </div>

News for ion

$
0
0
<ul><li>Ion Lexer</li><li>Ion Parser</li><li>Debugger in CLion</li></ul>

News for ion

$
0
0
<ul><li>Ion Lexer</li><li>Ion Parser</li><li>Debugger in CLion</li><li>Basic indentation on enter</li></ul>

News for D Language

$
0
0
<b>v1.21</b><br><ul><li>Compatibility IntelliJ 2019.2.*</li><li>various bug fixes</li></ul><b>v1.20</b><br><ul><li>Compatibility IntelliJ 2019.2.*</li></ul><b>v1.19</b><br><ul><li>Compatibility IntelliJ 2019.1.*</li></ul><b>v1.18 - v1.18.1</b><br><ul><li>Compatibility IntelliJ 2018.3.*</li><li>added custom TreeStructureProvider for project view (IDEA only)</li><li>various bug fixes</li></ul><b>v1.17 - v1.17.2</b><br><ul><li>added experimental support for AppCode and CLion</li><li>performance improvements</li><li>various bug fixes</li></ul><b>v1.16 - v1.16.2</b><br><ul><li>Compatibility IntelliJ 2018.1</li><li>Processing D libraries now takes place in the background</li><li>UI for D Tools has been updated and moved to Settings &gt; Languages and Frameworks</li><li>Various bug fixes</li></ul><b>v1.15 - v1.15.4</b><br><ul><li>reworked code folding</li><li>Structure View (1.15.2)</li><li>various bug fixes</li></ul><b>v1.14</b><br><ul><li>added experimental debugger support using GDB</li></ul>

News for deep-assoc-completion

$
0
0
<ul><li>#119 Allow to specify php data reference function FQN or sample data in twig comment like {# data-source = ['key1' =&gt; 5, 'key2' =&gt; 2] #}</li></ul>

News for shirotelin

News for Cloud Code

$
0
0
<h2>Version 19.10.1 - Release Notes</h2><p>This release fixes several bugs and improves stability of the Cloud Code plugin. It also contains enhancements to the Kubernetes Cluster Browser, including the ability to view containers in your pods and stream logs from them.</p><h3>New Features</h3><ul><li>You can now drill down into your pods to view your containers. Stream logs directly from a running container.</li><li></li><li>New option to pin your Kubernetes deployments to whatever is set as your system-wide current context.</li><li></li><li>Copy Kubernetes resource names to the clipboard by right-clicking on a node in the Kubernetes Cluster Browser.</li><li>Refresh any Kubernetes resource individually to update its state.</li></ul><h3>Fixes</h3><ul><li>Fixes a NPE caused by Maven-aware code for displaying a notification suggesting Spring Cloud GCP for Spring projects using GCP APIs.</li><li>Fixes an issue where the Cloud Code dependency installer could be stuck in a broken state, blocking Kubernetes deployments and debugging.</li><li>Fixed an exception that could occur during LSP initialization due to invalid document listener state.</li></ul><h2>Version 19.9.2 - Release Notes</h2><h3>New Features</h3><p>Cloud Code's Kubernetes support is now in Beta! This release includes many new features for Kubernetes developers:</p><ul><li>Browse your Kubernetes clusters right from your IDE. View your pods, deployments, services and other resources. Stream logs and describe resources. View &gt; Tool Windows &gt; Kubernetes Explorer</li><li></li><li>Cloud Code will now automatically install key Kubernetes dependencies for you, including <a href="https://skaffold.dev/docs/">Skaffold</a> and <a href="https://kubernetes.io/docs/tasks/tools/install-kubectl/">Kubectl</a>, helping you get up and running quickly. Configure managed dependencies under Settings &gt; Cloud Code &gt; Kubernetes.</li><li></li><li>Enhanced editing support in all JetBrains IDEs for various configuration files such as Cloud Build, Kustomize, and Kubernetes. See errors highlighted in your config, and view quick documentation (see the <a href="https://www.jetbrains.com/help/idea/viewing-reference-information.html#inline-quick-documentation">help pages</a> for more details including how to enable docs on mouse move).</li><li></li><li>Cloud Code now comes with Kubernetes starter templates in Java, Python, Node.js, and Go to help you quickly get started. File &gt; New Project ... &gt; Cloud Code Kubernetes</li><li></li></ul><h3>Fixes</h3><ul><li>Cloud Code will now execute the Skaffold process from the directory containing the Skaffold configuration file, fixing relative path issues for multi-service projects.</li><li>Skaffold configuration files will now validate properly when the JetBrains Kubernetes plugin is also installed.</li></ul>

News for Bazel

$
0
0
<p>v2019.10.14</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.09.30</p><p>===========</p><p>* CLion: fix unresolved genfiles after the first sync.</p><p></p><p>v2019.09.16</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.09.03</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.08.19</p><p>===========</p><p>* Add support for starlark debugging.</p><p></p><p>v2019.08.05</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.07.22</p><p>===========</p><p>* Add a .bazelproject option to automatically derive the relevant bazel</p><p> targets from directories. This is enabled by default for new projects.</p><p></p><p>v2019.07.08</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.06.17</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.06.03</p><p>===========</p><p>* CLion: Fix debugging with bundled GDB</p><p></p><p>v2019.05.13</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.04.29</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.04.15</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.04.01</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.03.18</p><p>===========</p><p>* Bazel problems view: allow filtering based on severity</p><p></p><p>v2019.03.05</p><p>===========</p><p>* Fix escaping of quoted run configuration flags</p><p></p><p>v2019.02.13</p><p>===========</p><p>* Mark unsynced python, go files in the project view</p><p></p><p>v2019.01.28</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.01.14</p><p>===========</p><p>* Add coverage support</p><p>* Fix kotlin library rule handling</p><p></p><p>v2019.01.02</p><p>===========</p><p>* Compilation errors during Fast Run show up in the Bazel Problems view and can be double-clicked to</p><p> navigate to the error in the source</p><p>* Go: fix some spurious 'unused symbol' warnings</p><p></p><p>v2018.12.03</p><p>===========</p><p>* Fix failed test case gutter icons not displaying.</p><p>* Fix attaching source jars from external workspaces</p><p>* Fast run detects changed files more quickly and no longer unnecessarily compiles unchanged files.</p><p></p><p>v2018.11.12</p><p>===========</p><p>* Resolve short-form references to external workspace targets</p><p>* Changed serialization scheme for faster read/write and reduced disk usage.</p><p></p><p>v2018.10.22</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.10.08</p><p>===========</p><p>* Support auto-syncing on proto file changes (Bazel Settings &gt; Automatically re-sync when proto files change)</p><p></p><p>v2018.09.24</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.09.10</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.08.20</p><p>===========</p><p>* Added a 'test_flags' project view section, used for all 'bazel test' invocations.</p><p></p><p>v2018.08.06</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.07.23</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.07.09</p><p>===========</p><p>* New UI for running fast builds: use the "Fast Run" and "Fast Debug" buttons (instead of the normal "Run" and "Debug").</p><p> For more info see https://ij.bazel.build/docs/fast-builds.html</p><p>* TypeScript: add support for navigating to JavaScript symbols.</p><p>* BUILD/Skylark: change default indentation options to match buildifier.</p><p></p><p>v2018.06.11</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.05.21</p><p>===========</p><p>* Run iterative tests faster using javac to compile instead of Bazel.</p><p> For instructions and caveats, see https://ij.bazel.build/docs/fast-builds.html</p><p></p><p>v2018.05.07</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.04.23</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.04.09</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.03.26</p><p>===========</p><p>* Add an 'add source to project' action</p><p></p><p>v2018.03.12</p><p>===========</p><p>* Convert to/from workspace-relative paths when sharing run configurations</p><p>* Linkify parsed errors in the Bazel Console view</p><p>* Add next/previous error actions to the Bazel Console view</p><p></p><p>v2018.02.26</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.02.13</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.01.29</p><p>===========</p><p>* Copy BUILD target string action now works from any project file.</p><p></p><p>v2018.01.16</p><p>===========</p><p>* Scala: Fix navigating to generated source files.</p><p></p><p>v2018.01.02</p><p>===========</p><p>* CLion: reduce freezes after large number of files change (e.g. after 'git pull') by reindexing changed files</p><p>* Be able to navigate from problems view to error line on bazel console.</p><p></p><p>v2017.12.04</p><p>===========</p><p>* Scala: Add run configuration support for specs2 tests.</p><p></p><p>v2017.11.20</p><p>===========</p><p>* Reduce indexing time after syncing.</p><p>* Java debugging: allow specifying a different debug port.</p><p>* Support custom environment variables when debugging python and C++ targets.</p><p>* Bazel plugin settings are now searchable.</p><p></p><p>v2017.11.06</p><p>===========</p><p>* Go support: Better Bazel-specific support for Go import resolution.</p><p>* Suppress test failures showing up in the 'Problems' view</p><p></p><p>v2017.10.23</p><p>===========</p><p>* CLion: improve performance of the 'Navigate &gt; Related Symbol' action.</p><p>* CLion: resolve file paths in run configuration console.</p><p>* ASwB: add Python support (for AS 3.0+).</p><p>* Fix resolution of python import statements.</p><p></p><p>v2017.10.09</p><p>===========</p><p>* Support 'Run with Coverage' for all Bazel test run configurations.</p><p>* Go-lang: Greatly improved import resolution.</p><p>* Go-lang: Add Bazel run configuration support.</p><p>* CLion: limit freezes when navigating between .cc and .h files.</p><p>* Add support for java_lite_proto_library.</p><p></p><p>v2017.09.25</p><p>===========</p><p>* Support HotSwapping when debugging java_binary targets.</p><p>* Add an 'Update Directories' sync action, to add directories to the project</p><p> without running Bazel (note: new directories won't properly resolve until</p><p> a full sync is run).</p><p>* JavaScript: reduce hangs while editing, by prefetching all indexed JS files</p><p> during sync.</p><p>* Suppress spurious 'never assigned' warnings for @Inject-annotated fields.</p><p>* Add basic support for custom java rules, providing the 'java_common' skylark</p><p> API.</p><p>* Python: prioritize project files over SDK packages when resolving imports.</p><p></p><p>v2017.09.11</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2017.08.28</p><p>===========</p><p>* CLion test output: make URLs and bazel targets clickable</p><p>* Retrieve Javadocs for unattached sources</p><p>* CLion: incremental sync retains more caches. Prefill caches on project reload.</p><p></p><p>v2017.08.14</p><p>===========</p><p>* Fix spurious 'unused' warnings for AutoFactory-annotated classes</p><p>* Python: Test UI support for paramaterized python tests</p><p>* Python: Linkify stack traces in Bazel Console view</p><p>* Test UI: fix timeouts not being marked as failures</p><p>* Go: migrate Go code to the latest JetBrains plugin</p><p></p><p>v2017.08.01</p><p>===========</p><p>* Add a user setting to suppress the Bazel console during sync</p><p>* Add support for IntelliJ 2017.1.5</p><p>* ASwB: fix generated resources not resolving</p><p>* Fix unresolved references when targets are built with multiple Bazel configurations</p><p>* Python: fix 'argument list too long' errors when debugging</p><p></p><p>v2017.07.17</p><p>===========</p><p>* Explicitly deprioritize older android/gwt-specific versions of libraries during sync</p><p>* Improve test finder heuristics when creating run configurations</p><p></p><p>v2017.07.05</p><p>===========</p><p>* CLwB: Show "unsynced" diagnostic file status for C++ files</p><p></p><p>v2017.06.19</p><p>===========</p><p>* Improve performance when indexing proto_library targets in the working set.</p><p>* Fix incorrectly reusing existing, but different, run configurations.</p><p>* Order BUILD file structure view by target name, not rule type.</p><p></p><p>v2017.06.05</p><p>===========</p><p>* Add Scala support to IntelliJ.</p><p>* Add 'sync_flags' .bazelproject section, for flags only applied during sync.</p><p>* Android Studio: NDK plugins are now optional.</p><p>* CLion: Improve performance by prefetching required genfiles during sync.</p><p></p><p>v2017.05.22</p><p>===========</p><p>* TypeScript: Support multiple ts_config rules in .bazelproject</p><p>* Android Studio: Index javac jar for javax.lang classes</p><p>* Show failed test targets in test result UI</p><p></p><p>v2017.05.08</p><p>===========</p><p>* Add Python support to CLion</p><p>* Fix some bazel targets not being linkified in the run configuration console</p><p> output</p><p>* Add an action to open a workspace file outside your project (File &gt; Open</p><p> Workspace File...)</p><p>* Add an action to add a source directory to your bazel project (Bazel &gt;</p><p> Project &gt; Add Directory To Project...)</p><p>* CLion: fix project directories being cleared when reopening a project</p><p></p><p>v2017.04.17</p><p>===========</p><p>* Add support for IntelliJ 2017.1</p><p>* Support bazel build sharding for large projects</p><p>* Detect out-of-memory errors during sync, and suggest enabling sharding</p><p>* Add documentation links for .bazelproject items</p><p></p><p>v2017.04.03</p><p>===========</p><p>* Add python support for IntelliJ</p><p>* Prefetch project files on project open, prior to initial indexing</p><p>* Handle nested junit test classes</p><p></p><p>v2017.03.15</p><p>===========</p><p>* Bazel: WORKSPACE file language integration (syntax highlighting, navigation,</p><p> etc.)</p><p>* Bazel: Find usages, navigation support for external workspace labels</p><p>* Expand macros in run configuration build flags</p><p></p><p>v2017.02.27</p><p>===========</p><p>* Add CLion support</p><p>* Run configuration support for abstract test classes/methods</p><p>* Support running all test classes in a directory</p><p>* BUILD support: don't suggest private symbols in 'load' statement autocomplete</p><p></p><p>v2017.02.13</p><p>===========</p><p>* Test UI support for parameterized tests</p><p>* Test UI support for sharded tests, run locally</p><p>* BUILD: Fix navigation for overridden built-in symbols</p><p>* BUILD: Add auto-complete for fully-qualified class names</p><p></p><p>v2017.01.30</p><p>============</p><p>* Integrate bazel test results with the IDE's test runner UI.</p><p>* Add support for sharing run configurations</p><p>* Restructure Bazel menu items</p><p></p><p>v2017.01.09</p><p>===========</p><p>* Create source roots for all directories matching 'test_sources'.</p><p>* When viewing source files for supported but inactive languages, suggest</p><p> enabling support for that language.</p><p>* BUILD: Add syntax highlight/autocomplete support for more built-in functions.</p><p>* Fix java debugger connection timeout</p><p>* Basic support for Go-lang projects</p><p></p><p>v2016.12.5</p><p>==========</p><p>* BUILD files: add syntax hightlighting for built-in names</p><p>* BUILD files: support aliased load statements</p><p>* ASwB: enable NDK support</p><p></p><p>v1.12</p><p>=====</p><p>* Add autocomplete in run configuration target editor.</p><p>* Fix debugging of java_binary targets with args</p><p></p><p>v1.11</p><p>=====</p><p>* Completely suppress JUnit for Bazel projects, removing a common source of</p><p> confusion.</p><p>* Improve sync working set / partial sync to include more targets that</p><p> users might expect should be included.</p><p>* Add more history to import wizard.</p><p></p><p>v1.10</p><p>=====</p><p>* Compatibility with 2016.2.4</p><p>* Improve create run configuration from scratch experience</p><p></p><p>v1.9</p><p>==========</p><p>* Better tolerance of broken BUILD files during sync</p><p>* Sync working set action -- sync only the files you're</p><p> working on.</p><p>* BUILD file support: performance improvements.</p><p>* Unified run configurations -- there is only one type,</p><p> the Bazel Command Run Configuration.</p><p>* Add test rule chooser heuristics, to support some common</p><p> test genrules.</p><p></p><p>v1.8</p><p>==========</p><p>* Add local jar cache to improve performance and robustness.</p><p>* Support filtered gen jars to allow mixed generated/non-</p><p> generated rules (requires bazel release to activate).</p><p>* Abbreviate generated run configuration names.</p>

News for Bazel

$
0
0
<p>v2019.10.14</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.09.30</p><p>===========</p><p>* CLion: fix unresolved genfiles after the first sync.</p><p></p><p>v2019.09.16</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.09.03</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.08.19</p><p>===========</p><p>* Add support for starlark debugging.</p><p></p><p>v2019.08.05</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.07.22</p><p>===========</p><p>* Add a .bazelproject option to automatically derive the relevant bazel</p><p> targets from directories. This is enabled by default for new projects.</p><p></p><p>v2019.07.08</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.06.17</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.06.03</p><p>===========</p><p>* CLion: Fix debugging with bundled GDB</p><p></p><p>v2019.05.13</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.04.29</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.04.15</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.04.01</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.03.18</p><p>===========</p><p>* Bazel problems view: allow filtering based on severity</p><p></p><p>v2019.03.05</p><p>===========</p><p>* Fix escaping of quoted run configuration flags</p><p></p><p>v2019.02.13</p><p>===========</p><p>* Mark unsynced python, go files in the project view</p><p></p><p>v2019.01.28</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2019.01.14</p><p>===========</p><p>* Add coverage support</p><p>* Fix kotlin library rule handling</p><p></p><p>v2019.01.02</p><p>===========</p><p>* Compilation errors during Fast Run show up in the Bazel Problems view and can be double-clicked to</p><p> navigate to the error in the source</p><p>* Go: fix some spurious 'unused symbol' warnings</p><p></p><p>v2018.12.03</p><p>===========</p><p>* Fix failed test case gutter icons not displaying.</p><p>* Fix attaching source jars from external workspaces</p><p>* Fast run detects changed files more quickly and no longer unnecessarily compiles unchanged files.</p><p></p><p>v2018.11.12</p><p>===========</p><p>* Resolve short-form references to external workspace targets</p><p>* Changed serialization scheme for faster read/write and reduced disk usage.</p><p></p><p>v2018.10.22</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.10.08</p><p>===========</p><p>* Support auto-syncing on proto file changes (Bazel Settings &gt; Automatically re-sync when proto files change)</p><p></p><p>v2018.09.24</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.09.10</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.08.20</p><p>===========</p><p>* Added a 'test_flags' project view section, used for all 'bazel test' invocations.</p><p></p><p>v2018.08.06</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.07.23</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.07.09</p><p>===========</p><p>* New UI for running fast builds: use the "Fast Run" and "Fast Debug" buttons (instead of the normal "Run" and "Debug").</p><p> For more info see https://ij.bazel.build/docs/fast-builds.html</p><p>* TypeScript: add support for navigating to JavaScript symbols.</p><p>* BUILD/Skylark: change default indentation options to match buildifier.</p><p></p><p>v2018.06.11</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.05.21</p><p>===========</p><p>* Run iterative tests faster using javac to compile instead of Bazel.</p><p> For instructions and caveats, see https://ij.bazel.build/docs/fast-builds.html</p><p></p><p>v2018.05.07</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.04.23</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.04.09</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.03.26</p><p>===========</p><p>* Add an 'add source to project' action</p><p></p><p>v2018.03.12</p><p>===========</p><p>* Convert to/from workspace-relative paths when sharing run configurations</p><p>* Linkify parsed errors in the Bazel Console view</p><p>* Add next/previous error actions to the Bazel Console view</p><p></p><p>v2018.02.26</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.02.13</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2018.01.29</p><p>===========</p><p>* Copy BUILD target string action now works from any project file.</p><p></p><p>v2018.01.16</p><p>===========</p><p>* Scala: Fix navigating to generated source files.</p><p></p><p>v2018.01.02</p><p>===========</p><p>* CLion: reduce freezes after large number of files change (e.g. after 'git pull') by reindexing changed files</p><p>* Be able to navigate from problems view to error line on bazel console.</p><p></p><p>v2017.12.04</p><p>===========</p><p>* Scala: Add run configuration support for specs2 tests.</p><p></p><p>v2017.11.20</p><p>===========</p><p>* Reduce indexing time after syncing.</p><p>* Java debugging: allow specifying a different debug port.</p><p>* Support custom environment variables when debugging python and C++ targets.</p><p>* Bazel plugin settings are now searchable.</p><p></p><p>v2017.11.06</p><p>===========</p><p>* Go support: Better Bazel-specific support for Go import resolution.</p><p>* Suppress test failures showing up in the 'Problems' view</p><p></p><p>v2017.10.23</p><p>===========</p><p>* CLion: improve performance of the 'Navigate &gt; Related Symbol' action.</p><p>* CLion: resolve file paths in run configuration console.</p><p>* ASwB: add Python support (for AS 3.0+).</p><p>* Fix resolution of python import statements.</p><p></p><p>v2017.10.09</p><p>===========</p><p>* Support 'Run with Coverage' for all Bazel test run configurations.</p><p>* Go-lang: Greatly improved import resolution.</p><p>* Go-lang: Add Bazel run configuration support.</p><p>* CLion: limit freezes when navigating between .cc and .h files.</p><p>* Add support for java_lite_proto_library.</p><p></p><p>v2017.09.25</p><p>===========</p><p>* Support HotSwapping when debugging java_binary targets.</p><p>* Add an 'Update Directories' sync action, to add directories to the project</p><p> without running Bazel (note: new directories won't properly resolve until</p><p> a full sync is run).</p><p>* JavaScript: reduce hangs while editing, by prefetching all indexed JS files</p><p> during sync.</p><p>* Suppress spurious 'never assigned' warnings for @Inject-annotated fields.</p><p>* Add basic support for custom java rules, providing the 'java_common' skylark</p><p> API.</p><p>* Python: prioritize project files over SDK packages when resolving imports.</p><p></p><p>v2017.09.11</p><p>===========</p><p>* Bug fixes and internal cleanup.</p><p></p><p>v2017.08.28</p><p>===========</p><p>* CLion test output: make URLs and bazel targets clickable</p><p>* Retrieve Javadocs for unattached sources</p><p>* CLion: incremental sync retains more caches. Prefill caches on project reload.</p><p></p><p>v2017.08.14</p><p>===========</p><p>* Fix spurious 'unused' warnings for AutoFactory-annotated classes</p><p>* Python: Test UI support for paramaterized python tests</p><p>* Python: Linkify stack traces in Bazel Console view</p><p>* Test UI: fix timeouts not being marked as failures</p><p>* Go: migrate Go code to the latest JetBrains plugin</p><p></p><p>v2017.08.01</p><p>===========</p><p>* Add a user setting to suppress the Bazel console during sync</p><p>* Add support for IntelliJ 2017.1.5</p><p>* ASwB: fix generated resources not resolving</p><p>* Fix unresolved references when targets are built with multiple Bazel configurations</p><p>* Python: fix 'argument list too long' errors when debugging</p><p></p><p>v2017.07.17</p><p>===========</p><p>* Explicitly deprioritize older android/gwt-specific versions of libraries during sync</p><p>* Improve test finder heuristics when creating run configurations</p><p></p><p>v2017.07.05</p><p>===========</p><p>* CLwB: Show "unsynced" diagnostic file status for C++ files</p><p></p><p>v2017.06.19</p><p>===========</p><p>* Improve performance when indexing proto_library targets in the working set.</p><p>* Fix incorrectly reusing existing, but different, run configurations.</p><p>* Order BUILD file structure view by target name, not rule type.</p><p></p><p>v2017.06.05</p><p>===========</p><p>* Add Scala support to IntelliJ.</p><p>* Add 'sync_flags' .bazelproject section, for flags only applied during sync.</p><p>* Android Studio: NDK plugins are now optional.</p><p>* CLion: Improve performance by prefetching required genfiles during sync.</p><p></p><p>v2017.05.22</p><p>===========</p><p>* TypeScript: Support multiple ts_config rules in .bazelproject</p><p>* Android Studio: Index javac jar for javax.lang classes</p><p>* Show failed test targets in test result UI</p><p></p><p>v2017.05.08</p><p>===========</p><p>* Add Python support to CLion</p><p>* Fix some bazel targets not being linkified in the run configuration console</p><p> output</p><p>* Add an action to open a workspace file outside your project (File &gt; Open</p><p> Workspace File...)</p><p>* Add an action to add a source directory to your bazel project (Bazel &gt;</p><p> Project &gt; Add Directory To Project...)</p><p>* CLion: fix project directories being cleared when reopening a project</p><p></p><p>v2017.04.17</p><p>===========</p><p>* Add support for IntelliJ 2017.1</p><p>* Support bazel build sharding for large projects</p><p>* Detect out-of-memory errors during sync, and suggest enabling sharding</p><p>* Add documentation links for .bazelproject items</p><p></p><p>v2017.04.03</p><p>===========</p><p>* Add python support for IntelliJ</p><p>* Prefetch project files on project open, prior to initial indexing</p><p>* Handle nested junit test classes</p><p></p><p>v2017.03.15</p><p>===========</p><p>* Bazel: WORKSPACE file language integration (syntax highlighting, navigation,</p><p> etc.)</p><p>* Bazel: Find usages, navigation support for external workspace labels</p><p>* Expand macros in run configuration build flags</p><p></p><p>v2017.02.27</p><p>===========</p><p>* Add CLion support</p><p>* Run configuration support for abstract test classes/methods</p><p>* Support running all test classes in a directory</p><p>* BUILD support: don't suggest private symbols in 'load' statement autocomplete</p><p></p><p>v2017.02.13</p><p>===========</p><p>* Test UI support for parameterized tests</p><p>* Test UI support for sharded tests, run locally</p><p>* BUILD: Fix navigation for overridden built-in symbols</p><p>* BUILD: Add auto-complete for fully-qualified class names</p><p></p><p>v2017.01.30</p><p>============</p><p>* Integrate bazel test results with the IDE's test runner UI.</p><p>* Add support for sharing run configurations</p><p>* Restructure Bazel menu items</p><p></p><p>v2017.01.09</p><p>===========</p><p>* Create source roots for all directories matching 'test_sources'.</p><p>* When viewing source files for supported but inactive languages, suggest</p><p> enabling support for that language.</p><p>* BUILD: Add syntax highlight/autocomplete support for more built-in functions.</p><p>* Fix java debugger connection timeout</p><p>* Basic support for Go-lang projects</p><p></p><p>v2016.12.5</p><p>==========</p><p>* BUILD files: add syntax hightlighting for built-in names</p><p>* BUILD files: support aliased load statements</p><p>* ASwB: enable NDK support</p><p></p><p>v1.12</p><p>=====</p><p>* Add autocomplete in run configuration target editor.</p><p>* Fix debugging of java_binary targets with args</p><p></p><p>v1.11</p><p>=====</p><p>* Completely suppress JUnit for Bazel projects, removing a common source of</p><p> confusion.</p><p>* Improve sync working set / partial sync to include more targets that</p><p> users might expect should be included.</p><p>* Add more history to import wizard.</p><p></p><p>v1.10</p><p>=====</p><p>* Compatibility with 2016.2.4</p><p>* Improve create run configuration from scratch experience</p><p></p><p>v1.9</p><p>==========</p><p>* Better tolerance of broken BUILD files during sync</p><p>* Sync working set action -- sync only the files you're</p><p> working on.</p><p>* BUILD file support: performance improvements.</p><p>* Unified run configurations -- there is only one type,</p><p> the Bazel Command Run Configuration.</p><p>* Add test rule chooser heuristics, to support some common</p><p> test genrules.</p><p></p><p>v1.8</p><p>==========</p><p>* Add local jar cache to improve performance and robustness.</p><p>* Support filtered gen jars to allow mixed generated/non-</p><p> generated rules (requires bazel release to activate).</p><p>* Abbreviate generated run configuration names.</p>

News for ESP32

$
0
0
<p>• 1.1.0 → Added the configuraiton for flashing </p><p>• 1.0.7 → Better missing setting management </p><p>• 1.0.6 → Add file browser on python executable selection </p><p>• 1.0.5 → Fix project creation </p><p>• 1.0.4 → Fix compatibility with CLion 2019.2 </p><p>• 1.0.3 → Fix espressif parser </p><p>• 1.0.2 → Fix settings panel </p><p>• 1.0.1 → Fix espressif parser </p><p>• 1.0.0 → First release</p>

News for Clojure Namespace Sort

$
0
0
This plugin includes a right-click menu option on Clojure/ClojureScript files titled Sort Required Namespaces.

News for Odoo

$
0
0
<p>v1.2.0</p><ul><li>Code completion for Odoo in Python files </li><li>Completion for components, built-in and custom directives, and methods in templates </li><li>Navigation from the component, custom directives and event handlers to their definition </li><li>Bug Fixes #1</li><li>New <a href="https://medium.com/firebits/odoo-intellij-6070a182d9c9">Technical Documentation</a></li></ul><p></p><p>v1.1.1 Create New Odoo Files (Model - View - Access)</p><p>v1.0.1 Odoo Live Templates</p>

News for Flutter Snippets

$
0
0
Fix trailing commas on some widgets to help dartfmt

News for Image Diff

$
0
0
<ul> <li>1.0.0<ul><li>internal: upgrade to gradle 5.6.2</li><li><a href="https://github.com/ehmkah/imgdiff/issues/11">issue/11</a> feature: experimental show diff between two images. see <a href="https://github.com/ehmkah/imgdiff/blob/master/README.adoc">README</a></li></ul></li> <li>0.7.0<ul><li><a href="https://github.com/ehmkah/imgdiff/issues/24">issue/24</a> (bugfix: fixed memory leak)</li><li><a href="https://github.com/ehmkah/imgdiff/issues/22">issue/22</a> (technical: upgrade used kotlin and intellij gradle-plugin)</li></ul></li> <li>0.6.0<ul><li><a href="https://github.com/ehmkah/imgdiff/issues/20">issue/20</a> (bugfix: better detect equal images)</li></ul></li><li>0.5.0<ul><li><a href="https://github.com/ehmkah/imgdiff/issues/17">issue/17</a> (refactoring: update gradle to 5.6)</li><li><a href="https://github.com/ehmkah/imgdiff/issues/15">issue/15</a> (feature: make it easier to identify identical images)</li><li><a href="https://github.com/ehmkah/imgdiff/issues/13">issue/13</a> (refactoring: move source code to kotlin)</li><li><a href="https://github.com/ehmkah/imgdiff/issues/6">issue/6</a> (feature: image for plugin)</li></ul></li><li>0.4.0<ul><li><a href="https://github.com/ehmkah/imgdiff/issues/9">issue/9</a> (feature Short alt+F/ to open imgDiff)</li><li><a href="https://github.com/ehmkah/imgdiff/issues/8/">issue/8</a> (feature imgDiff-dialog is resizable)</li></ul></li><li>0.3.0<ul><li><a href="https://github.com/ehmkah/imgdiff/issues/5">issues/5</a> (changed color-schema for diff)</li> <li><a href="https://github.com/ehmkah/imgdiff/issues/1">issue/1</a> (bugfix dont crash if size differes</li></ul></li> <li>0.2.0 - support gradle for build; support all jetbrain products; bugfix no crash if image size differs</li><li>0.1.0 - first offical release - very bugy</li></ul>

News for com.dslfoundry.plaintextgen

News for PHP composer.json support

$
0
0
<h2>1.0.32</h2><ul><li>[#65] Fix misconfiguration inspection when license is an array</li><li>[#48] Do not produce warning for dev-master version for roave/security-advisories package</li><li>[#66] Preserve ordering for excludedPackages in settings</li><li>[#67] Do not show "package is not installed" warning when package is replaced by other package</li><li>Update composer-schema.json and improve filepath inspections</li></ul><h2>1.0.31</h2><ul><li>[#84] Fix packages installation</li></ul><h2>1.0.30</h2><ul><li>[#83] Skip info annotations in batch mode</li></ul><h2>1.0.29</h2><ul><li>[#80] Fix semantic versions ordering in versions suggestions</li></ul><h2>1.0.28</h2><ul><li>[#79] Switch from scala-parser-combinators to spray-json</li><li>Add plugin icon</li></ul><h2>1.0.27</h2><ul><li>[#78] Fix exception in PackageReferenceProvider</li></ul><h2>1.0.26</h2><ul><li>[#74] Fix support for 2019.1 (EAP)</li></ul><h2>1.0.25</h2><ul><li>[#51] Fix NullPointerException during browsing local history</li><li>[#56] Append backslashes automatically for namespace completion</li><li>[#50] Change SchemaInspection short name in order to avoid conflicts with the other plugins</li><li>[#54] Configurable composer options for package installation</li><li>[#58] Add custom user-agent for http requests</li></ul><h2>1.0.24</h2><ul><li>There is no any new feature or bug fix - only charity action summary.</li></ul><h2>1.0.23</h2><ul><li>[#52] Add scripts-descriptions to Composer schema</li></ul><h2>1.0.22</h2><p>skipped</p><h2>1.0.21</h2><ul><li>[#44] Timeouts for fetching data via http</li></ul><h2>1.0.20</h2><ul><li>Composer icons for composer.json and composer.lock files</li><li>Treat composer.lock as json file</li></ul><h2>1.0.19</h2><ul><li>[#36] do not offer custom repositories for official repository</li><li>[#39] fix possible NullPointerException - problem with concurrent access to cache</li><li>Update composer-schema.json file version</li></ul><h2>1.0.18</h2><ul><li>[#38] Fix packages names completion after reaching "/" char</li></ul><h2>1.0.17</h2><ul><li>[#37] Fix inspections for scripts</li></ul><h2>1.0.16</h2><ul><li>[#33, #17] Fix NullPointerExceptions</li><li>update composer-schema.json file version</li></ul><h2>1.0.15</h2><ul><li>[#32] Fix email format inspection</li></ul><h2>1.0.14</h2><ul><li>[#30] add support for support.rss and config.sort-packages properties</li><li>update composer-schema.json</li></ul><h2>1.0.13</h2><ul><li>[#24] support for packagist custom repositories</li><li>minor bug fixes for package versions quick fixes and inspections</li><li>update composer-schema.json</li></ul><h2>1.0.12</h2><ul><li>[#28] make "name" and "description" properties once again required only for library</li></ul><h2>1.0.11</h2><ul><li>[#27] enhance misconfiguration inspections + quick fixes</li><li>[#25] navigate to package documentation through clicking package version (ctrl+LMB / cmd+LMB) and get custom documentation url from composer.lock if available</li><li>add support for new composer.json properties</li><li>enable package version inspections and quickfixes by default</li></ul><h2>1.0.10</h2><ul><li>[#23] fix plugin settings</li></ul><h2>1.0.9</h2><ul><li>[#22] Support for "path" repository path + code completion</li><li>Update composer-schema.json file - support for new composer features</li><li>Minor fixes (messages, refactorings etc.)</li></ul><h2>1.0.8</h2><ul><li>[#16] Fix cache invalidation bug</li><li>[#14] "name" and "description" property are required only when package type is "project"</li><li>fix "set property value" quick fix</li></ul><h2>1.0.7</h2><ul><li>[#10] Fix inspection and quick fixes for relative file paths</li><li>Support for completion inline repositories that are defined in "repositories" property as "package" repo type</li><li>Add support for new properties in composer.json file + update descriptions etc.</li><li>Support for named repositories completion and inspections</li><li>Schema inspection messages fixes</li></ul><h2>1.0.6</h2><ul><li>[#7] Fix NullPointerException in files other than composer.json</li><li>Fix NullPointerException while rendering current installed package version in erased file</li></ul><h2>1.0.5</h2><ul><li>[#6] External docs (shift+f1) for packages</li><li>External docs (shift+f1) and quick docs (ctrl+q) for properties</li><li>Version inspections also work in require-dev property</li></ul><h2>1.0.4</h2><ul><li>BETA: Custom repositories support in packages and versions code completion. "composer" repository type is only supported right now, so satis is supported as well. You should enable this feature explicitly for each composer.json file in notification that would be shown when you define custom repositories.</li><li>Inspections for scripts correctness in "scripts" property</li></ul><h2>1.0.3</h2><ul><li>quick fixes that refactor version constraints with "~" and "^" operators to readable equivalents, eg. ~1.2 to &gt;=1.2 &lt;2.0.0. It might be useful when you are not sure what is difference between ~1.2, ~1.2.0 or ^1.2.0 - you can use quick fix to show equivalent version and eventually refactor it.</li><li>omit already existing properties in completion list</li><li>add support for symfony specific properties in "extra" property</li></ul><h2>1.0.2</h2><ul><li>show installed package version (from composer.lock) for currently focused package</li></ul><h2>1.0.1</h2><ul><li>desc sorting of package versions in completion</li><li>improve "next significant release" operators in versions completion</li><li>[#4] support for stability in versions completion</li><li>"already defined property" inspection + quick fix</li><li>completion for repositories in "repositories" property</li><li>[#3] add "proprietary" license to completion</li></ul><h2>1.0.0</h2><ul><li>detect not installed packages + install quick fix - so new packages could be installed from composer.json file. Inspection analyses proper composer.lock file, not "vendor" dir content.</li><li>[#2] completion + reference support for class and static method names in "scripts" property</li><li>completion + reference support for namespaces eg. in "autoload.psr-0" property</li><li>minior enhancements and fixes for schema completion</li><li>new quick fix for invalid "enum" property value</li><li>support for go to urls and emails eg. in "homepage"</li></ul><h2>0.2.2</h2><ul><li>detect unbound version constraints (as inspection) + quick fixes (<a href="https://getcomposer.org/doc/faqs/why-are-unbound-version-constraints-a-bad-idea.md">composer faq</a>)</li><li>detect version constraints combining wildcard and comparisons (as inspection) + quick fixes (<a href="https://getcomposer.org/doc/faqs/why-are-version-constraints-combining-comparisons-and-wildcards-a-bad-idea.md">composer faq</a>)</li></ul><h2>0.2.1</h2><ul><li>"go to" feature: filepaths (e.g. in "bin") and packages (e.g. in "require") are clickable (CTRL+LMB)</li><li>"create property" quick fix for required properties (e.g. name and authors.name)</li><li>"misconfiguration" inspection - currently there is one misconfiguration detected: not stable project without enabled "prefer-stable" + quick fixes</li></ul><h2>0.2.0</h2><ul><li>Inspections</li><li>composer.json schema validation + related "quick fixes"</li><li>Inspections for filepath existence (for "bin" etc properties) + related "quick fixes": remove entry, create file/directory</li><li>Display property description in completion list</li><li>Minor completion bug fixes</li></ul><h2>0.1.2</h2><ul><li>Generic completion usability improvements</li><li>UI improvements</li><li>Completion for package versions supports ranges (&gt;=, -, comma etc), next significant release markers (~, ^), wildcard (*) etc</li><li>Support for filepath completion in bin, autoload etc</li><li>Performance and bug fixes</li></ul><h2>0.1.1</h2><ul><li>Performance improvements - versions completion caching + prefetching packages form packagist.org</li></ul><h2>0.1.0</h2><ul><li>Property names and values auto completion based on enhanced composer.json schema</li><li>Package names and versions auto completion in require, require-dev etc. properties</li></ul>

News for i18n support

Viewing all 72158 articles
Browse latest View live