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

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 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 Eclipse Code Formatter

$
0
0
<br>19.2 (2019-10-19)<br>- IndexOutOfBoundsException fix<br>19.1 (2019-10-16)<br>- Java formatter updated to Eclipse 2019-09<br>- IntelliJ 2019.3 compatibility<br>19.0 (2019-06-25)<br>- Java formatter updated to Eclipse 2019-06<br>- Removed support for Cpp, JS, GWT formatting<br>- Import Optimize ClassCastException fix<br>...<br>0.1 (2011-11-01)<br>- Initial release

News for AsciiDoc

$
0
0
<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><h3>0.29.6 </h3> <div> <ul> <li> <p>support autocomplete for includes with attributes in listings (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/320">#320</a>)</p> </li> <li> <p>improved autocomplete for directories by handling '/', tab and other characters intuitively (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/320">#320</a>)</p> </li> </ul> </div><h3>0.29.5 </h3> <div> <ul> <li> <p>support legacy <code>+</code> for continuations in attribute value declarations, with quickfix to convert (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/318">#318</a>)</p> </li> <li> <p>support include block macro after level-0 headers, support appendix in book style (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/319">#319</a>)</p> </li> </ul> </div><h3>0.29.4 </h3> <div> <ul> <li> <p>preview no longer increments figure numbers by two instead of one (<a href="https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/317">#317</a>)</p> </li> </ul> </div>

News for Grazie

$
0
0
<h4>2019.2-5</h4><ul><li>Reduce plugin size</li><li>Major performance improvements</li><li>Bugfixes for language detection</li><li>Spellchecker now extends built-in</li></ul><h4>2019.2-4</h4><ul><li>Fixes for UI</li><li>Bug fixes for Markdown</li><li>Performance improvement of XML</li></ul><h4>2019.2-3</h4><ul><li>Huge performance improvements for all languages</li><li>Fully reworked UI</li><li>Configurations of enabled rules in UI</li><li>Support of Rust, JSON, JavaScript, Latex, Properties</li></ul><h4>2019.2-2</h4><ul><li>Update since-until build</li></ul><h4>2019.2-1</h4><ul><li>Fixes for 2019.2 EAP</li></ul><h4>2019.1-2</h4><ul><li>Support of commit messages proofreading</li><li>Extended support of formatted strings and inline code fragments</li><li>A lot of bug fixes </li></ul><h4>2019.1-1</h4><ul><li>Spellcheck by Grazie. 25 languages supported. (Enable it in settings)</li><li>Native language based inspections</li><li>Extended support of Kotlin and Java</li><li>Support of Python and XML</li><li>A lot of bug fixes</li></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 Translation

$
0
0
<ul><li>全新的有道词典视图</li><li>新增单词本单词标签功能,为单词本中的单词分组和归类</li><li>新增单词本导入导出功能</li><li>UI主题适配</li><li>升级了有道翻译API</li><li>其他一些优化</li></ul><a href="https://github.com/YiiGuxing/TranslationPlugin/blob/master/CHANGELOG.md"><b>Full Changelog History</b></a>

News for IDE Features Trainer


News for IDE Features Trainer

News for PHP composer.json support

$
0
0
<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 Railways for IDEA

$
0
0
<p><b>0.8.16</b><br></p><ul><li>Fix exception in IDE version 2019.3</li></ul><p></p><p><b>0.8.15</b><br></p><ul><li>Add support of IDE version 2019.2</li></ul><p></p><p><b>0.8.14</b><br></p><ul><li>Add support of IDE version 2019.1</li></ul><p></p><p><b>0.8.13</b><br></p><ul><li>Enhance route parsing: allow route path starting with '('</li></ul><p></p><p><b>0.8.12</b><br></p><ul><li>Add support of IDE version 2018.3.1 (version 2018.3 is not supported due to issue in Ruby plugin)</li><li>Update rake routes parser to avoid capturing warnings in output</li></ul><p></p><p><b>0.8.11</b><br></p><ul><li>Add support of IDE version 2018.2</li></ul><p></p><p><b>0.8.10</b><br></p><ul><li>Add support of IDE version 2018.1</li></ul><p></p><p><b>0.8.9</b><br></p><ul><li>Add ability to filter routes using wildcard (*)</li></ul><p></p><p><b>0.8.8</b><br></p><ul><li>Add support of IDE version 2017.3 (@hurricup)</li></ul><p></p><p><b>0.8.7</b><br></p><ul><li>Fix plugin crash in RubyMine 2017.1</li></ul><p></p><p><b>0.8.6</b><br></p><ul><li>Add plugin compatibility with RubyMine 2016.2 and (liekly) with following releases of Ruby plugin for IDEA</li></ul><p></p><p><b>0.8.5</b><br></p><ul><li>Fix compatibility with previous version of IDEA and RubyMine</li></ul><p></p><p><b>0.8.4</b><br></p><ul><li>Add ability to copy route path with http method</li><li>Add ability to copy data from multiple selected rows</li><li>Make right-click behavior more intuitive for the routes table</li></ul><p></p><p><b>0.8.3</b><br></p><ul><li>Optimize performance of route action availability check.</li><li>Add option to disable live check of route action implementation.</li><li>Fix NPE when non-rails project is opened.</li></ul><p></p><p><b>0.8.2</b><br></p><ul><li>New feature - autorefresh route list when routes.rb is changed (enable it in the plugin settings)</li><li>Add toggle button to hide routes from mounted engines.</li><li>Minor UI fixes.</li></ul><p></p><p><b>0.8.1</b><br></p><ul><li>Highlight route action in list depending on its availability.</li><li>Add setting to specify Rails environment for which routes are collected.</li><li>Parse redirect routes.</li><li>Fix parsing - routes with unknown action format weren't added to list.</li></ul><p></p><p> Full list of changes can be found<a href="https://github.com/basgren/railways/blob/master/CHANGES.md">here</a>.</p>

News for Railways

$
0
0
<p><b>0.8.16</b><br></p><ul><li>Fix exception in IDE version 2019.3</li></ul><p></p><p><b>0.8.15</b><br></p><ul><li>Add support of IDE version 2019.2</li></ul><p></p><p><b>0.8.14</b><br></p><ul><li>Add support of IDE version 2019.1</li></ul><p></p><p><b>0.8.13</b><br></p><ul><li>Enhance route parsing: allow route path starting with '('</li></ul><p></p><p><b>0.8.12</b><br></p><ul><li>Add support of IDE version 2018.3.1 (version 2018.3 is not supported due to issue in RubyMine)</li><li>Update rake routes parser to avoid capturing warnings in output</li></ul><p></p><p><b>0.8.11</b><br></p><ul><li>Add support of IDE version 2018.2</li></ul><p></p><p><b>0.8.10</b><br></p><ul><li>Add support of IDE version 2018.1</li></ul><p></p><p><b>0.8.9</b><br></p><ul><li>Add ability to filter routes using wildcard (*)</li></ul><p></p><p><b>0.8.8</b><br></p><ul><li>Add support of IDE version 2017.3 (@hurricup)</li></ul><p></p><p><b>0.8.7</b><br></p><ul><li>Fix plugin crash in RubyMine 2017.1</li></ul><p></p><p><b>0.8.6</b><br></p><ul><li>Add plugin compatibility with RubyMine 2016.2 and (liekly) with following releases of Ruby plugin for IDEA</li></ul><p></p><p><b>0.8.5</b><br></p><ul><li>Fix compatibility with previous version of IDEA and RubyMine</li></ul><p></p><p><b>0.8.4</b><br></p><ul><li>Add ability to copy route path with http method</li><li>Add ability to copy data from multiple selected rows</li><li>Make right-click behavior more intuitive for the routes table</li></ul><p></p><p><b>0.8.3</b><br></p><ul><li>Optimize performance of route action availability check.</li><li>Add option to disable live check of route action implementation.</li><li>Fix NPE when non-rails project is opened.</li></ul><p></p><p><b>0.8.2</b><br></p><ul><li>New feature - autorefresh route list when routes.rb is changed (enable it in the plugin settings)</li><li>Add toggle button to hide routes from mounted engines.</li><li>Minor UI fixes.</li></ul><p></p><p><b>0.8.1</b><br></p><ul><li>Highlight route action in list depending on its availability.</li><li>Add setting to specify Rails environment for which routes are collected.</li><li>Parse redirect routes.</li><li>Fix parsing - routes with unknown action format weren't added to list.</li></ul><p></p><p> Full list of changes can be found<a href="https://github.com/basgren/railways/blob/master/CHANGES.md">here</a>.</p>

News for Completion Stats Collector

$
0
0
0.1.9 <br><ul><li> Make compatible with 2019.1 </li></ul> 0.1.8 <br><ul><li> Do not use deprecated API </li><li> Fix EA-134511 AIOOBE </li></ul> 0.1.7 <br><ul><li> Send diff for ranking factors between two consequent lookups in one session </li></ul> 0.1.6 <br><ul><li> Make compatible with 2018.3 </li></ul> 0.1.5 <br><ul><li> Minor: fix issues with synchronization of settings </li></ul> 0.1.4 <br><ul><li> Set events timestamps correctly </li><li> Add initial completion performance logging </li><li> Minor bug fixes and improvements </li></ul> 0.1.3 <br><ul><li> EA-123577 Fix bug when the plugin could not save completion logs </li><li> Fix issues with large disk space consumption for log storage </li><li> Remove ngrams indexing (the experiment is over) </li><li> Minor bug fixes and improvements </li></ul> 0.1.2 <br><ul><li> Fix EA-119518 when java is not available </li><li> Fix EA-119755 storage corrupted exception </li><li> Add an ability to allow n-grams indexing by default for new projects </li></ul> 0.1.1 <br><ul><li> Fix a deadlock (IDEA-190432) </li></ul> 0.1.0 <br><ul><li> Collect AST n-gram frequencies for each lookup items. </li></ul> 0.0.538 <br><ul><li> Collect data to discover long-term patterns in completion usage. </li></ul>

News for CUBA

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

News for lsFusion

$
0
0
<b>Version 1.0.181</b><br><ul><li>CHANGEMOUSE support</li><li>Generate form from JSON now support jsonarray in root</li></ul>

News for CUBA

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

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 Commander

News for Error Prone Compiler

News for Native Debugging Support

Viewing all 72188 articles
Browse latest View live