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

News for Custom Postfix Templates

$
0
0
<h3>Version 2.10.10</h3><ul><li>Removed deprecated code.</li></ul><h3>Version 2.10.9</h3><ul><li>Fixed #143: java.lang.NoClassDefFoundError: com/intellij/lang/javascript/psi/JSExpression.</li></ul><h3>Version 2.10.8</h3><ul><li>Fixed dependencies.</li></ul><h3>Version 2.10.7</h3><ul><li>Fixed #139: Cannot use $ in template variables -&gt; escaping (\$) does not work.</li></ul><h3>Version 2.10.6</h3><ul><li>Fixed #160: NegativeArraySizeException on template expansion.</li></ul><h3>Version 2.10.5</h3><ul><li>Fixed text color of table in settings dialog.</li><li>Added hints in the settings dialog.</li></ul><h3>Version 2.10.4</h3><ul><li>Fixed a typo.</li><li>Updated plugin description.</li></ul><h3>Version 2.10.3</h3><ul><li>Fixed bug #127: Edit Variable Popup in "live template" settings does not open.</li></ul><h3>Version 2.10.2</h3><ul><li>Added plugin icon.</li></ul><h3>Version 2.10.1</h3><ul><li>Fixed bug #113: Completion doesn't work with non-empty string literals in PHP.</li><li>Fixed bug #115: Completion doesn't work if arg is nullable in PHP.</li></ul><h3>Version 2.10.0</h3><ul><li>Added support for basic Python types.</li></ul><h3>Version 2.9.2</h3><ul><li>Fixed bug #118: Chains of postfix completions in PyCharm do not work.</li></ul><h3>Version 2.9.1</h3><ul><li>Minor bug fix in new Scala import function.</li></ul><h3>Version 2.9.0</h3><ul><li>Added function to add Scala imports using <code>[IMPORT fully.qualified.ClassName]</code>.</li><li>Improved colors in settings dialog for default theme.</li></ul><h3>Version 2.8.3</h3><ul><li>Fixed a compatibility problem with IDEA 2019.1 Go and Kotlin plugins.</li><li>Fixed an exception in the plugin initialization.</li></ul><h3>Version 2.8.2</h3><ul><li>Fixed bug #97: Application of python templates failed.</li><li>Use always UTF-8 for template files.</li></ul><h3>Version 2.8.1</h3><ul><li>Fixed bug #94.</li></ul><h3>Version 2.8.0</h3><ul><li>Added support for Go. Credits go to <a href="https://github.com/philipgriggs/">Philip Griggs</a> for implementing it.</li></ul><h3>Version 2.7.0</h3><ul><li>Added support for new Kotlin matching types: STRING_LITERAL, INT_LITERAL, FLOAT_LITERAL, CHAR_LITERAL.</li></ul><h3>Version 2.6.3</h3><ul><li>Underscores can be used in template names.</li></ul><h3>Version 2.6.2</h3><ul><li>Fixed bug #85: NoClassDefFoundError: com/intellij/psi/PsiType in PHPStorm and PyCharm.</li></ul><h3>Version 2.6.1</h3><ul><li>Fixed bug #84: NoClassDefFoundError: com/intellij/openapi/actionSystem/DataKeys.</li></ul><h3>Version 2.6.0</h3><ul><li>Added typed Groovy support.</li></ul><h3>Version 2.5.0</h3><ul><li>Added typed PHP support.</li></ul><h3>Version 2.4.0</h3><ul><li>Added untyped Rust support.</li><li>Added untyped Groovy support.</li></ul><h3>Version 2.3.1</h3><ul><li>Added compatibility to PHPStorm and PyCharm.</li></ul><h3>Version 2.3.0</h3><ul><li>Added untyped Python support.</li><li>Added untyped PHP support.</li></ul><h3>Version 2.2.0</h3><ul><li>Added typed SQL support.</li></ul><h3>Version 2.1.0</h3><ul><li>Made plugin compatible with IDEA 2018.3.</li></ul><h3>Version 2.0.7</h3><ul><li>Fixed a NullPointerException that occurred sometimes when opening a template file.</li></ul><h3>Version 2.0.6</h3><ul><li>Fixed that some templates had <i>[SKIP]</i> as template description.</li></ul><h3>Version 2.0.5</h3><ul><li>Added "Update now" button to settings dialog.</li></ul><h3>Version 2.0.4</h3><ul><li>Fixed bug #78: IllegalStateException: @NotNull method de/endrullis/idea/postfixtemplates/language/CptUtil.getAbsoluteVirtualFile must not return null.</li></ul><h3>Version 2.0.3</h3><ul><li>Added an option to skip the application of an postfix template for a given data type (just use "[SKIP]" as template code).</li></ul><h3>Version 2.0.2</h3><ul><li>You can now split your templates into multiple files.</li><li>You can import templates from URLs or local files and keep them automatically up-to-date.</li><li>Predefined web templates have been separated from user templates in order to allow smooth and effortless updates (no manually merging required anymore).</li><li>Sharing of templates is now much easier than before.</li></ul><h3>Version 1.8.8</h3><ul><li>Added new Java postfix templates: <code>.isEmpty</code>, <code>.isNotEmpty</code>, <code>.isBlank</code>, <code>.isNotBlank</code></li><li>Improved the Java postfix template <code>.reverse</code></li><li>Added 6 additional Java postfix templates for IDEA plugin developers.</li></ul><h3>Version 1.8.7</h3><ul><li>Added basic support for Dart (untyped templates only). Credits go to <a href="https://github.com/maksimr">Maksim Ryzhikov</a> for implementing it.</li></ul><h3>Version 1.8.6</h3><ul><li>Fixed bug #65: AssertionError in scratch files</li></ul><h3>Version 1.8.5</h3><ul><li>Improved some templates: <code>.sout</code> and <code>.soutv</code></li><li>Added some templates: <code>.toFile</code>, <code>.toURL</code>, and <code>.run</code></li><li>Fixed bug #63 (NullPointerException in application of JavaScript templates).</li></ul><h3>Version 1.8.4</h3><ul><li>Added new Java postfix templates: <code>.toOptional</code> and <code>.flatMap</code></li><li>Improved some Java postfix templates: <code>.toList</code> and <code>.toSet</code></li></ul><h3>Version 1.8.3</h3><ul><li>Added new Java postfix templates: <code>.for</code>, <code>.iter</code>, <code>.format</code>, <code>.stream</code>, and <code>.sout</code></li><li>Added new Scala postfix template: <code>.sout</code></li><li>Improved some predefined postfix templates.</li><li>Removed the default template suffix because of disadvantages in the ranking.</li></ul><h3>Version 1.8.2</h3><ul><li>Added a configurable template suffix to distinguish the templates of this plugin from the templates of IDEA and other plugins.</li></ul><h3>Version 1.8.1</h3><ul><li>Fixed that line breaks in template codes did not work anymore.</li></ul><h3>Version 1.8.0</h3><ul><li>New feature: Prepend or append "[USE_STATIC_IMPORTS]" to your Java template code to enable the use of static imports.</li></ul><h3>Version 1.7.0</h3><ul><li>New feature: Jump to template definition by pressing <i>Alt+Enter</i> and selecting <i>Edit ... template</i>.</li></ul><h3>Version 1.6.6</h3><ul><li>Fixed the bug that in IDEA 2018.1 only the first rule of each template takes effect.</li></ul><h3>Version 1.6.5</h3><ul><li>Fixed that Ctrl+S did not reload the templates when the template file is a symlink.</li></ul><h3>Version 1.6.4</h3><ul><li>Fixed the bug that templates with escape characters (e.g. "\"UTF-8\"") did not work as expected anymore.</li></ul><h3>Version 1.6.3</h3><ul><li>Made plugin compatible with IDEA 2018.1.</li></ul><h3>Version 1.6.2</h3><ul><li>Fixed that the dollar character ($) could not be used in template code.</li></ul><h3>Version 1.6.1</h3><ul><li>Added the predefined Java and Scala template .soutv</li></ul><h3>Version 1.6.0</h3><ul><li>Improved settings dialog: Added option to select one of the supported languages and to reset/merge your templates with the predefined ones.</li><li>Added more Java and Scala templates.</li><li>Restructured tools menu:<ul><li>Removed language specific menu items like "Open Java Templates".</li><li>Added menu item "Open Settings / Upgrade Templates".</li></ul></li></ul><h3>Version 1.5.1</h3><ul><li>Added some predefined Scala templates.</li><li>Fixed, improved and added some predefined Java templates</li></ul><h3>Version 1.5.0</h3><ul><li>Added full support for Scala (typed templates).</li></ul><h3>Version 1.4.1</h3><ul><li>Added basic support for Scala (untyped templates only).</li></ul><h3>Version 1.4.0</h3><ul><li>Added the matching types to allow special treatments of literals:<ul><li><code>NUMBER_LITERAL</code></li><li><code>BYTE_LITERAL</code></li><li><code>SHORT_LITERAL</code></li><li><code>CHAR_LITERAL</code></li><li><code>INT_LITERAL</code></li><li><code>LONG_LITERAL</code></li><li><code>FLOAT_LITERAL</code></li><li><code>DOUBLE_LITERAL</code></li><li><code>STRING_LITERAL</code></li></ul></li></ul><h3>Version 1.3.0</h3><ul><li>Added option to add class/library dependencies to templates rules. For instance <code>"".val</code> expands now to<ul><li><code>val s = "";</code> if Lombok is available, or to</li><li><code>final String s = "";</code> if Lombok is not available.</li></ul></li><li>Added 16 templates for IDEA developers to the predefined templates.</li></ul><h3>Version 1.2.3</h3><ul><li>Fixed #43: Could not use $ in default values of template variables.</li></ul><h3>Version 1.2.2</h3><ul><li>Improved code completion and error highlighting for JavaScript and Kotlin templates.</li><li>Added shortcut <i>Shift+Alt+P</i> to open the postfix templates of the current language.</li><li>Fixed #42: JavaScript and Kotlin postfix templates did not detect complete dot expressions.</li></ul><h3>Version 1.2.1</h3><ul><li>Added basic support for Kotlin (untyped templates only).</li></ul><h3>Version 1.2.0</h3><ul><li>Added JavaScript support.</li></ul><h3>Version 1.1.1</h3><ul><li>Changed plugin icon.</li></ul><h3>Version 1.1.0</h3><ul><li>Added matching type <code>CLASS</code> to detect class references.</li><li>Added postfix template <code>.new</code> which can be applied to class references.</li></ul><h3>Version 1.0.2</h3><ul><li>Fixed that templates could not be applied to partial expressions or method parameters.</li><li>Fixed that each template started with a dot in the completion dialog.</li><li>Fixed bug #33: Read access is allowed from event dispatch thread or inside read-action only.</li></ul>

News for Tab Shifter

News for Sass

News for W3C Validators

News for XPathView + XSLT

News for Task Management

News for CoffeeScript

News for Subversion


News for Properties

News for Codota

$
0
0
<ul><li>3.0.13 - Snippet completions (codota:XXX) in assignment (CA) </li><li>3.0.13 - Snippet completions (codota:XXX) for all users </li><li>3.0.12 - Bug fixing </li><li>3.0.11 - Add Settings panel </li><li>3.0.10 - Literal completions - limited beta </li><li>3.0.9 - Bug fixing </li><li>3.0.8 - Bug fixing </li><li>3.0.7 - Show percentage on method completions in Kotlin, fix proxy bug</li><li>3.0.6 - Bug fixing </li><li>3.0.5 - Show percentage on method completions and show hints for primitive/String parameters (All users)</li><li>3.0.4 - codota:X snippets completions (CA)</li><li>3.0.3 - Show percentage on method completions (CA)</li><li>3.0.2 - Extend javascript support for built in types (CA)</li><li>3.0.1 - Show hints for primitive/String parameters (CA)</li><li>3.0.0 - Inline suggestions for variables (CA)</li><li>2.9.9 - Bug fixing</li><li>2.9.8 - Javascript beta - does not update types on package.json</li><li>2.9.7 - Support Kotlin</li><li>2.9.6 - Bug fixing </li><li>2.9.5 - Kotlin support and Javascript support (limited availability); Improved accuracy for method completions</li><li>2.9.4 - Bug fixing </li><li>2.9.3 - Fix rare IDE freeze bug </li><li>2.9.2 - Bug fixing </li><li>2.9.1 - Add "try with" to new line completions of closable, fix duplicated suggestions bug in method completions </li><li>2.9.0 - New Line full suggestions (for all users); Assignment Suggestions stays after "new " </li><li>2.8.9 - Bug fixing </li><li>2.8.8 - Enhanced method completion with full assignments (early release) </li><li>2.8.7 - Suggest refine search with popular methods and related API </li><li>2.8.6 - Allow adding/removing search terms</li><li>2.8.5 - Bug fixing </li><li>2.8.4 - Fix postfix completions bug (i.e. .var) </li><li>2.8.3 - Bug fixing </li><li>2.8.2 - Fill new line completions (Controlled Availability) </li><li>2.8.1 - In IDE search, mark search term in the search results </li><li>2.7.3 - Get relevant examples from scratch (Ctrl+Shift+Y) or from new line/method suggestion. </li><li>2.7.2 - Get relevant examples in the IDE - early access. </li><li>2.7.1 - Change icon of method completions with bound parameters. </li><li>2.7.0 - Bind local variables to method completions if possible </li><li>2.6.9 - show suggestions for arrays assignments </li><li>2.6.8 - show assignment suggestions before the '=' sign </li><li>2.6.7 - Add method completions with return type for all Android Studio version </li><li>2.6.6 - Add "share" option </li><li>2.6.5 - Fix bug - multiple windows </li><li>2.6.4 - Cosmetic changes to installation process. </li><li>2.6.3 - Bug fixing </li><li>2.6.2 - Improve Signup process and add Codota tab </li><li>2.6.1 - Bug fixing </li><li>2.6.0 - Bug fixing </li><li>2.5.10 Bug fixing </li><li>2.5.8 Set default keymap shortcut for "get relevant example" to Ctrl+Shift+O </li><li>2.5.7 Bug fixing - performace on slow connections </li><li>2.5.6 Bug fixing - identation for completion prolog </li><li>2.5.5 Fix broken link to terms and privacy from about popup </li><li>2.5.4 Bug fixing </li><li>2.5.3 Bug fixing </li><li>2.5.2 Bug fixing </li><li>2.5.1 Bug fixing </li><li>2.5.0 - Release method completions with return type for IntelliJ users </li><li>2.4.7 Bug fixing </li><li>2.4.6 Bug fixing </li><li>2.4.5 Recover from connectivity issues, and Codota icon indicates no connection. Early release of method completions with return type </li><li>2.4.4 Ctrl+Ctrl only on class or method; give local variable priority in parameter completions &amp; bug fixes </li><li>2.4.3 Bug fix for Codota Enterprise users </li><li>2.4.2 Bug fixes </li><li>2.4.1 Fix bug in method completions - type mismatch </li><li>2.4.0 Add parameter types to suggestions (i.e. "new MyType(int value)" ) </li><li>2.3.3 Bug fixes </li><li>2.3.2 Support method completions for variables with generics </li><li>2.3.1 Bug fixes</li><li>2.3.0 Method completions - full release</li><li>2.2.8 Method completions - early release</li><li>2.2.7 Fix a bug in order of completion suggestions</li><li>2.2.6 Performance issues fix </li><li>2.2.5 Critical bug fix </li><li>2.2.4 move to Basic Completions </li><li>2.2.3 Show only Codota suggestions right after assignment </li><li>2.2.2 Bug fix </li><li>2.2.1 Fix critical bug for IJ 2018.2.1 and AS 3.1.4</li><li>2.2.0 New line &amp; assignmemt completions are now part of the basic completion</li><li>2.1.9 fix proxy issue for enterprise users</li><li>2.1.8 Bug fixing 31/7 - including feedback form</li><li>2.1.7 Bug fixing - including "about" bug in version 2017.1</li><li>2.1.6 Autoimport for prepended code &amp; Parameters completions Beta </li><li>2.1.5 New line completions on demand - Beta </li><li>2.1.4 code examples everywhere </li><li>2.1.3 login/logout support </li><li>2.1.2 link for getting started page and minor UI improvement </li><li>2.1.1 add proxy support </li><li>2.1.0 add on-boarding for installation </li><li>2.0.8 support Codota for teams </li><li>2.0.6 code completions and examples</li></ul>

News for Database Tools and SQL

News for Gradle

News for Ini

News for Perforce

News for Veracode Greenlight


News for GitBooks SUMMARY.md generator

$
0
0
1.2 - Config validation 1.1 - Basic plugin configurations. 1.0 - Initial release of the plugin.

News for ColorBlindnessSupport

News for Angular and AngularJS

News for NodeJS

News for Spy-js

Viewing all 72158 articles
Browse latest View live