<b>1.0.2</b><ul><li>edit plugin description</li></ul><b>1.0</b><ul><li>initial release of the Unicode Escaper</li></ul>
↧
News for Unicode Escaper
↧
News for DataWeave 2.0.
<h1>v2.0-BETA</h1><ul><li><p>DataWeave 2.0 Support</p><ul><li>Grammar Parsing</li><li>Color Highlighting.</li><li>Local Refactoring.</li><li>Run/Debug Script.</li><li>String Interpolation support.</li><li>Simple mule config language injection.</li></ul></li></ul><h1>v2.0.2</h1><ul><li><p>DataWeave 2.0 Support</p><ul><li>Initial Testing Framework</li></ul></li></ul><h1>v2.0.4</h1><ul><li><p>DataWeave 2.0 Support</p><ul><li>Autocomplete</li><li>Introduce Variable</li><li>Introduce Constant</li><li>Documentation</li><li>Show Inferred Type</li><li>Reformat Weave Document</li><li>Spell checking</li><li>Weave Preview support</li><li>Regex validation</li><li>Improved language injection in mule configuration and java literals</li><li>Surround with log and DoBlock</li><li>Go To Class support</li><li>Migrate from V1 to V2 of DW</li><li>Introduce Function</li><li>Autocompletion of media types with writer properties</li><li>Introduce Type</li><li>Debugging tests</li></ul></li></ul><h1>v2.0.5</h1><ul><li><p>DataWeave 2.0 Support</p><ul><li>Lots of Bug Fixes</li></ul></li></ul><h1>v2.0.7</h1><ul><li><p>DataWeave 2.0 Support</p><ul><li>Fix find usages</li><li>Fix rename</li><li>Make Agent tear down when it is not used</li></ul></li></ul><h1>v2.0.11</h1><ul><li><p>DataWeave 2.0 Support</p><ul><li>Shows type hints and parameters names</li><li>Fix grammar should support ! and fix issue with + on numbers and addition</li><li>Improve extract method</li></ul></li></ul><h1>v2.0.13</h1><ul><li><p>DataWeave 2.0 Support</p><ul><li>Performance Improvement</li><li>Fix error with WordScanner</li><li>Fix NPE</li> </ul></li></ul><h1>v2.0.17</h1><ul><li><p>DataWeave 2.0 Support</p><ul><li>Performance Improvement</li><li>Fix error with outline on dynamic scripts</li><li>Add support for weavedocs generation</li></ul></li></ul><h1>v2.0.19</h1><ul><li><p>DataWeave 2.0 Support</p><ul><li>Navigation/Find Usage of binary function support</li><li>Fix wrong param name when calling function with default prefix</li></ul></li></ul><h1>v2.0.21</h1><ul><li><p>DataWeave 2.0 Support</p><ul><li>Small bug fix on type checker</li></ul></li></ul><h1>v2.0.25</h1><ul><li><p>DataWeave 2.0 Support</p><ul><li>Some UX improvements on the Preview Panel</li><li>Several NPE</li><li>Deadlock on read lock and DataWeaveService</li></ul></li></ul><h1>v2.0.27</h1><ul><li><p>DataWeave 2.0 Support</p><ul><li>Lots of Autocompletion Improvements</li><li>Better Parsing Error Handling and Error Messages</li></ul></li></ul>
↧
↧
News for Mule 4 Runtime.
<h1>v2.0.4</h1><ul><li><p>Mule Runtime 4</p><ul><li>Xml Schema resolution</li><li>Xml autocompletion</li><li>Xml quick fix of schema location and namesapce</li></ul></li></ul><h1>v2.0.21</h1><ul><li><p>Mule Runtime 4</p><ul><li>Several fixes provided by javaduke</li></ul></li></ul>
↧
News for com.dslfoundry.langvis
↧
News for com.dslfoundry.langvis
↧
↧
News for com.dslfoundry.langvis
↧
News for Material Theme UI Lite
↧
News for Rust
<a href="https://intellij-rust.github.io/2019/11/04/changelog-109.html">
https://intellij-rust.github.io/2019/11/04/changelog-109.html</a>
↧
News for Api Generator
<em>3.xx</em>
Support upload to YApi for REST api<br><em>2.xx</em>
Support generate markdown for class<br><em>1.xx</em>
Support generate markdown for interface<br>
↧
↧
News for Katalon Studio Runner
Bug fixes
↧
News for Cloud Code
<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 > Tool Windows > 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 > Cloud Code > 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 > New Project ... > 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 lsFusion
<b>Version 1.0.182</b><br><ul><li>TREE PARENT propertyUsage -> propertyExpression</li></ul>
↧
News for IdeaVim
<ul><li>EasyMotion plugin emulation</li><li>Support surrounding with a function name</li><li>Add IdeaVim logo to status bar</li><li>Various bug fixes</li></ul><p>See also the complete <a href="https://github.com/JetBrains/ideavim/blob/master/CHANGES.md">changelog</a>.</p>
↧
↧
News for R Language for IntelliJ
↧
News for PhpStorm Code Golf Crash Course
↧
News for Cloud Code
<h2>Version 19.11.1 - Release Notes</h2><p>
Note: This release updates the Kubernetes Run Configurations with new names and improved setting controls. Depending on your version of IntelliJ, you may be prompted to have your existing Cloud Code run configurations automatically converted to the new format. <span>Important: if you are running IntelliJ version 2019.2 through 2019.2.2, then you will likely have to update your IDE to the latest version to open existing Cloud Code projects (see <a href="https://youtrack.jetbrains.com/issue/IDEA-218071">IDEA-218071</a>) from the welcome screen</span>.</p><h3>New Features</h3><ul><li><span>Add alternate kubeconfig files.</span> If your workflow includes additional kubeconfig files, you can now select them for use in the Cloud Code plugin. They will then be recognized for deployment and cluster browsing:</li><li></li><li><span>Configure Migrate for Anthos easily.</span> Cloud Code can assist you with editing your Migrate for Anthos configuration files:</li><li></li><li><span>Add Kubernetes support for your Jib Java projects.</span> With one click, the “Add Kubernetes Support” menu action can quickly add Cloud Code Kubernetes support for your projects that use Jib to build container images.</li><li><span>Browse your CRDs.</span> The Kubernetes Cluster browser now includes a node for viewing your Custom Resource Definitions:</li><li></li><li><span>View the status of your Kubernetes deployments.</span> Kubernetes deployments now display status information and replica counts in the Cluster browser:</li><li></li><li><span>Debug your Go Applications in-cluster.</span> Cloud Code comes with one-click debugging of your Golang applications running in Kubernetes clusters:</li><li></li></ul><h3>Fixes</h3><ul><li>Fixed a bug where loading your available CSR (Cloud Source Repositories) repos resulted in an error.</li><li>Fixed an issue where a login failure resulted in an exception. An error message is now shown.</li></ul>
↧
News for CSS-X-Fire
<ul>1.51<li>Compatibility with 2018.3</li></ul><ul>1.50<li>Compatibility with 2018.2</li></ul><ul>1.49<li>Compatibility with 2018.1</li></ul><ul>1.48<li>Compatibility with 2017.3</li></ul><ul>1.47<li>Compatibility with 2017.2</li></ul><ul>1.46<li>Compatibility with 2017.1</li></ul><ul>1.45<li>Compatibility with 2016.3</li></ul><ul>1.44<li>Compatibility with 2016.2</li></ul><ul>1.43<li>Fix bug with backspace in popups.</li></ul><ul>1.41<li>Compatibility with 2016.1.</li></ul><ul>1.40<li>Signed extension</li><li>Fixed applying particular style</li><li>Fixed keyboard shortcuts on Mac</li></ul><ul>1.39<li>Compatibility with 141.* builds.</li><li>Cleanup UI.</li></ul><ul>1.38<li>Compiled for IDE build 138.</li></ul><ul>1.37<li>Compiled for IDE build 129.</li></ul><ul>1.36<li>Bumped Firefox and Firebug versions.</li><li>Fixed regression with disabled actions in popup menu.</li></ul><ul>1.35<li>
Disable plugin actions when outside of plugin context (<a href="https://github.com/ronniekk/css-x-fire/issues/27">Issue 27</a> and<a href="http://youtrack.jetbrains.com/issue/IDEA-101062">IDEA-101062</a>)</li></ul><ul>1.34<li>Compiled for IDE build 125.57.</li><li><a href="https://github.com/ronniekk/css-x-fire/issues/22">Issue 22</a>,<a href="https://github.com/ronniekk/css-x-fire/issues/25">Issue 25</a> Darcula support.</li><li><a href="https://github.com/ronniekk/css-x-fire/issues/23">Issue 23</a> Internal Error: NullPointerException</li></ul><ul>1.33<li>Compiled for IDE build 126.92.</li><li><a href="https://github.com/ronniekk/css-x-fire/issues/21">Issue 21</a>
Use <a href="https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/">FireSass</a>
source mapping for filename filter (when applicable).</li></ul><ul>1.32<li><a href="https://github.com/ronniekk/css-x-fire/issues/20">Issue 20</a> Compiled for IDE build 124.373.</li><li><a href="https://github.com/ronniekk/css-x-fire/issues/19">Issue 19</a> Added keyboard shortcuts.</li></ul><ul>1.31<li><a href="https://github.com/ronniekk/css-x-fire/issues/12">Issue 17</a> Compiled for IDE build 121.</li></ul><ul>1.30<li><a href="https://github.com/ronniekk/css-x-fire/issues/10">Issue 10</a>,<a href="https://github.com/ronniekk/css-x-fire/issues/11">Issue 11</a>,<a href="https://github.com/ronniekk/css-x-fire/issues/12">Issue 12</a> Internal Error: IllegalArgumentException.</li></ul><ul>1.29<li>Support for Firebug 1.10.</li><li>Bumped Firefox version to 20.</li></ul><ul>1.28<li><a href="https://github.com/ronniekk/css-x-fire/issues/7">Issue 7</a> Fix for NullPointerException.</li></ul><ul>1.27<li><a href="https://github.com/ronniekk/css-x-fire/issues/2">Issue 2</a> Added folders with popup actions in tree view.</li><li><a href="https://github.com/ronniekk/css-x-fire/issues/1">Issue 1</a> Resolve mixins and variables defined in other files.</li></ul><ul>1.26<li>Variables support.</li><li>Mixins support.</li></ul><ul>1.25<li>Bumped Firefox version to 12.</li></ul><ul>1.24<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=27">Issue 27</a> Support for the !important construct.</li><li>Support for Firefox 9.</li><li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=29">Issue 29</a> Fix for false positives in nested rules.</li></ul><ul>1.23<li>Support for Firefox 8.</li><li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=4">Issue 4</a> and<a href="http://code.google.com/p/css-x-fire/issues/detail?id=5">Issue 5</a>
Initial support for Less and Sass (nested rules).</li></ul><ul>1.22<li>Internal caching of selector and media query searches.</li></ul><ul>1.21<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=23">Issue 23</a> Fixed compability issues with latest EAP's.</li></ul><ul>1.20<li>Enabled (automatic) xpi updates from Firefox.</li><li>Support for Firefox 7.</li></ul><ul>1.19<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=22">Issue 22</a> Fixed hotkey error.</li><li>Support custom key binds for all actions.</li></ul><ul>1.18<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=21">Issue 21</a> Reduce filter for currently opened files.</li><li>Support for Firefox 5.</li></ul><ul>1.17<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=18">Issue 18</a> Quick navigation from all nodes with double click or middle mouse click.</li><li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=19">Issue 19</a> Toggle option for automatic expand of changes tree.</li></ul><ul>1.16<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=17">Issue 17</a> Spam protection when using arrow keys in Firebug.</li></ul><ul>1.15<li>New settings form.</li><li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=11">Issue 11</a> Configurable route mappings.</li><li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=14">Issue 14</a> Clear pending changes on page leave or refresh (optional settings).</li></ul><ul>1.14<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=13">Issue 13</a> Made server IP configurable for remote setup (in about:config, filter on cssxfire for options).</li></ul><ul>1.13<li>Also delete trailing semi-colon when removing a declaration.</li></ul><ul>1.12<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=12">Issue 12</a> Compatible with Firefox 4.</li></ul><ul>1.11<li>Fixed linking against latest EAPs.</li></ul><ul>1.10<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=8">Issue 8</a> Support for addition of selectors.</li><li>Enqueue incoming changes when in 'dumb' mode (when indices are updated in background).</li></ul><ul>1.9<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=6">Issue 6</a> Support for CSS media queries.</li><li>Improved selector search/match accuracy.</li></ul><ul>1.8<li>Added navigation buttons (prev, next) in toolbar with automatic jump-to-code.</li><li>Toolbar filter(s) group with popup and proper descriptions.</li></ul><ul>1.7<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=7">Issue 7</a> Reduce filter for incoming changes (match specific file only when possible).</li></ul><ul>1.6<li>Fixed updating of UI - keeping tree state and put expand icon on correct nodes.</li><li>Error message and disable tool if local web server cannot be started.</li></ul><ul>1.5<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=2">Issue 2</a> Support for Firebug Lite (Google Chrome and Firefox).</li><li>Changes which are invalid may only be removed.</li></ul><ul>1.4<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=3">Issue 3</a> Trigger automatic upload etc. when applying changes.</li></ul><ul>1.3<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=1">Issue 1</a> Installation help.</li><li>Removed Firefox constraint in internal web server.</li></ul><ul>1.2<li>Support for removing properties in Firebug.</li><li>Fixed broken images on help page when not using Firefox.</li></ul><ul>1.1<li>Track modifications in source code and invalidate elements in tree view.</li><li>Offer help page dialog on first run or after upgrade.</li><li>Declaration nodes (leafs) are navigatable with double-click or enter key.</li><li>Right-click a node selects it and brings up popup menu.</li></ul><ul>1.0<li>Initial version</li></ul>
↧
↧
News for CSS-X-Fire
<ul>1.51<li>Compatibility with 2018.3</li></ul><ul>1.50<li>Compatibility with 2018.2</li></ul><ul>1.49<li>Compatibility with 2018.1</li></ul><ul>1.48<li>Compatibility with 2017.3</li></ul><ul>1.47<li>Compatibility with 2017.2</li></ul><ul>1.46<li>Compatibility with 2017.1</li></ul><ul>1.45<li>Compatibility with 2016.3</li></ul><ul>1.44<li>Compatibility with 2016.2</li></ul><ul>1.43<li>Fix bug with backspace in popups.</li></ul><ul>1.41<li>Compatibility with 2016.1.</li></ul><ul>1.40<li>Signed extension</li><li>Fixed applying particular style</li><li>Fixed keyboard shortcuts on Mac</li></ul><ul>1.39<li>Compatibility with 141.* builds.</li><li>Cleanup UI.</li></ul><ul>1.38<li>Compiled for IDE build 138.</li></ul><ul>1.37<li>Compiled for IDE build 129.</li></ul><ul>1.36<li>Bumped Firefox and Firebug versions.</li><li>Fixed regression with disabled actions in popup menu.</li></ul><ul>1.35<li>
Disable plugin actions when outside of plugin context (<a href="https://github.com/ronniekk/css-x-fire/issues/27">Issue 27</a> and<a href="http://youtrack.jetbrains.com/issue/IDEA-101062">IDEA-101062</a>)</li></ul><ul>1.34<li>Compiled for IDE build 125.57.</li><li><a href="https://github.com/ronniekk/css-x-fire/issues/22">Issue 22</a>,<a href="https://github.com/ronniekk/css-x-fire/issues/25">Issue 25</a> Darcula support.</li><li><a href="https://github.com/ronniekk/css-x-fire/issues/23">Issue 23</a> Internal Error: NullPointerException</li></ul><ul>1.33<li>Compiled for IDE build 126.92.</li><li><a href="https://github.com/ronniekk/css-x-fire/issues/21">Issue 21</a>
Use <a href="https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/">FireSass</a>
source mapping for filename filter (when applicable).</li></ul><ul>1.32<li><a href="https://github.com/ronniekk/css-x-fire/issues/20">Issue 20</a> Compiled for IDE build 124.373.</li><li><a href="https://github.com/ronniekk/css-x-fire/issues/19">Issue 19</a> Added keyboard shortcuts.</li></ul><ul>1.31<li><a href="https://github.com/ronniekk/css-x-fire/issues/12">Issue 17</a> Compiled for IDE build 121.</li></ul><ul>1.30<li><a href="https://github.com/ronniekk/css-x-fire/issues/10">Issue 10</a>,<a href="https://github.com/ronniekk/css-x-fire/issues/11">Issue 11</a>,<a href="https://github.com/ronniekk/css-x-fire/issues/12">Issue 12</a> Internal Error: IllegalArgumentException.</li></ul><ul>1.29<li>Support for Firebug 1.10.</li><li>Bumped Firefox version to 20.</li></ul><ul>1.28<li><a href="https://github.com/ronniekk/css-x-fire/issues/7">Issue 7</a> Fix for NullPointerException.</li></ul><ul>1.27<li><a href="https://github.com/ronniekk/css-x-fire/issues/2">Issue 2</a> Added folders with popup actions in tree view.</li><li><a href="https://github.com/ronniekk/css-x-fire/issues/1">Issue 1</a> Resolve mixins and variables defined in other files.</li></ul><ul>1.26<li>Variables support.</li><li>Mixins support.</li></ul><ul>1.25<li>Bumped Firefox version to 12.</li></ul><ul>1.24<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=27">Issue 27</a> Support for the !important construct.</li><li>Support for Firefox 9.</li><li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=29">Issue 29</a> Fix for false positives in nested rules.</li></ul><ul>1.23<li>Support for Firefox 8.</li><li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=4">Issue 4</a> and<a href="http://code.google.com/p/css-x-fire/issues/detail?id=5">Issue 5</a>
Initial support for Less and Sass (nested rules).</li></ul><ul>1.22<li>Internal caching of selector and media query searches.</li></ul><ul>1.21<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=23">Issue 23</a> Fixed compability issues with latest EAP's.</li></ul><ul>1.20<li>Enabled (automatic) xpi updates from Firefox.</li><li>Support for Firefox 7.</li></ul><ul>1.19<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=22">Issue 22</a> Fixed hotkey error.</li><li>Support custom key binds for all actions.</li></ul><ul>1.18<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=21">Issue 21</a> Reduce filter for currently opened files.</li><li>Support for Firefox 5.</li></ul><ul>1.17<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=18">Issue 18</a> Quick navigation from all nodes with double click or middle mouse click.</li><li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=19">Issue 19</a> Toggle option for automatic expand of changes tree.</li></ul><ul>1.16<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=17">Issue 17</a> Spam protection when using arrow keys in Firebug.</li></ul><ul>1.15<li>New settings form.</li><li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=11">Issue 11</a> Configurable route mappings.</li><li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=14">Issue 14</a> Clear pending changes on page leave or refresh (optional settings).</li></ul><ul>1.14<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=13">Issue 13</a> Made server IP configurable for remote setup (in about:config, filter on cssxfire for options).</li></ul><ul>1.13<li>Also delete trailing semi-colon when removing a declaration.</li></ul><ul>1.12<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=12">Issue 12</a> Compatible with Firefox 4.</li></ul><ul>1.11<li>Fixed linking against latest EAPs.</li></ul><ul>1.10<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=8">Issue 8</a> Support for addition of selectors.</li><li>Enqueue incoming changes when in 'dumb' mode (when indices are updated in background).</li></ul><ul>1.9<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=6">Issue 6</a> Support for CSS media queries.</li><li>Improved selector search/match accuracy.</li></ul><ul>1.8<li>Added navigation buttons (prev, next) in toolbar with automatic jump-to-code.</li><li>Toolbar filter(s) group with popup and proper descriptions.</li></ul><ul>1.7<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=7">Issue 7</a> Reduce filter for incoming changes (match specific file only when possible).</li></ul><ul>1.6<li>Fixed updating of UI - keeping tree state and put expand icon on correct nodes.</li><li>Error message and disable tool if local web server cannot be started.</li></ul><ul>1.5<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=2">Issue 2</a> Support for Firebug Lite (Google Chrome and Firefox).</li><li>Changes which are invalid may only be removed.</li></ul><ul>1.4<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=3">Issue 3</a> Trigger automatic upload etc. when applying changes.</li></ul><ul>1.3<li><a href="http://code.google.com/p/css-x-fire/issues/detail?id=1">Issue 1</a> Installation help.</li><li>Removed Firefox constraint in internal web server.</li></ul><ul>1.2<li>Support for removing properties in Firebug.</li><li>Fixed broken images on help page when not using Firefox.</li></ul><ul>1.1<li>Track modifications in source code and invalidate elements in tree view.</li><li>Offer help page dialog on first run or after upgrade.</li><li>Declaration nodes (leafs) are navigatable with double-click or enter key.</li><li>Right-click a node selects it and brings up popup menu.</li></ul><ul>1.0<li>Initial version</li></ul>
↧
News for Scala
↧
News for FormatFieldPyramid
<ul><li>v1.1 modify short key</li><li>v1.0 author daikai date 2019-11-02</li></ul>
more details
@see <a>https://github.com/dkwx/intellj-format-fields-plugin</a>
↧