Eclipse (64-bit) 歷史舊版本 Page9

最新版本 AWS SDK for Java 1.12.428

Eclipse (64-bit) 歷史版本列表

Eclipse 64 位包含的工具使開發人員可以在多語言,多平台和多供應商環境中自由選擇。 Eclipse 提供了一個基於插件的框架,可以更容易地創建,集成和使用軟件工具,從而節省時間和金錢。通過協作和開發核心集成技術,工俱生產者可以利用平台重用,專注於核心競爭力來創造新的開發技術。下載用於 PC 的 Eclipse Offline Installer 安裝程序 64bit。 Eclipse 平台... Eclipse (64-bit) 軟體介紹


Studio 3T 2022.1.1 查看版本資訊

更新時間:2022-01-27
更新細節:

What's new in this version:

Fixed:
- Visual Query Builder - Fixed projections not being correctly restored with Session Restore
- Index Tab - Fixed an issue where the "Validate JSON" button was missing on the "Partial Index Options" tab

TablePlus 4.8.6 Build 186 查看版本資訊

更新時間:2021-12-24
更新細節:

What's new in this version:

- Supported update rows from CSV
- Supported Lazy load schema items (off by default)
- Bug fixes and improvements

Studio 3T 2021.10.1 查看版本資訊

更新時間:2021-12-14
更新細節:

What's new in this version:

- Fixed: Connection Tree - Resolved an issue that could cause Studio 3T to crash when refreshing the connection tree

Studio 3T 2021.10.0 查看版本資訊

更新時間:2021-12-10
更新細節:

What's new in this version:

New:
- Value Search - Search multiple collections for a specific field value
- Task Scheduler - Introduced a new task scheduler that allows for more powerful schedules
- Import Data Masking - Integrated data masking with imports, to direcly obscure, shuffle or exclude any imported fields
- IntelliShell - Experimental support for the new Mongo Shell executable "mongosh"
- Database Copy - Copy entire databases and multiple databases and paste them into other servers

Improved:
- IntelliShell - Updated JavaScript parser to support a wider range of syntax features
- Connection Tree - Improved connection tree performance when handling thousands of databases or collections
- Connection Tree - The search functionality of the connection tree now supports case-sensitive matches
- Collection Tab - "Add/Edit Document" now allows to continue editing a document after the MongoDB server rejected it
- Visual Query Builder - Greatly improved the handling of arrays and fields inside arrays when building queries visually
- GridFS Tab - Improved messaging when a GridFS collection would contain illegal metadata entries

Fixed:
- General - Fixed an issue where window sizes and positions were not saved when Session Restore was off
- General - Fixed an issue where users would not be prompted to save their unsaved changes when exiting the application
- General - Fixed a crash that could occur when closing one of the notifications shown below the application's toolbar
- IntelliShell - Fixed restoring IntelliShell tabs that were switched to using a horizontal split of editor and result view
- Aggregation Editor - Fixed an issue where certain aggregation scripts could not be loaded from a file or the clipboard
- Result Views - Fixed an issue where "Step Into Cell" would behave incorrectly when document ids are not unique
- Index Tab - Fixed an issue where the option "storageEngine" wasn't preserved when updating an index definition
- Result Views - Fixed an issue that did not show embedded fields next to their parent column with a custom column order in place
- Exports - Fixed possible error when using Incremental Execution with existing export configurations

Eclipse SDK 4.22 (64-bit) 查看版本資訊

更新時間:2021-12-09
更新細節:

What's new in this version:

New features in the platform and equinox:
Views, Dialogs and Toolbar:
External browser used by default:
- By default the Eclipse IDE will open the default system browser instead of the internal browser. You can change this setting via Windows -> Preferences -> General -> Web Browser.

Launch Configuration View:
- The new Launch Configuration View allows quick access to all your launch configurations without the need to enter the launch dialogs
- You can launch (run, debug, profile, etc.) as well as terminate and/or relaunch running configurations directly from the view
- The view also provides API which allows third party contributions to hook into the view and provide "launchables"

Double click on Problem without File shows in default view:
- Double click on Problems executes "Go to Resource". But there are cases where no File (column "Path") is associated with the Problem. In those cases "Go to Resources" cannot be executed. Instead the default "Show In" action is now executed. This default depends on the perspective.

Text Editors:
Multiple text selection:
- Support for multiple selection has been added to Text Editors. Multi selections allow most edit operations (text replacement or insertion, extend selection to next word or to next line, copy/paste...) to apply simultaneously on all ranges.

Multiple strategies are available to enable multi-selections:
- Turn a block selection into a multi-selection using the To multi-selection command,
- Add a caret with Alt+Click,
- Use the new Select All button on the Find/Replace dialog

Themes and Styling:
Windows dark theme styles title bar:
- The windows title bar in the dark theme on Windows OS is now styled in the default dark theme

General Updates:
Ant 1.10.12:
- Eclipse has adopted Ant version 1.10.12

NEW FEATURES FOR JAVA DEVELOPERS:
Java™ 17 Support:
- Java 17 is out and Eclipse JDT supports Java 17 in 4.22

The release notably includes the following Java 17 features:
- JEP 306: Restore Always-Strict Floating-Point Semantics
- JEP 406: Pattern Matching for switch (Preview)
- JEP 409: Sealed Classes (Final)

JUnit:
Support execution of JUnit tests that are records:
- For Java 16 and up, JUnit tests can now be implemented as records. Right-clicking on an individual test or the record itself and selecting Run as will allow executing the test via either the JUnit Plug-in Test or JUnit Test context menu choices.

JUnit 5.8.1:
- JUnit 5.8.1 is here and Eclipse JDT has been updated to use this version

JUnit 4.13.2:
- JUnit 4.13.2 is here and Eclipse JDT has been updated to use this version

Java Editor:
Convert String concat to Text block:
- A new cleanup and quick-assist has been added to convert appropriate String concatenations into Java Text Blocks. Appropriate String concatenations must have at least 3 non-empty substrings with one per line and the Java level must be 15 or higher. Line comments for all substrings but the last line will be lost after conversion. Spaces at the end of substrings preceding the newline will result in s being substituted while substrings that do not end with newlines will have a added at the end of the line to preserve concatenation.

Surround with try-with-resources quickfix:
- A new quickfix has been created to offer Surround with try-with-resources for resource leaks and potential resource leaks when the resource in question implements AutoCloseable

Java Views and Dialogs:
Improved lambda support in the Call Hierarchy view:
- The Call Hierarchy view is enhanced with showing not only the callers of the lambda function, but the callers of the declaring function too

Paste into Open Type dialog:
- If text is pasted into the Open Type dialog then it is automatically cleaned up to the included type name by best effort

Debug:
Label Objects during debugging:
- During debugging a Java application, often we have to deal with lot's of object instances, and it's not always easy to distinguish between them. That's why the experience is improved, with the ability to set a label on individual objects.
- The heuristics support

NEW APIs IN THE PLATFORM AND EQUINOX:
Platform Changes:
New API for JFace TextViewers: IMultiTextSelection:
- JFace Text now supports a new type of ITextSelection that allows to keep track of multiple simultaneous selections or caret locations. The new interface is IMultiTextSelection.
- Most text manipulation operations are capable of working with IMultiTextSelection. Some other operations may need to be customized to handle this IMultiTextSelection more specifically.
- Enable "Select All" with IFindReplaceTargetExtension4:
- The extension interface IFindReplaceTargetExtension4 can be added to existing IFindReplaceTarget implementations in order to enable the Select All feature from the Find/Replace dialog. It consists of addition of a single setSelection(IRegion[] regions) method.
- Double click on Problem without File shows in default view:
- Double click on Problems executes "Go to Resource". But there are cases where no File (column "Path") is associated with the Problem. In those cases "Go to Resources" cannot be executed. Instead the new defaultShowIn view is opened. It is optional and can be configured per perspective using the defaultShowIn attribute.

Resource cache in Jface:
- We added a LRU cache for image resources. It can be disable with system property: org.eclipse.jface.resource.cacheSize=0
- The default cacheSize is 300.
- In the eclipse IDE it is used to atomatically cache the icons of the toolbars
- See DeviceResourceDescriptor(boolean shouldBeCached) for details

SWT Changes:
Windows dark theme styles title bar bars:
- The windows title bar in the dark theme on Windows OS is now styled
- Display.syncCall() returns a value from SWT threadDo you need a user feedback (or any value from swt widget) in a background thread from SWT thread? You can get it now even easier then using Display.syncExec()

Tree fires SWT.EmptinessChanged event:
SWT Tree widget now fires SWT.EmptinessChanged event on below two conditions:
- After first tree item addition
- On last tree item removal

Equinox p2 Changes:
- Log unsafe transport or verification technologies used at installation When installing from a repository, p2 now logs a warning in case some technologies used for the installation are considered unsafe. Here are the cases covered so far and that will trigger a logged warning:
- http repositories are used (http repositories expose to CVE-2021-41033)
- Artifact checksums are either missing, or none of the available digest algorithms is considered safe (eg md5).

NEW FEATURES FOR PLUG-IN DEVELOPERS:
Dialogs, Wizards and Views:
Model spy migrated to PDE:
- The model spy which allows to view and adjust the Eclipse application model has been integrated into PDE. You can open it via Windows > Spies > Model Spy.

CSS spy migrated to PDE:
- The CSS spy which allows to view and edit the current CSS styling of your IDE or your RCP application has been integrated into PDE. You can open it via Windows > Spies > CSS Spy.

PDE Compiler:
Quickfix for "Automatic-Module-Name header is redundant":
- A new quick-assist has been added for fixing "Automatic-Module-Name header is redundant" problem. The quickfix removes automatic module name header from the manifest file.

MultiMC 5 0.6.14 查看版本資訊

更新時間:2021-12-09
更新細節:

What's new in this version:

- Go to multimc.org to get the binaries
- See changelog for changes

TablePlus 4.8.3 Build 184 查看版本資訊

更新時間:2021-12-08
更新細節:

TablePlus 4.8.2 Build 184 查看版本資訊

更新時間:2021-12-03
更新細節:

TablePlus 4.8.0 Build 182 查看版本資訊

更新時間:2021-10-25
更新細節:

TablePlus 4.6.11 Build 180 查看版本資訊

更新時間:2021-10-08
更新細節: