Acronis True Image

最新版本 IntelliJ IDEA 2018.2.2

IntelliJ IDEA 2018.2.2

IntelliJ IDEA 2018.2.2
Acronis True Image 保護您的文件,圖片,視頻,操作系統,應用程序,設置和首選項。如果您的 PC 或 Mac 丟失,被盜或損壞,您可以輕鬆快速地將整個計算機恢復到之前確切的狀態到相同或不同的硬件。您還可以只恢復所需的文件和文件夾。現在為 Windows 10 和最新的 OS X 版本優化了現在的行業最快速的備份和恢復,節省時間和沮喪。

使用克隆和映像來複製您的系統,捕獲您的所有數據以進行磁盤遷移或系統恢復。備份到一個本地驅動器和雲的雙重保護總是有現場和非現場副本可用。快速恢復您的整個系統或一個特定的文件放心,知道備份是一樣好的原始.



Acronis True Image 功能:

完整的磁盤,圖像備份
備份整個計算機,包括您的操作系統,應用程序和數據,而不僅僅是文件和文件夾外部硬盤或 NAS。 Acronis True Image 免費下載 Windows PC 的最新版本。它是 True Image 的完全離線設置安裝程序。

Universal Restore
Restore 備份數據,包括您的操作系統,應用程序和所有數據到您現有的計算機或完全獨立的硬件,或根據需要恢復特定的數據.

行業的最快的備份和 Recovery
速度比競爭對手高出 50% - 節省時間和沮喪與業界最快的備份和恢復。
 
安全和隱私
保證您的數據是安全的 256 位加密和私人,用戶定義的 key.

快速,簡單 recovery
讓您的電腦回到原來的位置。從雲端或本地存儲快速恢復,無需手動重新安裝操作系統,也無需使用任何其他工具.
 
靈活的文件恢復功能
只選擇要恢復的文件或文件夾,無需恢復整個系統.

保留方案和高級備份
保存最多 10 個系統狀態的歷史記錄,隨時回滾到不同的時間點。僅捕獲初始映像備份後所做的更改,並節省時間和存儲空間.
 
經過驗證的備份技術
數以百萬計的全球企業和消費者信任 Acronis AnyData Engine— 最先進的備份技術.

注意:30 天試用版。有限的功能.

也可用:下載 Acronis True Image 為 Mac

ScreenShot

軟體資訊
檔案版本 IntelliJ IDEA 2018.2.2

檔案名稱 ideaIU-2018.2.2.exe
檔案大小 515 MB
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10 / Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 未分類
作者 Acronis International GmbH
官網 http://www.acronis.com/en-us/personal/computer-backup/
更新日期 2018-08-21
更新日誌

What's new in this version:

IntelliJ IDEA 2018.2.2 Build 182.4129.33
- Change log not available for this version


IntelliJ IDEA 2018.2.1 Build 182.3911.36

Highlights:
- Structure panel now shows correct data again: IDEA-183801
- New files are shown in Package view: IDEA-195578
- Gradle: the IDE doesn't modify any wrapper-related files on project synchronization or import, when the Use gradle "wrapper" task configuration option is selected: IDEA-116898
- Groovy 3.0 support enhancements


IntelliJ IDEA 2018.2 Build 182.3684.101
- Change log not available for this version


IntelliJ IDEA 2018.1.6 Build 181.5540.7
- No subsystem Bug IDEA-193747 Clicking Help | Register does nothing in a Toolbox-installed PhpStorm
- Editor. Editing Text Feature IDEA-152160 Add options to "Save as" for scratch files
- Gradle Bug IDEA-180830 Gradle Kotlin project with Kapt not working
- Java Bug IDEA-193394 Manually provided JDK 10 not accepted in JShell: "JDK version is 8"
- Java. Inspections Bug IDEA-182842 False positive is always null condition when using Spring annotations
- Bug IDEA-192857 @Nullable should override @NonNullFields and @NonNullApi
- Performance IDEA-193987 IDE freeze when turn on code inspection data flow for Java
- Language Injection Performance IDEA-194117 @Language("RegExp") annotation doesn't scale to O(1000) expressions in a single file
- Refactoring Bug IDEA-176840 View / Expression Type just after closing pair character changes user selection
- User Interface Bug IDEA-192318 Progress bar in "Getting Started" dialog do not scale correctly in HiDPI
- Bug IDEA-191807 Cannot paste file into Scratches
- Version Control Bug IDEA-192552 CloneDvcsDialog#prependToHistory: Cannot use this method with a non-Mutable data model
- IDE General Feature DBE-6502 YAML plugin in DataGrip
- Bug DBE-6544 Fail to generate pojos.groovy on view in database
- User Interface Feature DBE-6537 Database view: add database element to a favourites by Drag and Drop
- Bug DBE-6551 Database coloring stops working for some Editor tabs on project re-opening


IntelliJ IDEA 2018.1.5 Build 181.5281.24
The most notable improvements worth mentioning:
- The IDE doesn’t lose focus after using/canceling navigation pop-ups/menus
- Navigating to class (?trl+N /cmd+O) now works correctly again
- The compiling doesn’t fail for the projects that store .iml externally
- The IDE doesn’t create a duplicate changelist anymore when parts of the files are submitted in a Perforce changelist
- You can now evaluate expressions in the lambda body


IntelliJ IDEA 2018.1.4 Build 181.5087.20

IntelliJ IDEA 2018.1.4, the forth bug-fix update for the recently released major version is now available! Download from our website or update via Toolbox App. In IntelliJ IDEA, you can specify the directory to be used by the running application for each run configuration. You can enter it directly, or use path variables. Previously, the $MODULE_DIR$ variable always pointed to the directory containing .iml files. However, projects imported from Gradle have the .iml file in the .idea directory. The .idea directory normally shouldn’t be used as the working directory for running tests, as this can cause test failures. In order to avoid test failures in such cases, we now point the $MODULE_DIR$ variable to the module’s content root in case the .iml file is located in the .idea directory. To avoid further misunderstanding, the $MODULE_DIR$ macro is deprecated. We’ve introduced 2 new macros:
- MODULE_WORKING_DIR$ for module content directory
- MODULE_IML_DIR$ for directory containing the .iml file. In other news, IntelliJ IDEA 2018.1.4 now supports the new Spring Boot 2.0 relaxed binding rules for configuration keys

Also, the following important issues are fixed in this update:
- The Enter file name popup is now closing after losing focus when there’s no value in the text box
- Subversion: fixed several issues related to URLs containing spaces/special symbols

Last but not least, the JDK was updated to the 1.8.0_152-release-1136-b39 version, and the following notable fix was integrated:
- Resolved the issue with sizes of drugging windows between two monitors with different DPI


IntelliJ IDEA 2018.1.3 Build 181.4892.42

- For a start, you can now preview the full name (80 symbols by default) of the Run Configuration in the Run/Debug configuration drop-down menu. Note, if you have a name longer than 80 characters for your Run Configuration, then it will be trimmed down in the middle.
- While importing settings from the previous version, the IDE now checks the compatibility with the Kotlin plugin version, and uses the version of the Kotlin plugin which is bundled if needed.
- We also continue our work on performance for the Spring application, so now opening and updating Spring diagrams have much better performance.
- We fixed a number of issues related to the search and replace, and now the Find in Path shortcut (Ctrl+Shift+F on Linux/Windows, on Cmd+Shift+F macOS) works again in the preview window of the Find in Path dialog. Also, we’ve fixed the issue with the search in path that never completes when using named capturing groups in regexp.
- Apart from that, you can now turn on the support screen readers before the first launch of the program by simply adding a new –Dide.support.screenreaders.enabled=true JVM option to the idea.properties file.

Last, in order but not in importance, the built-in JRE has been updated to the new version – 1.8.0_152-release-1136-b38. Here are the most notable fixes that come with it:
- Fixed a group of issues related to broken Z-order of child windows: JRE-692 , JRE-695, JRE-705
- Introduced a possibility to disable IME via JVM property:-Dawt.ime.disabled=true : JRE-729
- Fixed the issue with IME window position on HiDPI displays: JRE-742


IntelliJ IDEA 2018.1.2 Build 181.4668.68
- Change log not available for this version


IntelliJ IDEA 2018.1.1 Build 181.4445.78

This first bug-fix update also fixes several major and critical issues:
- The keystrokes aren’t lost during freezing anymore: IDEA-186636
- Clicking the Replace all option from the Replace in path dialog doesn’t cause the IDE to freeze: IDEA-188229
- We’ve fixed the issue with broken JPS that inhibits all Android builds: IDEA-189170
- Facet settings stored externally are now loaded by the build process: IDEA-189112

Besides all this, the JDK was updated to the 1.8.0_152-release-1136-b27 version, and important fixes were integrated:
- Performance for scrolling huge text file on 4K monitors was improved: JRE-584
- The issue with AWT popups, which were above other process windows after alt-tab, was fixed: JRE-695


IntelliJ IDEA 2018.1 Build 181.4203.550

Java:
- Enhanced Code Completion
- Better data flow analysis
- Many new Java inspections

JVM debugger:
- Raise an exception during debugging
- Log breakpoints stack trace to console
- Annotations for Async stack traces

Editor:
- Inline external annotations
- Inferred annotation hints

Android:
- Merged features from Android Studio 3.0
- Version Control Systems:
- Support for partial Git commits


IntelliJ IDEA 2017.3.5 Build 173.4674.33

First of all, with this update, we fixed SSH access to GitHub when using the built-in SSH executable:
- As GitHub dropped support for weak cryptographic keys, it caused connectivity issues when the built-in SSH executable was used to connect to GitHub. So we’ve updated the built-in SSH executable to make it compatible with GitHub’s new stronger cryptographic standards
- We also backported this fix to our earlier IntelliJ IDEA versions. And of course, the IntelliJ IDEA 2018.1 EAP build already contains this fix

Besides this, IntelliJ IDEA 2017.3.5 addresses the following issues:
- Fixed the issue with incorrect and unexpected Expand behavior in the Structure View: IDEA-184675
- The Change Signature dialog now uses the system-wide color sсheme for the parameters list, instead of the editor specific color scheme: IDEA-134545
- Eclipse compiler bundled with IntelliJ IDEA now supports Java 9 sources: IDEA-184951

Also with v2017.3.5, we’ve updated the JDK to the 1.8.0_152-release-1024-b15 version, with the following fixes integrated:
- Unlimited cryptographic policy is enabled by default (JRE-638)
- The issue of empty Memory View in Debug session of an application running with JRE 9 was fixed (JRE-641)


IntelliJ IDEA 2017.3.4 Build 173.4548.28

Now renaming a module is reflected in the dependent module’s file (.iml):
- You can now use the TAB key to jump to the Result pane in the Evaluate Expression window (fixed a regression)
- Fixed the issue with Gradle silent import doing nothing when the Gradle JDK is invalid
- The Show Local Changes as UML action doesn’t let you scroll infinitely
- Unlimited resizing in Diagrams when scrolling with the mouse wheel has been fixed
- New shortcuts Shift + Del and Сtrl + X (cmd + X) have been assigned to the remove results action in the Find Tool Window


IntelliJ IDEA 2017.3.3 Build 173.4301.25

- The Tool Window docking issue has been fixed
- The Gradle import is performed in the background
- The ability to pause the terminal output
- Now the IDE correctly resolves the dependency with the “bundle”
- Fixed an issue which caused the loss of all run configurations
- Now the Flatten Modules option is also available from the Project Tool Window
- Now, after selecting a branch, the Merge from… action invokes the Select Merge Variant dialog
- Spring: the Field injection warning inspection works correctly again

Also, a new 1.8.0_152-release-1024-b11 JDK version for x86_64 fixes the following bugs:
- Low-resolution application icon loading on Windows with HiDPI displays
- Crash of the 32-bit version on Windows


IntelliJ IDEA 2017.3.2 Build 173.4127.27

- For Gradle test runner, the Rerun failed tests button is again available inside the Debug tool window
- Now, the IDE doesn’t crash after a function creation or a function replacement in the Redshift console editor
- Files generated by the annotation processor aren’t stored in the output directory anymore
- The IDE now selects the appropriate Gradle JVM automatically IDEA-149592, this also works for the first project in Gradle
- The issue with too many processes indexing a Git repository has been fixed


IntelliJ IDEA 2017.3.1 Build 173.3942.27

- Improvements for silent installation of IntelliJ IDEA based IDEs on Windows
- The History tab (VCS |Git | Show History) shows the full history for a moved file
- Clearing the output directory doesn't slow down the total build time anymore
- Removing an unloaded module from a project does not lead to deleting the corresponding directory
- Navigation, find usages, etc. works for Groovy code
- Fix for a major formatting regression from 2017.2.6 to 2017.3
- The IDE now loads the project tree
- Now the "Simplify Optional call chains" inspection doesn't remove an essential part of the code

IntelliJ IDEA 2018.2.2 相關參考資料
IDEA 2018.2 EAP - IntelliJ IDEA - Confluence

Our Early Access Program lets development community closely participate in discussions devoted to IntelliJ IDEA and influence development ...

https://confluence.jetbrains.c

IntelliJ IDEA 2018.2.2 is released! | IntelliJ IDEA Blog - JetBrains Blog

Please welcome the next minor update: IntelliJ IDEA 2018.2.2. ... We've fixed the regression, and now the IDE recognizes an IntelliJ IDEA ...

https://blog.jetbrains.com

2018.2.2 | IntelliJ IDEA Blog - JetBrains Blog

Please welcome the next minor update: IntelliJ IDEA 2018.2.2. You can download it from our website, or update via Toolbox App. This fresh update has ...

https://blog.jetbrains.com

IntelliJ IDEA 2018.2.2 EAP Has Started | IntelliJ IDEA Blog

Now that IntelliJ IDEA 2018.2.1 is out, it's time to start v2018.2.2 EAP! Here's a list of the most noteworthy changes that you'll find in the EAP ...

https://blog.jetbrains.com

2018.2 | IntelliJ IDEA Blog - JetBrains Blog

We have just released an important update for IntelliJ IDEA v2018.2! If you are still on ... Please welcome the next minor update: IntelliJ IDEA 2018.2.2. You can ...

https://blog.jetbrains.com

IntelliJ IDEA 2018.2 Beta 2 is available! | IntelliJ IDEA Blog

As we race towards the finish line, IntelliJ IDEA 2018.2 is being made more and more stable. It's the perfect time to try out IntelliJ IDEA 2018.2 ...

https://blog.jetbrains.com

2018.2.2 | GoLand Blog - JetBrains Blog

GoLand 2018.2.2 is released and available for download. As usual, we are providing several options: download from the website, via Toolbox ...

https://blog.jetbrains.com

Download IntelliJ IDEA: The Java IDE for Professional Developers by ...

Code-centric IDE, focused on your productivity. Full Java EE support, deep code understanding, best debugger, refactorings, everything right out of the box...

https://www.jetbrains.com

What's New in IntelliJ IDEA - JetBrains

IntelliJ IDEA is getting ready to welcome new Java 13 Preview features. The IDE provides support for updated Switch Expressions and their new syntax: now if ...

https://www.jetbrains.com

Other Versions - IntelliJ IDEA - JetBrains

Code-centric IDE, focused on your productivity. Full Java EE support, deep code understanding, best debugger, refactorings, everything right out of the box...

https://www.jetbrains.com