Everything Search Engine (64-bit) 歷史版本列表 Page1

最新版本 Bitwig Studio 3.3

Everything Search Engine (64-bit) 歷史版本列表

一切都是 64 位是一個搜索引擎的 Windows 取代了一個更快的正常 Windows 搜索。與 Windows 搜索不同,Everything 最初會顯示計算機上的每個文件和文件夾。您可以輸入搜索過濾器來限制顯示的文件和文件夾。一切搜索引擎 64 位只使用文件和文件夾名稱,通常需要幾秒鐘來建立其數據庫。 1,000,000 個文件將需要大約 1 分鐘. 一切特點:小安裝文件清潔和簡單的用戶界面... Everything Search Engine (64-bit) 軟體介紹


Everything 1.4.1.999 (64-bit) 查看版本資訊

更新時間:2020-11-27
更新細節:

PyCharm 2020.2.4 查看版本資訊

更新時間:2020-11-27
更新細節:

WebStorm 2020.2.4 查看版本資訊

更新時間:2020-11-27
更新細節:

What's new in this version:

WebStorm 2020.2.4
- Fixed a problem with opening projects in a new window on macOS Big Sur
- Fixed a number of regression bugs that affected Vue.js users


WebStorm 2020.2.3
- The Search Everywhere popup no longer opens partially offscreen
- Angular Schematics are now loaded correctly
- Fixed the performance issue with optics-ts in TypeScript projects


WebStorm 2020.2.2
- Fixed syntax errors showing in the ng-options attribute
- Automatic code reformatting with Prettier no longer breaks Live Template expanding
- Fixed index files not working with @use in Sass
- File watchers now work properly with Sass’s @use and @forward rules
- LightEdit mode is now used for selected file extensions only


WebStorm 2020.2.1
- Change log not available for this version


WebStorm 2020.2
The new features and improvements fall into these categories:
- Frameworks and Technologies: an option to use Prettier as the default formatter, various improvements for Vue.js, and support for Git installed in WSL 2
- JavaScript and TypeScript: new smart intentions, rendered JSDoc comments, ML-assisted code completion, and debugger enhancements
- HTML and Style Sheets: better support for Sass’s module system, WebP support, and code completion for CSS selectors in querySelector methods
- Version Control: more advanced support for GitHub pull requests, redesigned dialogs for several Git actions, and a new action for squashing commits from the log
- Code Editing: new tools for finding problems in your code and an action for adding carets at the end of each selected line


WebStorm 2020.1.4
Fixed:
- Context menus in the Project view can now be opened if you’re using a language pack
- The problem causing the IDE to crash was solved


WebStorm 2020.1.3
- Several performance problems were solved
- Extra # is no longer added when completing #-private fields
- The bug with the Structure view failing to filter attributes and methods for JavaScript files was fixed


WebStorm 2020.1.2
Fixed:
- All known Node.js-related problems with WSL were solved
- The problem with CSS3 grid layout properties being improperly formatted was solved
- Angular Material events are now properly recognized after running ng build
- Several performance problems were solved
- Wrong project names and paths are no longer shown when you open a project using a shell script


WebStorm 2020.1.1
Bug fixes:
- A new option for running eslint –fix on save (WEB-24452): To enable this option for the current project, go to Preferences/Settings | Languages and Frameworks | JavaScript | Code Quality Tools | ESLint and tick the Run eslint –fix on save checkbox. To turn the new option on for all new projects, from the main menu go to File | New Project Settings | Preferences/Settings for New Projects and tick the same checkbox. Either way, don’t forget to disable the file watcher you’ve been using for this purpose.
- Improvements to WSL 2 support (WEB-44463, WEB-44507): You can now use the TypeScript Language Service, linters, and Prettier in projects located in the WSL file system. Besides that, we’ve fixed the issue where the IDE failed to stop the running Node.js process whenever you tried to hit the Stop button (for information on how to use Node.js on WSL, see our documentation).

Changes:
- Support for the ESLint 6.7 Suggestions API was added
- Hammer.js events are now recognized in Angular templates
- Several performance problems were solved
- Dependencies from pnpm workspaces are now properly indexed
- A number of disturbing, platform-wide bugs were fixed


WebStorm 2020.1
- WebStorm 2020.1, the first major update this year, is now available! It comes with a more polished look and feel, out-of-the-box support for Vuex and Composition API, an option to run Prettier on save, and improvements for JavaScript and TypeScript.
- If you only have a few minutes to explore what’s new in WebStorm 2020.1, watch this video where Paul Everitt, WebStorm Developer Advocate, reviews the most notable improvements. If you feel like diving a little deeper, read on!

The new features and improvements fall into these categories:
- Look and Feel: a new default editor font, a unified light theme, Zen mode for focused coding, quick documentation on hover, LightEdit mode for quick editing, and a customizable status bar.
- Frameworks: Vuex and Composition API support, completion for Vue in HTML files with CDN links, improvements to React support, and full support for Angular 9.
- JavaScript and TypeScript: more useful quick documentation, new smart intentions and inspections, support for TypeScript 3.8 features, and a reworked UI of the Introduce Field refactoring.
- Tools: run Prettier on save, split terminal sessions, bundled spell checker, Jest enhancements, TypeScript support with Yarn 2, and more flexible sharing of run configurations.
- Version Control: a reworked dialog for rebasing commits, improved work with branches, changes to the commit flow, and installing Git from the IDE


WebStorm 2019.3.4
- Change log not available for this version


WebStorm 2019.3.3
- Change log not available for this version


WebStorm 2019.3.2
New features:
- Support for loading Sass built-in modules with @use
- Initial support for type-only imports and exports in TypeScript 3.8

Fixed:
- Code completion for Node.js 13.5+ can now be enabled correctly on Windows
- Running tests with react-scripts now works again when using nvm
- The problem with running Karma tests in Angular apps was fixed
- yarn install is no longer incorrectly replaced with yarn add
- The issue with the resolve for Flow modules was fixed
- A couple of performance problems with JavaScript and TypeScript were solved


WebStorm 2019.3.1
New features and improvements:
- Support for TypeScript 3.7’s declare property modifier
- An option to fold template literals in JavaScript and TypeScript
- Improved resolve for Meteor packages

Fixed:
- The IDE correctly restores the layout of tool windows
- In .js and .ts files, Tab now selects a completion suggestion instead of expanding the Emmet abbreviation
- Several performance issues were fixed including WEB-42708 and WEB-42657
- The problem with debugging Node.js async hooks was solved


WebStorm 2019.3
Performance:
Faster startup:
- So far, one of the most common performance problems faced by WebStorm users has been the sluggish startup of the IDE. In the last two release cycles, we have devoted a lot of effort to reducing the time that users have had to wait for the welcome screen to show and for the IDE to open projects that are already indexed. As a result, you can now expect WebStorm to handle this 20% faster than previous versions

Frameworks & Tools:
Vue completion for separate files:
- More advanced code completion for Vue.js
- To help you increase the speed of your coding, WebStorm can now autocomplete slot names for you. This works for the slot names defined in the project components and component libraries such as Vuetify, Quasar, and BootstrapVue
- Plus, WebStorm now understands the link between parts of the component located in separate files and delivers accurate completion suggestions for props, data, and methods not defined in a single .vue file

Quick documentation in Vue.js projects:
- With WebStorm 2019.3, you can now check out documentation for components and directives defined in Vue.js and some popular component libraries. For this, simply press F1 on the name of a component or directive in your code

Support for the latest versions of popular technologies:
- WebStorm 2019.3 comes with support for schematics with Angular 9 and the Plug’n’Play feature from Yarn 2. Plus, it can help you work with key TypeScript 3.7 features: optional chaining, nullish coalescing, and assertion signatures

Better support for props in React components:
- For components without propTypes, WebStorm will no longer report an unresolved property for props.something in the component definition if it sees that props are passed in the component usage

JavaScript & TypeScript:
Template language injections:
- Need to work with a code fragment in a language different from the main language of the file? You can now inject such code fragments into your files, including Pug, Handlebars, and EJS, by pressing Alt-Enter

Name suggestions for new symbols:
- As you add new variable and parameter names in JavaScript or TypeScript files, you’ll now get name suggestions based on the names of classes, interfaces, and type aliases defined in the project, standard libraries, and dependencies you’re using
- For new variables, functions, classes, and interfaces, you’ll also get suggestions for names that were already used in the same scope but haven’t yet been defined and are marked as unresolved

HTML & Style Sheets:
Completion for CSS libraries on CDN:
- If you’re using Bootstrap or another CSS library in your project and you have it linked from a CDN in your HTML file, you can now get completion for the class names from that library, without adding its sources to the project. To enable this, simply press Alt-Enter on the link in the HTML file and select Download library

Version Control:
Reworked UI for cloning projects:
- When you clone a project from a version control system, you’ll now see an updated Get from Version Control dialog shown on the welcome screen and the VCS menu.
With this redesign, we mainly wanted to improve the experience of getting projects from GitHub: you can now log in to your GitHub account right from the updated dialog. Once you’ve logged in, you can explore the list of repositories in your account and the organizations you belong to and clone projects to WebStorm right from there.

Pushing changes from any branch:
- Need to push changes from one branch while working with the other? With the latest update, you no longer need to switch to the branch you want to push changes from – simply select it from the Branches popup and hit Push

A more streamlined commit process:
- Now you can make commits right from the Version Control tool window – a separate dialog won’t block the rest of the IDE. For this, tick Commit from the Local Changes without showing a dialog in Preferences/Settings | Version Control | Commit Dialog

New actions for checking out branches:
- To resolve a number of usability issues, we replaced a single Checkout as... action with two new ones: a unified Checkout action for remote branches and the New Branch from Selected... action for both remote and local branches
- IDE

Run anything action:
New action for running tools and configurations:
- Need to launch tools like npm and Yarn, open recent projects, or start a run/debug configuration? You can now do it all from one place using the Run Anything action (Ctrl-Ctrl)

Searching in the selection only:
- With the new In Selection filter (Cmd/Ctrl-F twice), you can find specific pieces of information faster by narrowing down your searches to the selected parts of code in a file

Unbundling Dart support:
- Starting with WebStorm 2019.3, the Dart plugin will no longer be bundled. This was done to shorten the release cycles for it – bundled plugins can only be updated together with an update of the entire IDE. So, if you use Dart, you’ll now need to install the same Dart plugin from Preferences/Settings | Plugins

Enabling global file watchers by default:
- If you’re using a third-party tool like Prettier for a project and have it configured via a file watcher, it’s likely you may want this configuration to be automatically applied to all the new projects you create. Now you can achieve this by enabling global file watchers by default


WebStorm 2019.2.4
- Change log not available for this version


WebStorm 2019.2.3
- Change log not available for this version


WebStorm 2019.2.2
Fixed:
- CORS problem when debugging in Chrome caused by the x-ijt header was fixed
- Working directory is now set automatically when running a JavaScript scratch file with Node.js
- File watchers that reformat the code now better handle cases when file and class are renamed
- Shortcut for the “Stretch to Left” action for resizing Project View now works again
- Problem with saving updated settings for new projects was fixed


WebStorm 2019.2.1
New:
- In Angular projects, a different TSLint configuration specified in the angular.json file can be used for test files
- Better support for Vue components with TypeScript decorators
- Improved suggestions for scoped packages in package.json
- Support for CSS Media Queries Level 5
- “Duplicate declaration” inspection now works for TypeScript

What’s fixed:
- False-positive “Mismatched property value” error in SCSS and Sass files was fixed
- Invalid item no longer appears in the code completion suggestions
- Move refactoring now allows moving symbols between .ts and .tsx files
- Tabs inside JSDoc are now preserved when formatting the code
- Problems with typing some symbols using AltGr were fixed


WebStorm 2019.2
- Change log not available for this version


WebStorm 2019.1.3
- Change log not available for this version


WebStorm 2019.1.2
- Change log not available for this version


WebStorm 2019.1.1

- The first bug-fix update for the recently released WebStorm 2019.1, is now available
- Update to it using Toolbox App, or from the IDE. You can also download WebStorm 2019.1.1 from our website
- Syntax highlighting in the type info tooltip and documentation
- The tooltip that shows the expression type (Cmd/Ctrl-hover) in JavaScript and TypeScript files now has a syntax highlighting

Type info highlighting:
- We’ve also added highlighting for the code samples shown in the documentation popup

Highlighting in docs:
- Configuration for the use of aliases and path mappings in imports
- It is now possible to configure how aliases and path mappings will be used when adding imports automatically in JavaScript and TypeScript files. If you want to use relative paths when importing a symbol in the nearby file and use path mappings or aliases everywhere else in your app, you can select Only in files outside specified paths in the new option Use path mappings/aliases in Preferences / Settings | Editor | Code Style | JavaScript or TypeScript – Imports.

Other improvements and fixes in WebStorm 2019.1.1:
- Support for Cucumber step definitions written using strings
- New Reload in Browser action in the JavaScript debug tool window
- Performance problem when editing some TypeScript types was fixed
- Jump from the terminal to the editor for Esc
- Improved font rendering on macOS

The WebStorm Team:
- Posted in Release Announcements | Tagged newsletter, WebStorm 2019.1 | Leave a comment
- Featured plugin: JS GraphQL
- Posted on April 16, 2019 by Ekaterina Prigara
- The JS GraphQL plugin is one the most popular plugins for WebStorm, IntelliJ IDEA, and other JetBrains IDEs, and we are very excited about the release of its second version
- In this blog post we’ll have a closer look at the updated plugin and how it can help you work with GraphQL in your JavaScript apps
- We want to thank Jim Meyer, the author of the plugin, for the amazing work he has done to build this plugin!

Working with schema files:
- The plugin brings full support for the GraphQL Schema Definition Language (SDL). That means your .graphql file will include syntax highlighting, and as you start typing, you will get suggestions for the keywords and built-in and custom types, as well as interfaces and enums

Completion in schema file:
- Cmd/Ctrl-click the type name to navigate to its definition
- The plugin will check that all the types you’ve used are defined somewhere in the file, and it will show an error message if they’re not. Press Alt-Enter to fix the problem with one of the available quick-fixes


WebStorm 2019.1

Here are the features and improvements grouped by the WebStorm subsystems:
- JavaScript and TypeScript support: intentions for destructuring; convert function with Promise to async function; convert properties in constructor to class fields; inspections for switch statements; add or remove export; extended error messages in TypeScript
- Style sheets support: updated docs for CSS and browser compatibility check; extract CSS variable; camel case support for CSS Modules; support for Less 3.0 features
- HTML support: improved HTML documentation
- Development with Angular: new inspections for Angular projects; easier navigation in Angular projects
- Development with React: improved completion for merged props; Extract Method refactoring for custom React Hooks
- Development with Vue.js: better support for Vue projects with TypeScript
- Node.js and npm: completion for npm scripts; version range tooltip for dependencies; run and debug Node.js app when using Docker Compose; simple Node.js project template
- Linters integrations: improved support for ESLint and TSLint in complex projects; support for TSLint as TypeScript plugin
- Debugging: new debugger console
- Testing: highlighting for failed line in test; testing with Cucumber and TypeScript
- IDE improvements: Recent Locations popup; save project as a template; soft-wraps for selected file types
- Version Control: cherry-pick a file from a commit from the VCS log; incoming and outgoing commits


WebStorm 2018.3.5
- Change log not available for this version


WebStorm 2018.3.4
- Change log not available for this version


WebStorm 2018.3.3

New:
- Support for Set Literals in Dart
- Completion for attribute bindings in Angular (e.g. [atrr.foo] )
- Better coding assistance for some Ionic and @angular/flex-layout attributes

Fixed:
- Wrong indent after self-closing JSX tags in JavaScript and TypeScript files (WEB-36263)
- Decorators are now supported in the class expressions like let newTest = @test class Test or export default @observer class Test
- When using the bundled TypeScript service in Angular apps, the Angular language service is now disabled. Its current version is not compatible with TypeScript 3.2.1 and was reporting false errors in the template files


WebStorm 2018.3.2 Build 183.4886.41

New:
- Completion for Bootstrap Vue and Shards Vue components
- Better support for Prettier 1.15 and above
- The Extract interface refactoring now works for objects
- The IDE now bundles TypeScript 3.2

Fixed:
- The Optimize imports action now keeps the comment on top when ‘Sort imports
- by modules’ is on
- The usage of the Angular template reference variable in the ViewChild selector is now resolved
- The problem with using Hebrew in Find in path dialog was fixed


WebStorm 2018.3.1 Build 183.4588.47
- Change log not available for this version


WebStorm 2018.3 Build 183.4284.130
- Change log not available for this version


WebStorm 2018.2.6 Build 182.5107.19

Fixes
- The Search everywhere dialog on Linux no longer closes when you press Enter
- The usual UI for Find in path on Linux is now back
- On macOS Mojave, the input no longer freezes after adding the accented characters from the popup


WebStorm 2018.2.5 Build 182.4892.25
- Change log not available for this version


WebStorm 2018.2.4 Build 182.4505.50
- Change log not available for this version


WebStorm 2018.2.2 Build 182.4323.44

New:
- You can now pass additional option to Angular CLI when creating a new project from the IDE Welcome screen. As you start typing the option name or press Ctrl-Space, WebStorm will show you available options and their description
- We have also improved the way the new Add all missing TypeScript import action works: before, the action wasn’t available for symbols with multiple import options, and now, if you invoke the action for such symbol, WebStorm will add all unambiguous missing imports in this file and then will show you a popup where you can select the desired import for this symbol

Fixed:
- Vue component imports are now resolved correctly in the Vue CLI 3 apps located not in the root of the project
- The problem with the slash symbol in the CoffeeScript files has been fixed
- The Extract React Component refactoring now handles better the key attribute


WebStorm 2018.2.2 Build 182.4129.32

JavaScript and TypeScript:
New inspection tooltip:
- The new inspection tooltip now not only shows the description of an error or warning, but also the best quick fix for it
- Press Alt-Shift-Enter to apply it or press Alt-Enter to see a full list of the available automatic fixes that WebStorm offers there

Find unused code:
- With the new Code Coverage feature, you can find any unused code in your client-side app. Start a JavaScript Debug configuration with coverage in WebStorm, interact with your app in Chrome, and then stop the configuration. The report will show you what and how much code was used in each file and folder

New intentions:
- To make you even more productive when working with JavaScript and TypeScript, WebStorm has a bunch of new intentions that are available when you press Alt-Enter. Here are just some of them: Implement interface, Create derived class, Implement members of an interface or abstract class, Generate cases for 'switch', and Iterate with 'for..of'

TypeScript improvements:
- WebStorm now supports all the new language features that were added in the latest TypeScript 2.9 and the upcoming TypeScript 3.0 releases
- In addition to that, WebStorm now offers more quick fixes provided by the TypeScript language service itself, like Annotate with type from JSDoc

Frameworks:
Extract and convert React component:
- Need to refactor your React component into two? Forget copy and paste: select the JSX code in the render method and use Refactor - Extract Component
- And with the new intentions, you can now convert React class components into functional components and back again

New integrations with Angular CLI:
- Add features to your app with the New… | Angular Dependency… action. The IDE will use the Angular CLI ng add command which installs the dependency and updates the app with a special installation script
- You can now also generate the code with the Angular schematics defined in libraries like @angular/material using the New… | Angular Schematic… action

Completion for events in Vue.js:
- In Vue templates, WebStorm now provides code completion for events. Event names are suggested after v-on: or if you use the shorthand notation @event. There’s also code completion for event modifiers

Testing:
Rerun failed tests:
- When you run tests with Karma, Jest, or Mocha in WebStorm, you can now rerun only the failed tests, instead of running all the tests after you’ve made a fix

Diff view for Jest snapshots:
- If your Jest test has failed because of the mismatch in the snapshot, you can now see why using the familiar IDE side-by-side diff view
- It’s also now possible to quickly jump from the test file to the related snapshot by clicking on the new icon next to the test in the editor

Tools:
Support for Node.js on WSL:
- You can now use Node.js on Windows Subsystem for Linux to run and debug your Node.js application in WebStorm as well as for all other development tasks in the IDE, like running tests, using linters, and build tools

Reconnect Node.js debugger:
- Thanks to the new Reconnect automatically option in the Attach to Node.js/Chrome debug configuration, it is now easier to debug Node.js apps that use nodemon. When the node process is reloaded after the change, you don’t need to restart the debugger yourself to continue debugging

Global file watchers:
- You can now store the configured File Watchers in the IDE settings and use them in different projects. Before, a File Watcher could only be configured for a specific project. With File Watchers you can automatically run a command-line tool when you change or save a file in the IDE

Other improvements:
- New cleaner, simpler icons on the IDE toolbar and tool windows ensure readability and reduce visual clutter
- Run and debug your app, commit changes and update the project right from the Touch Bar on MacBook
- A new collection of over 50 code snippets for React development
- WebStorm now indexes a new Angular project two times faster, with no compromises affecting the quality of code completion and resolve
- You can now add custom templates for postfix completion in the JavaScript and TypeScript files
- With the new Drop frame action in the JavaScript and Node.js debuggers, you can re-enter a function if you missed a critical spot you would like to see again
- Press Alt-Enter on a line with a breakpoint and see the breakpoint-related actions in the list of intentions
- Support for JSON5 is now available in the files with the .json5 extension
- JSON Schemas files are now automatically downloaded from schemastore.org and applied to your files, based on the file name
- You can be logged into multiple GitHub accounts
- New Browse Repository at Revision action allows you to explore files in your project at any given revision without a checkout


WebStorm 2018.2.1 Build 182.3911.37

New:
- Auto imports now work better in projects that use lerna, yarn workspaces or TypeScript 3.0 project references
- The bundled TypeScript version was update to 3.0
- “Surround selection on typing quote or brace” option is now on by default
- Support for the Nullish Coalescing proposal in JavaScript

Fixed:
- JavaScript code completion now works better in webpack configuration files
- Changing the opening tag of the Vue component now updates the closing tag as well


WebStorm 2018.2 Build 182.3684.70
Here are the features and improvements grouped by the WebStorm subsystems:
- Development with React: Extract React Component refactoring, convert class components into functional components, code snippets, and improved completion for props in React and React Native apps
- Development with Angular: faster project startup, add new features using the integration with ng add, and run schematics from the IDE
- Development with Vue.js: completion for Vue events and event modifiers
- Node.js development: support for Node.js on Windows Subsystem for Linux, an ability to automatically reconnect the debugger to the running node process, and remote mappings in Attach to Node.js configuration
- Built-in tools: find unused code in the client-side app with Code Coverage reports, global File Watchers
- Editor: new UI for inspection tooltip
- JavaScript and TypeScript support: custom templates for postfix completion, and TypeScript 2.9 and 3.0 supported
- JSON support: JSON5, and Iimproved support for JSON Schemas
- Linters integrations: different highlighting for TSLint errors and warnings, and an ability to automatically apply code style rules from all types of ESLint and TSLint configuration files
- Debugging: breakpoint intentions, Drop Frame action, and debugging JavaScript scratch files
- Testing: rerun failed tests, navigate to Jest snapshot, compare Jest snapshots, and debugging Karma tests using Chrome Headless
- Version Control: Browse Repository at Revision action, completion for tags, register roots automatically
- Other IDE improvements: Touch Bar support


WebStorm 2018.1.5 Build 181.5281.31
- JavaScript Bug WEB-32790 WebStorm decides to stop accessing .d.ts files for es features for a project
- Node.js Bug WEB-32719 Add v8 to Node.js core modules
- TypeScript Bug WEB-32634 False positive Type mismatch error inside Angular Injectable
- No subsystem Bug IDEA-193747 Clicking Help | Register does nothing in a Toolbox-installed PhpStorm
- User Interface Bug IDEA-192713 focus is lost on opening Find Usages tool window
- Performance IDEA-192184 Goto Class/File/Symbol popups leak via native window and focus traversal policy
- Version Control Performance IDEA-192017 Unshelving creates a thread for each shelved file
- Version Control. Git Bug IDEA-191656 Git commit history with control characters causes intellij to spin, consuming CPU and repeating the same stack in the idea.log


WebStorm 2018.1.4 Build 181.5087.27
- It’s now possible to run and debug tests using Karma run/debug configurations in projects generated with Angular CLI 6 (WEB-32653)
- In Flow files, you can now press Cmd/Ctrl and hover over a symbol to see its type info. That works in projects where Flow server is used for navigation, code completion, and type hinting – the corresponding checkbox in Preferences | Languages and Frameworks | JavaScript should be checked. Navigation to the definition in Flow now works significantly faster than before


WebStorm 2018.1.3 Build 181.4892.44
- Change log not available for this version


WebStorm 2018.1.2 Build 181.4668.60
- Change log not available for this version


WebStorm 2018.1.1 Build 181.4445.68

New:
- Better support for Yarn workspaces: WebStorm now provides proper code completion for the dependencies listed in the workspace’s package.json
- In the JavaScript and TypeScript code style settings you can now configure whether to add file extensions in imports or not
- The bundled TypeScript package has been updated to version 2.8
- Stylelint now works in the Vue single-file components and the HTML files

Fixed:
- Move statement up and down now works for the JSX code (Shift-Cmd-Up/Down on macOS or Ctrl-Shift-Up/Down on Windows and Linux)
- The code completion for methods and properties defined in the CommonJS modules has been improved
- The problem with editing the Pug files is now fixed
- There is more about some of the improvements below

Support for Yarn workspaces:
- Yarn workspaces help you organize multiple packages into a single repo. When using Yarn workspaces, the dependencies of all the packages are installed together and are put into the node_modules folder at the root of your project and not next to the package.json file of each workspace


WebStorm 2017.3.3 Build 173.4301.22
New:
- Responses from the new REST Client are now formatted automatically
- Node.js debugger now supports –experimental-modules flag

Fixed:
- False positive errors from the eslint-plugin-import ESLint plugin were fixed
- Debug for apps created with Angular CLI 1.5.5+
- Debugging the app’s main process with Electron 1.8.1+
- Meteor debugger now uses –inspect by default


WebStorm 2017.3.1 Build 173.3942.31
New:
- Support for Fragments in React 16.2
- Configuration for the auto-completion after the = sign in JSX attributes is now available in the HTML Code Style preferences
- Customizable syntax highlighting for TypeScript decorators
- Extended error messages in the Flow tool window
- New option "Start template string interpolation on $"

Fixed:
- Unresolved React props when using @types/react
- Slow code completion for CSS classes in HTML files
- Optimize imports in Vue files
- Updating tasks from the issue trackers in the IDE
- Extend selection inside the script tag


WebStorm 2017.3 Build 173.3727.108
- Enjoy improved code completion and documentation for standard JavaScript objects and methods
- Move class methods up the class hierarchy safely with the new ‘Pull member up’ refactoring
- Use the new ‘Extract type’ and ‘Extract interface’ refactorings in TypeScript
- Enjoy better code completion and navigation and new code snippets for Vue.js
- Run tests with Jest in watch mode, update failing snapshots in one click, and explore code coverage reports in the IDE
- Test REST APIs right from the editor

Bitwig Studio 3.3 查看版本資訊

更新時間:2020-11-27
更新細節:

What's new in this version:

- A hybrid modular synthesizer. Streamlined for quick, distinctive sound design. Hot, swappable

Uses switchable oscillator, filter, and amplitude envelope generators from The Grid:
- 7 oscillator options: Sine, Triangle, Pulse, Saw, Phase-1, Swarm, and Wavetable (see below)
- 5 filter options: Low-pass SK (Sallen-Key model), Low-pass LD (ladder model), SVF (state-variable, with low-, high-, and band-pass modes), XP (inspired by Mr Oberheim, with 15 filter configurations), and Comb
- 4 envelope generator options: ADSR, AR, AD (with a looping option), and Pluck (exponential string-style decay), with a modulator routing option for controlling additional parameters

Other front panel parameters include:
- Sub oscillator with waveform, octave, and blend controls
- Noise blend control
- Filter envelope (FEG) generator with ADSR controls, free modulator routing button, and toggle to also envelope the sub oscillator and noise generator outputs
- High-pass filter cutoff
- A nested Note FX chain, Pitch, Glide, Velocity Sensitivity, Gain (pre-FX chain), Panning, and Output level (post-FX chain)
- For detail controls and a schematic view, the Expanded Device View shows a performance view of the underlying Grid patch with all module panel controls exposed and modulatable
- Any Polymer patch can be converted to a fully editable Poly Grid patch (right-click on the device header)
- Modulators like LFOs, sequencers, or sidechains can target any parameter of Polymer, same as for every Bitwig device and plug-in
- Polymer can be stacked in Instrument Layer or Selector devices, or can use Bitwig's voice stacking to create instant layers

New Grid module: Wavetable (Oscillator):
- New oscillator for playing back and modulating wavetables
- Embedded graphic shows the full table contents with the current interpolated output on top
- Clicking on the display loads a visual wavetable browser, showing previews of all files, side by side
- Includes 139 wavetables (WT files) across five categories:
- Acoustic (42) - Based on real-world instruments & sounds
- Analog (33) - Using analog techniques and sources
- Digital (31) - Using digital techniques and sources
- Fractal (18) - Spectra that grow recursively
- Harmonics (15) - Basic wave morphs and harmonic series
- Any WT file (Surge format) can be read, as well as Serum- and WaveEdit-compatible WAV files, etc.
- All in ports are fully stereo including Table Index, so the left and right channels can read different parts of the same wavetable:
- Defaults to interpolating the loaded wavetable for smooth transitions, but has an option to disable this (so that only tables in the loaded file are available)

Three unique unison modes:
- Fat, for stacking detuned voices flatly
- Focused, keeping in-tune voices more center and loud
- Complex, producing polyrhythms between voices (and providing smoother retriggering)
- Spread Unison Phases option, which gives a different phase offset for each unison voice, resulting in a smoother unison sound with less beating
- Harmonic Phases post-processing option, with different modes for affecting the loaded wavetable:
- Aligned - All harmonics use the same phase (for a "focused" sound)
- Diffuse - All phases are randomized (for a "blurred" sound)
- Original - Original wavetable file's values are preserved
- Context-specific anti-aliasing is applied on playback
- Standard assortment of pitch controls, including stereo detune

Free Content Scaling:
- Notes and audio can be freely stretched by mouse interaction or by typing in a percentage (with the Scale… function)
- This works for selected note and audio clips, selected note and audio events, automation points, or any time selection
- [ALT]-dragging the selection's border on the right edge scales all items relative to the left boundary, and vice versa
- Scale 50% and Scale 200% functions stretch the selected events in time
- [ALT]-dragging the right edge of one selected events scales all items relative to the left boundary but preserves their start times, and vice versa
- Scale Each 50% and Scale Each 200% functions stretch the selected events but preserve their start times
- Scale… allows the user to enter an exact percentage for stretching, with an option for preserving start times or not
- Holding [SHIFT] toggles snapping

Project Panel gained a Sections page:
- New Sections tab shows all Arranger cue markers and Launcher scenes in one list
- Provides full access to the project, even when something else (maybe a mixer, plug-in, or Grid patch) is taking most of the screen
- Displays the name and color of each marker/scene, as well as the position (for cue markers) and the number of contained clips (for scenes)
- Clicking a cue marker or scene selects it in the project. Pressing return triggers it.
- With one or more cue markers selected, right-click or use the key command to set and enable the Arranger Loop for that duration

Improved Clip/Event Editing:
New gesture to adjust an audio event's Gain expression by clicking near the object's header and dragging up or down:
- Available both in the Arranger and the Detail Editor Panel
- New gesture to slide clip/event edits, moving end and start times of abutting objects simultaneously
gesture to create pre-fades into edits by dragging the fade control on the start of an event further to the left:
- A pre-fade can also be created by entering a negative Fade in time in the Inspector
- Dragging the fade control to the right still fades in from the current edit point
- Separating crossfaded events maintains the previous fade in with a new pre-fade before the editing point
- Improved handles for changing length of or moving crossfades

New Modulator Mapping Options:
- For each modulation connection, seven various curves are available for either reshaping the signal or having it only respond to certain portions of the range (or the knob it is assigned to):
- Linear - Flat response
- Positives - Proportional response to positive values
- Negatives - Proportional response to negative values
- Absolute - Magnitude-only response
- Toward Zero - Increases on approach to zero
- Exponential - Increasing slope away from zero
- Logarithmic - Decreasing slope away from zero
- Each modulation connection can now accept one modulator source to directly scale it:
- When in a modulator's mapping mode, go to the Inspector Panel and click on an existing modulation to scale it
- This allows amount control of each modulation routing
- Most modulators still have an Amount parameter, if you affect all modulations from a single source
- Modulations can now be bypassed (or deactivated) either by:
- [SHIFT]-clicking each modulation's text in the Inspector Panel (or where shown in context menus)
- [SHIFT]-clicking the modulator's name in the Inspector Panel, to toggle the (de)activated state of all its mappings

New Features:
- New modulator: Vibrato (LFO), a musical LFO whose amount can be normalled to mod wheel or (poly) pressure
- New modulator: Ramp (Envelope), a simple ramp generator whose length can be set in time or beats, with switchable direction, curve, and optional looping
- New Grid module: Sub (Oscillator), simplified bass-oriented oscillator with octave switch and waveform chooser
- New Grid module: Velo Mult (Level), an attenuator controlled by note velocity messages, with Sensitivity range and a smoothing control
- New Grid module: Octaver (Pitch), for transposing incoming pitch signals by octaves (±3), with a control for which stereo channels to affect
- New Grid module: Ratio (Pitch), for transposing incoming pitch signals by ratio, with a control for which stereo channels to affect
- New Grid module: Pan (Level), panning placement control for one signal
- New Grid module: Gain In (I/O), providing polyphonic note gain expressions as signals
- New Grid module: Pan In (I/O), providing polyphonic note pan expressions as signals
- New Grid module: Ø Pinch (Phase), imposes an S-curve onto a phase signal, with Stereo-ize option
- New Grid module: Ø Split (Phase), equally distributes a phase signal across up to eight out ports
- New Auto-crossfade command, for creating anti-click pre-fades & crossfades
- Controller scripts added for Kenton KillaMix, Devine VersaKey, and Ez Creator Key series

Improvements:
- New optimized AVX2 audio engine, for processors that can take advantage of it
- To use better optimizations for most processors, Bitwig now requires a CPU capable of SSE 4.1 (if this criterion isn't met, Windows shows an error dialog, and Linux writes a message to the stderr)
- Ableton Link sync method now offers a millisecond Offset, to shift forward or backward in time
- Arpeggiator (Note FX) device: Each step now has a Step Skip toggle, for jumping past that step when it is next reached. A nice touch for mixing things up when using the Transposition sliders to create melodies or bass lines.

Micro-pitch (Note FX) device: Now has an EDO mode:
- Allows dividing an Interval into a set number of Divisions around a Root Key
- EDO mode can visualize up to 24 Divisions (although Divisions can be set much higher)
- Original behavior is now in the 12 Notes mode, unchanged
- Sampler device: Dragging a multisample file into the multisample editor now merges with the current context (rather than replacing it)
- Sampler device: Dragging a multisample file onto the Device Panel interface of Sampler allows it to be merged with the existing multisample content if the merge modifier is held
- Keytrack modulator: Absolute mode allows setting the minimum and maximum notes. By default, they are set to A-1 and C7, which are the previous unchangeable values (and the 88-key range of the modern piano).
- Dice & Chance (Random) Grid modules : Both now have pre-cords to update their random outputs on each note
- Bend (Level) and Ø Bend, Ø Shift, & Ø Skew (Phase) Grid modules: All have Stereo-ize parameters, for applying the inverse amount of processing to the right channel and putting more stereo play into any signal
- Ø Reverse (Phase) Grid module: Has a Stereo-ness parameter, for controlling which stereo channels are affected
- Dragging a MIDI file into Clip Launcher enables Looping by default
- Clicking a modulation routing button no longer selects the modulator
- Poly Grid device: Automatically applies note gain and pan expressions at the device output (pre-FX chain)
- Modulators (there are 36 now) have been reorganized into clearer categories:
- Audio-driven (4) - devices that convert audio into a modulator signal
- Envelope (5) - aperiodic generators triggered by note ons or offs
- Interface (8) - providing panel elements for better/unique control
- LFO (5) - regularly repeating patterns or noise
- Modifier (5) - processor modulators
- Note-driven (6) - devices triggered by notes or MIDI
- Sequence (3) - step-/segment-based modulations

Fixes:
- Playing a Raw audio event from the middle could start at the wrong position if tempo-automation was present
- When dragging the left border of a Raw audio Arranger clip, an incorrect area of the waveform was shown if tempo automation is present
- Recording touch automation when looping clips (or the arrangement) now stops only after the control has been released
- Dragging a time selection of clip automation did not allow moving the automation (and the quantize time modifier was inverted)
- Was possible to get a stuck buffer when turning solo on/off if a nested device layer used a send
- Send routings could cause clicks when switching solo on/off
- Using solo in parent group muted FX layer in child group
- Layer and Selector devices: Now properly respect MIDI channels and each layer's channel settings (in the Inspector Panel)
- EQ-2 and EQ-5 devices: When upgrading to EQ+, spectrum analyzers are now toggled on
- Samplerdevice: State of Keytracking parameter is now preserved when swapping or dragging in a sample
- HW Instrument device: Playback timing was off after changing block size, as latency wasn't recalculated
- Replacer device: Filter monitor broke between 3.1 and 3.2
- Amp device: Was producing silence when receiving right channel only
- FX Layer device: Default device preset now includes one empty layer
- 4-Stage modulator: Is more robust with stages of duration 0
- LFO modulator: Now starts with a randomized phase when in Free running mode
- ADSR Grid module: Was breaking with Attack and Decay at zero and Sustain at max
- X/Y Grid module: The dot is properly updated when resizing the module
- Various Grid modules that have trigger inputs coupled with pre-cords now have proper trigger behavior, even with sustained signals. This includes:
- Pulse, Sawtooth, Sine, Triangle, Wavetable, Sub, Phase-1, and Swarm (Oscillator)
- LFO and Clock (LFO)
- S/H LFO and Dice(Random)
- Ø Reset (Phase)
- X–Y device controls (such as EQ points or filter cutoff–resonance pairs) are now recorded properly in all automation modes
- If the delay compensation limit is exceeded, a notification is shown rather that the audio engine crashing
- Converting devices would lose sidechain inputs of modulators
- After deleting polyphonic modulation mapping to discrete parameters, setting the value would no longer work
- Copying or duplicating Grid modules no longer copies their input connections
- Copying and moving modulations now behave similarly in the Inspector's source and destination views
- Available actions (shown in the window footer) now include mouse gestures for modulation assignments
- VST3: We now notify plug-ins when we render offline for bouncing
- VST: After deactivating and activating a plug-in, modulated parameters are set to the correct values
- VST3: Improved plug-in unloading
- Vengeance's VPS Avenger plug-in: Was crashing when changing presets
- macOS: Arturia Analog Lab 4 VST3 was silent after changing presets
- MCU controller scripts would sometimes crash when updating the display during pre-roll
- Making time selections in the Arranger using touch was too slow
- Fixed various crashes related to touch input
- Track loading indicators (a spinning circle in the track header) would sometimes keep spinning
- Standby time selection was not shown correctly while making a rectangular selection
- Time selection range was not quantized correctly when created by making an empty rectangular selection
- Drawing a velocity ramp (with the pen tool in the Detail Editor Panel) now cancels cleanly when [ESC] is pressed, etc.
- Frequency spectrum displays throughout the program are now calibrated for peak sine
- Projects saved while within a group track sometimes couldn't navigate back out on reopen
- Sometimes crashed when dragging note clips containing lots of automation points
- When loading a broken file in the Pop-up Browser, it was possible that the browser could never be closed
- Crashed when having remote controls editor open, switching display profiles, and then closing the editor window
- Windows: Fixed crash when navigating into drives in the Files tab of the Browser
- Linux: Fixed rare crash or audio system hang when using Pulse audio backend
- Linux: Some plugins (such as Surge) that dynamically linked to certain libraries (xkb, for example) would crash when not hosted within Bitwig

PyCharm 2020.2.3 查看版本資訊

更新時間:2020-10-07
更新細節:

Everything 1.4.1.992 (64-bit) 查看版本資訊

更新時間:2020-09-19
更新細節:

What's new in this version:

- Fixed a security issue with loading urlmon.dll and imm32.dll
- Fixed an issue with connecting to the Everything Service from some devices (eg: a ram drive)
- Fixed an issue with focus search on activate
- The installer now installs Start menu shortcuts and the Desktop shortcut for all users

PyCharm 2020.2.2 查看版本資訊

更新時間:2020-09-17
更新細節:

PyCharm 2020.2.1 查看版本資訊

更新時間:2020-08-27
更新細節:

Everything 1.4.1.988 (64-bit) 查看版本資訊

更新時間:2020-08-05
更新細節:

What's new in this version:

- Changed Enterprise version to Lite version (which removes ETP/FTP/HTTP Servers and removes IPC)
- Added send command line support to the lite version

Everything 1.4.1.987 (64-bit) 查看版本資訊

更新時間:2020-07-30
更新細節:

What's new in this version:

- Added check to see if volumes are mounted before accessing
- Added enterprise version (which removes ETP/FTP/HTTP Servers and removes IPC)