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

News for Protein - Kotlin code generator for Retrofit2 and RxJava2 based on Swagger

$
0
0
Corrected generation of files with the correct active project path

News for GitPrefix

$
0
0
Implemented enhancements:
  • Optimize Parser and Lexer
  • Add Block Parser
  • Add BlockExpr Parser
Implementation Changes:
  • Remove .emojirc file type
Fixed bugs:
  • Lexer errors

News for ATG Toolkit (Beta)

$
0
0
0.1 Created intention on a non-abstract java class "Create ATG component"
0.2 Created plugin settings page.
Configurable excluded classes for collecting setters
0.3 Rework of guessing components based on classes
0.4 Go to components action "Alt+P"
Guess of missing properties in files
Guess of dependencies values based on dependencies classes
Added references for components and properties
0.5 Renaming/moving of components affects all links to them
Classes of components/properties are shown in suggestions lookup
0.6 Configuration roots changed from implicitly guessed to explicitly chosen
Module configurations are stored in AtgFacet
Framework detection of AtgFacets
MarkAs actions for configuration roots, web roots and configuration layers root
Added navigation in XML configurations of repositories, pipelines and JMS
Added navigation in DSP/JSP for IdeaCommunity: bean, beanvalue, page, src attributes
Help linked to GitHub WIKI
Added MVP of ATG dependency injection. OOTB configs and classes could be attached to the project. See WIKI for details
0.7 Fix for reference to property of a component
0.8 Breadcrumbs to show name attribute for XML tags
Icon on the gutter for Java class to navigate to components based on the class
Icon on the gutter for Properties and XMLs when another layers available
Inspections to verify presence of used classes, components, setters, getters and their types cast
0.9 JSP References works in IDEA Ultimate

News for Google Cloud Tools

$
0
0

This plugin requires the use of the Cloud SDK and will automatically download and update it for you. If you choose to use your own installation (configurable via Settings -> Google -> Cloud SDK), make sure to install the Cloud SDK version 171.0.0 or later. Please run 'gcloud components update' from your shell to ensure you have the latest Cloud SDK release.


[18.10.1] Added
  • Stackdriver Debugger now works with Kotlin projects. (#2253)
Fixed
  • Fixed IDE exception when Cloud SDK version cannot be parsed. Showing a notification instead. (#2259)
  • Fixed NoSuchMethodError on jdom.Element#detach during legacy App Engine facet migration. (#2255)
  • Fixed issue with Stackdriver Debugger where it would not remember the last Cloud Project selection across multiple run configurations. (#2266)
[18.8.1] Added
  • Users can now manage Google Cloud APIs, create service accounts with custom roles in all Jetbrains IDEs, including PyCharm, GoLand, PhpStorm, WebStorm, and others. (#2182)
Fixed
  • Fixed GCP project selector look and feel for IDEA 2018.2 (#2237)
[18.7.1] Added
  • Users can now deploy Gradle based projects with Community Edition and the app-gradle-plugin. (#2105)
  • Environment variables needed for Google Cloud APIs are now added automatically to plain Java run configurations. (#2148)
Fixed
  • Fixed appengine-web.xml generation to work properly with Maven and Gradle based projects including spring-boot projects. (#1948)
[18.6.1] Fixed
  • Fixed errors in the managed Cloud SDK caused by downgrading the version. (#666)
  • Fixed error in the managed Cloud SDK caused by "HEAD" in the version file. (#561)
[18.5.2]

Google Cloud Tools for IntelliJ is now available in PyCharm (Community and Professional). Browse your GCS buckets, and interact with Cloud Source Repositories from PyCharm. More IDEs coming soon.

Changed
  • Updated description on plugin repository web page to indicate IDE feature breakdown. (#2150)
[18.5.1]

Google Cloud Tools for IntelliJ is now available in PyCharm (Community and Professional). Browse your GCS buckets, and interact with Cloud Source Repositories from PyCharm. More IDEs coming soon.

Added
  • Refactored plugin so that language agnostic features (Cloud Storage, Cloud Source Repos) are available in other JetBrains IDEs besides IDEA. (#1896)
Changed
  • The managed Cloud SDK will no longer be installed on each IDE load after the first manual cancellation. (#2113)
Fixed
  • Fixed exception in 2018.2 EAP. (#2124)
[18.4.1] Added
  • Let the Google Cloud Tools plugin manage the Google Cloud SDK for you - including download, installation, and updates. No longer any need to manually download the SDK. (#673)
  • Mitigate dependency version conflicts with built in Google Cloud Java BOM support. Includes auto-adding the BOM when adding google client libraries, plus pom.xml inspections to help manage dependency version conflicts. #1921)
  • Automatically add required environment variables to App Engine local run configurations for locally accessing Google Cloud APIs. (#1917)
[18.3.2] Fixed
  • Fixed bug causing plugin initialization error on versions less than 2017.3. (#1972)
[18.3.1] Added
  • Added ability to create service accounts and download service account keys from the IDE client library workflow. (#1808)
Fixed
  • Fixed cases where appengine-web.xml wasn't being generated due to missing web.xml. (#1903)
[18.2.1] Added
  • Added Google Cloud Java client library discovery and addition from the IDE. (#1806)
  • Added ability to enable Google Cloud APIs from the IDE. (#1807)
Changed
  • Updated the cloud project selector with a greatly improved user experience. (#1719)
  • Updated the cloud project selector so that the last selection is remembered and defaulted. (#1812)
Fixed
  • Fixed missing App Engine standard local run artifacts. (#1625)
[18.1.1] Fixed
  • Fixed broken error reporting mechanism. (#1842)
[17.12.2] Fixed
  • Fixed broken analytics property setup causing dropped analytics. (#1773)
[17.12.1]

The Google Account plugin has now been merged into the Cloud Tools plugin and is no longer a separate installation. If you previously had the Account Tools plugin installed, follow the new dialog prompt to remove it and restart the IDE to ensure that you don't experience any issues.

Fixed
  • Fixed out of memory error when typing and searching for multiple projects in the cloud project selector. (#1742)
Changed
  • The Google Account plugin is now integrated into the Google Cloud Tools plugin. A separate Google Account plugin installation is no longer required. (#1735)
[17.11.1] Added
  • Google Cloud Storage (GCS) integration in IntelliJ. You can now browse your GCS buckets and view their contents without leaving the IDE. (#1696)
  • Searching and filtering capabilities in the cloud project selector. (#1660)
  • New 'add App Engine framework support' tools menu shortcut to provide another way to add App Engine support to a project. (#1685)
Fixed
  • Fixed App Engine region indicator status message when no cloud project has been selected. (#1607)
[17.9.2]

Java 8 on App Engine standard environment is now generally available.

Changed
  • Updated the new App Engine standard project wizard to generate Java 8 applications by default. (#1641)
[17.9.1] Added
  • Added the ability to change the name of the staged artifact for App Engine flexible deployments. (#1610)
Changed
  • App Engine flexible deployment configurations now default to deploy the artifact as-is, without renaming to "target.jar" or "target.war". (#1151)
  • Updated the name of the placeholder artifact name in the generated Dockerfile templates to make it clearer that it needs to be updated by the user. (#1648)
  • App Engine standard deployment configurations now default to update dos, dispatch, cron, queues, and datastore indexes. (#1613)
  • Native projects that add support for Cloud Endpoints Frameworks for App Engine will now use Endpoints V2. (#1612)
Fixed
  • Fixed the `Deployment source not found` error when deploying Maven artifacts. (#1220)
  • Fixed the scale of the user icon on HiDPI displays. (#1633)
  • Fixed an issue where the plugin was downgraded on the IDEA 2017.3 EAP. (#1631)
[17.8.2] Fixed
  • Fixed "Error: invalid_scope" issue when logging in with your Google Account. (#1598)
[17.8.1] Added
  • Added a feedback & issue reporting link to the Google Cloud Tools shortcut menu. (#1560)
Changed
  • Users can now save deployment run configurations that are partially completed or in an error state. (#1407)
Fixed
  • Fixed registered Docker language conflict causing issues running plugin alongside .ignore plugin. (#1535)
  • Fixed NPE parsing Stackdriver Debugger breakpoint timestamps. (#1537)
  • Removed EAR as acceptable App Engine artifact type for local dev server runs. (#1190)
  • Deployments are now displayed across multiple IDE windows. (#1432)
  • Fixed crash caused by attempting to modify a read-only collection. (#1571)
[17.6.2] Fixed
  • Fixed NPE occurring when there is a local dev server configuration but no standard facet. (#1525)
[17.6.1] Added
  • App Engine flexible facet with app.yaml and Dockerfile configuration. (#1514)
  • App Engine flexible framework support detection. (#1277)
Changed
  • Allow user to specify a Docker directory instead of just a Dockerfile for flexible deployments. (#1304)
  • Refresh the user experience of the deployment dialog (both standard and flexible). (#1477)
Fixed
  • Fixed Google avatar size for HiDPI displays. (#1391)
[17.2.5_2017] Added
  • Environment variables in the App Engine standard local run configuration are now passed in to the dev server. (#1364)
  • Environment variables configured in appengine-web.xml are now honored and passed in to the dev server. (#377)
[17.2.4_2017] Added
  • Added a checkbox to deploy all App Engine config files during service deployment. (#1346)
[17.2.3_2017] Changed
  • Removed the Clear Datastore flag from the App Engine standard local development server configuration since the current version of the server doesn't support it. (#1345)
[17.2.2_2017] Fixed
  • Invalid Java Runtime Environment (JRE) on staging an App Engine standard app (#1316):
    Unable to stage app: Cannot get the System Java Compiler. Please use a JDK, not a JRE.
[17.2.1]

Happy new year Cloud Tools for IntelliJ users! This year's first release is primarily a maintenance release. If you are having authentication problems using Cloud Source Repositories and our plugin, check out this possible solution.

Here is a list of the visible changes:

Added
  • Support for multiple cloud source repositories for a single GCP project. (#1024)
  • App Engine initialization and region selection. (#1232)
Fixed
  • Stopping dev_appserver on Windows always fails with com.intellij.execution .ExecutionException. (#1215)
  • New AE standard project wizard should generate web.xml with servlet 2.5. (#1194)
  • Clear datastore checkbox for app engine standard local server does not work. (#1188)
  • Don't show projects scheduled for deletion in the project selector. (#1119)

Visit our 17.2 Release Milestone for complete details.

[16.11.6] Added
  • Expanded Google Cloud Tools menu item with various action shortcuts. (#1061)
  • Check for minimum support Cloud SDK version. (#1051)
  • Automatically create all relevant run configuration for App Engine Standard apps. (#1063)
  • App Engine framework is now a child of Web framework in the new project wizard. (#1065)
Fixed
  • Unique deployment sources in application server deployment panel now appear as separate line items. (#821)
  • Validation of invalid Cloud SDK paths on Windows. (#1091)
[16.10.5] Fixed
  • Fixed issue with local development server debug mode when changes are made while the server is running. (#972)
  • Better wording when the development server has an invalid Cloud SDK path. (#1043).
  • Update run configuration names to be prefixed with 'Google ..' (#1021).
[16.10.1]
  • Note we are changing the versioning scheme to YY.MM.i. We plan on a monthly release cadence to minimize the disruption of updates. Also notice we have dropped the 'Beta' label.
  • BE AWARE: The local App Engine development server is broken with the latest JDK 8 releases. (#920). This should be fixed with the next App Engine SDK release coming soon.

    Added
  • App Engine Standard Library importer in the Facet and Project wizard. (#866)

  • Standard App Engine apps using Java 8 language level will be notified to use language level 7 (#966)

    Changed
  • Updated run config labels and icons. (Cloud Debugger is now Stackdriver Debug) (#936)

    Fixed
  • Local Development server debug mode is fixed. (#928)

  • Flex deployment broken on Windows 10. (#937)
  • Cloud Debugger object inspector working again. (#929)
  • Cloud Debugger snapshot timestamps causing NPE (#919)
[1.0-beta] - 2016-09-14 Added
  • App Engine standard environment support (#767)
  • Extra fields now available in the deployment config (#868)

News for Rust

News for SQLDelight

News for Codota

$
0
0
  • 2.3.3 Bug fixes
  • 2.3.2 Support method completions for variables with generics
  • 2.3.1 Bug fixes
  • 2.3.0 Method completions - full release
  • 2.2.8 Method completions - early release
  • 2.2.7 Fix a bug in order of completion suggestions
  • 2.2.6 Performance issues fix
  • 2.2.5 Critical bug fix
  • 2.2.4 move to Basic Completions
  • 2.2.3 Show only Codota suggestions right after assignment
  • 2.2.2 Bug fix
  • 2.2.1 Fix critical bug for IJ 2018.2.1 and AS 3.1.4
  • 2.2.0 New line & assignmemt completions are now part of the basic completion
  • 2.1.9 fix proxy issue for enterprise users
  • 2.1.8 Bug fixing 31/7 - including feedback form
  • 2.1.7 Bug fixing - including "about" bug in version 2017.1
  • 2.1.6 Autoimport for prepended code & Parameters completions Beta
  • 2.1.5 New line completions on demand - Beta
  • 2.1.4 code examples everywhere
  • 2.1.3 login/logout support
  • 2.1.2 link for getting started page and minor UI improvement
  • 2.1.1 add proxy support
  • 2.1.0 add on-boarding for installation
  • 2.0.8 support Codota for teams
  • 2.0.6 code completions and examples
  • 1.1.5 compatibility
  • 1.1.4 compatibility with 2016.2
  • 1.1.3 improved navigation
  • 1.1.2 default internal usages
  • 1.1.1 stability
  • 1.1.0 bug fix
  • 1.0.9 stability and bug fixes
  • 1.0.8 Scala trait resolution fixes
  • 1.0.7 fixes and grouping
  • 1.0.6 fix origin and browsing improvements
  • 1.0.5 further browsing improvement
  • 1.0.4 improved xref browsing for Scala
  • 1.0.3 internal broswer for xrefs
  • 1.0.2 update support since 2016.1
  • 1.0.1 fix startup problems
  • 1.0.0 upgraded to IJ 2016.1
  • 0.9.9 standard view for xrefs in your code
  • 0.9.8 bug fixes for method signatures
  • 0.9.7 bug fixes for Java xref
  • 0.9.6 more robust xref support from Scala
  • 0.9.5 preliminary support for xref from Scala
  • 0.9.4 bug fixes (including avatar on retina bug), key binding for IDEA15/mac
  • 0.9.3 bug fixes, xref support for org search
  • 0.9.2 bug fixes
  • 0.9.1 bug fixes (problems processing large projects)
  • 0.9 performance, less intrusive contextual search, bug fixes
  • 0.8.9 highlights
  • 0.8.8 fix for performance problems
  • 0.8.7 improved login and authentication process
  • 0.8.6 general fixes
  • 0.8.5 cross reference
  • 0.8.4 bug fixes, minor UI improvements, add alt+k as alternative key binding
  • 0.8.3 performance, bug fixes, passive search
  • 0.8.2 downgrade to JDK1.6 for compatibility
  • 0.8.1 documentation, messages
  • 0.8 performance, bug fixes
  • 0.1.2 improved UX, bug fixes
  • 0.1.1 improved http connection performance and minor bug fixes
  • 0.1 initial release - private beta

News for Illuminated Cloud 2

$
0
0
Issue 1132 - Winter '19/API 44.0 updates: API client updated to v44.0 and 44.0 available as a selectable version for configured connections. Parsers, code completion, syntax highlighting, etc., updated for the following: @AuraEnabled annotation Cacheable attribute. inherited sharing sharing model. SOSL USING LISTVIEW= clause. Visualforce IMAGEPROXYURL function. Visualforce $IFrameResource global variable. Visualforce IFrame control JavaScript API. Updated all affected bundled frameworks and libraries: Lightning standard component library XSDs for all new and updated components. SLDS to 2.7.4. Aura JavaScript interfaces to latest. Integrated API docs - standard Lightning component docs are now based on the component reference library. NOTE: I have not yet added support for Winter '19's new scratch org settings. I will be adding support for this in the scratch org creation wizard very soon, though. NOTE: Due to additions and changes to Apex system types, you will be prompted to update the OST for each project when it is opened for the first time after this update. It is recommended that you perform this update, minimally for system classes and ideally also for SObject types. If you find that expected Winter '19 types are incorrect in the OST, please regenerate the OST before reporting issues. If issues remain after an OST update, please report them via the public issue tracker and they'll be resolved in short order.

News for Illuminated Cloud

$
0
0
Issue 1132 - Winter '19/API 44.0 updates: API client updated to v44.0 and 44.0 available as a selectable version for configured connections. Parsers, code completion, syntax highlighting, etc., updated for the following: @AuraEnabled annotation Cacheable attribute. inherited sharing sharing model. SOSL USING LISTVIEW= clause. Visualforce IMAGEPROXYURL function. Visualforce $IFrameResource global variable. Visualforce IFrame control JavaScript API. Updated all affected bundled frameworks and libraries: Lightning standard component library XSDs for all new and updated components. SLDS to 2.7.4. Aura JavaScript interfaces to latest. Integrated API docs - standard Lightning component docs are now based on the component reference library. NOTE: I have not yet added support for Winter '19's new scratch org settings. I will be adding support for this in the scratch org creation wizard very soon, though. NOTE: Due to additions and changes to Apex system types, you will be prompted to update the OST for each project when it is opened for the first time after this update. It is recommended that you perform this update, minimally for system classes and ideally also for SObject types. If you find that expected Winter '19 types are incorrect in the OST, please regenerate the OST before reporting issues. If issues remain after an OST update, please report them via the public issue tracker and they'll be resolved in short order.

News for Illuminated Cloud

$
0
0
Issue 1132 - Winter '19/API 44.0 updates: API client updated to v44.0 and 44.0 available as a selectable version for configured connections. Parsers, code completion, syntax highlighting, etc., updated for the following: @AuraEnabled annotation Cacheable attribute. inherited sharing sharing model. SOSL USING LISTVIEW= clause. Visualforce IMAGEPROXYURL function. Visualforce $IFrameResource global variable. Visualforce IFrame control JavaScript API. Updated all affected bundled frameworks and libraries: Lightning standard component library XSDs for all new and updated components. SLDS to 2.7.4. Aura JavaScript interfaces to latest. Integrated API docs - standard Lightning component docs are now based on the component reference library. NOTE: I have not yet added support for Winter '19's new scratch org settings. I will be adding support for this in the scratch org creation wizard very soon, though. NOTE: Due to additions and changes to Apex system types, you will be prompted to update the OST for each project when it is opened for the first time after this update. It is recommended that you perform this update, minimally for system classes and ideally also for SObject types. If you find that expected Winter '19 types are incorrect in the OST, please regenerate the OST before reporting issues. If issues remain after an OST update, please report them via the public issue tracker and they'll be resolved in short order.

News for Illuminated Cloud

$
0
0
Issue 1132 - Winter '19/API 44.0 updates: API client updated to v44.0 and 44.0 available as a selectable version for configured connections. Parsers, code completion, syntax highlighting, etc., updated for the following: @AuraEnabled annotation Cacheable attribute. inherited sharing sharing model. SOSL USING LISTVIEW= clause. Visualforce IMAGEPROXYURL function. Visualforce $IFrameResource global variable. Visualforce IFrame control JavaScript API. Updated all affected bundled frameworks and libraries: Lightning standard component library XSDs for all new and updated components. SLDS to 2.7.4. Aura JavaScript interfaces to latest. Integrated API docs - standard Lightning component docs are now based on the component reference library. NOTE: I have not yet added support for Winter '19's new scratch org settings. I will be adding support for this in the scratch org creation wizard very soon, though. NOTE: Due to additions and changes to Apex system types, you will be prompted to update the OST for each project when it is opened for the first time after this update. It is recommended that you perform this update, minimally for system classes and ideally also for SObject types. If you find that expected Winter '19 types are incorrect in the OST, please regenerate the OST before reporting issues. If issues remain after an OST update, please report them via the public issue tracker and they'll be resolved in short order.

News for PsiViewer

$
0
0
  • Fixed some longtime annoyances. The cursor doesn't jump around anymore
  • Leaf nodes which are not children of the psi tree are filtered from the selection
  • Support for all JetBrains IDEs
  • Fixed the toolwindow icons
  • Added support for multi-psi files
  • Fixed class cast exception if PsiElement's method returns array of primitives
  • Fixed NPE, #19

News for Perl

$
0
0

Updates:

  • fileno information is now available in the debugger, by @ivanych (requires debugger module 2018.3+)
  • Markers for automatic injections into here-docs and literals using #@inject annotation are now configurable in the Perl settings, by @aldem
  • Scripts, executed in console is now ran with Pty and supports ANSI colorized output.

Fixes:

  • Typing and removing parens, brackets and braces as quotes for quote-like operators inside normal parens, brackets and braces now works properly, by @aldem
  • Better inline POD handling, by @Christoffen

News for Cucumber.js

News for CVS Integration


News for Dart

News for Database Tools and SQL

News for EditorConfig

News for EJS

News for File Watchers

Viewing all 62577 articles
Browse latest View live




Latest Images