KiTTY

最新版本 PhpStorm 2021.3.1

PhpStorm 2021.3.1

PhpStorm 2021.3.1
KiTTY 是從 PuTTY 的 0.60 版本,一個免費的 SSH,Telnet 和 Rlogin 客戶端,將使高級用戶來控制其網絡連接和文件傳輸的所有方面的分叉。 KiTTY 是源代碼可用的開源軟件,由一組志願者開發和支持。會話過濾,會話圖標,自動登錄,自動密碼保護,預定義命令快捷鍵,在遠程會話中運行本地保存的腳本等應用體育功能。KiTTY 的主要工作環境是 DOS 命令界面高級用戶可以使用他們的腳本,但大多數工具,可以完全控制 SHH,Telnet 和其他協議可以通過配置屏幕訪問,擁有令人難以置信的管理會議,終端窗口,窗口外觀(背景,顏色,超鏈接,行為)和連接(數據,代理,序列,Zmodem…)。  

正如您在下面看到的,KiTTY 具有各種高級功能,可以讓用戶完全免費地為每個用戶在 Windows 操作系統上控制 Telnet 和 SSH 連接,管理會話,設置過濾器,保存的命令,快捷方式,自動登錄程序和其他一切會讓專業用戶微笑的事情。  以下是可在 KiTTY 中訪問的大量功能:
會話過濾器預定義命令的可移植性快捷方式會話啟動程序自動登錄腳本 URL 超鏈接技術功能:自動密碼自動命令在遠程會話上運行本地保存的腳本 ZModem 集成圖形功能:每個會話的圖標發送到托盤透明保護防止不幸的鍵盤輸入總覽始終可見快速啟動重複會話配置框其他功能:自動保存 SSH 處理程序:Internet Explorer 集成 pscp.exe 和 WinSCP 集成二進制壓縮剪貼板打印 PuTTYCyg 補丁背景圖像新的命令行選項隱藏了一個輕的聊天服務器 KiTTY 一個隱藏的文本編輯器被集成到 KiTTY 注意:KiTTY 是 PuTTY.

的延續

ScreenShot

軟體資訊
檔案版本 PhpStorm 2021.3.1

檔案名稱 PhpStorm-2021.3.1.exe
檔案大小
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 9bis Software
官網 http://www.9bis.net/kitty/
更新日期 2022-01-01
更新日誌

What's new in this version:

PhpStorm 2021.3.1
- Besides bug fixes and enhancements, this release brings an important new feature: trusted projects
- Trusted projects
- This release introduces the concept of trusted projects, designed to mitigate the risks associated with working with projects from unknown and untrusted sources.
- When you open a project, PhpStorm doesn’t execute any code from it and checks whether it is trusted or from a trusted location. If the project currently is not trusted, the IDE will ask you to choose whether to open it in safe mode or full-trust mode.
- If you open a project in safe mode, many IDE features, such as error highlighting, will be disabled. However, you can still browse the project’s contents and open its source files in the editor.
- The IDE will also warn you about all potential code execution, which includes running Composer commands and refreshing the versions for configured test frameworks and PHP command-line tools.
- To avoid showing warnings for every project, PhpStorm lets you define trusted locations under Preferences/Settings | Build, Execution, Deployment | Trusted Locations. Projects in directories specified as “Trusted Locations” are always considered trusted. To ensure that you get the untrusted project warnings only when something out of the ordinary is happening, it is recommended adding the directory where you usually create projects to trusted locations.
- If you want to disable the untrusted project warnings, you can add your machine’s root directory to the trusted locations. But since this could potentially leave you open to an attack, it is generally not recommended.

Other notable changes:
- Fixed: Yarn PnP: Indirect dependencies are not indexed
- Fixed: Tailwind 3: Completion for classes doesn’t work
- Fixed: Accidental tool window drag’n’drop instead of resizing
- Fixed: Incorrect results in DateTime columns with Clickhouse
- Angular: support events from custom EventManagerPlugin
- Support v-bind CSS function in Vue Single-File Components
- Fixed: ESLint 8.0: doesn’t work with YarnPnP
- Fixed: Sass @use / @import statements without tilde aren’t being resolved correctly
- Provide the text search in the Quick Documentation (Ctrl + Q)
- Fixed: @import in LESS does not resolve packages in node_modules if `~` is omitted
- Fixed: Performance problem after running http tests
- Fixed: HTTPRequest: client.global.set broken inside client.test callback
- Fixed: @import in scss does not resolve packages in node_modules
- Fixed: Directory content is not shown in Bookmarks list
- Add support for conditional optionallity of parameters in stubs


PhpStorm 2021.3
Full support for PHP 8.1:
Enums:
- Readonly properties
- Intersection types
- New return type: `never`
- Final constants
- `new` operator in initializers
- First-class callables
- Deprecations

Generics in PHP:
- Improved support for Doctrine Collections
- Support for future Laravel 9 collections
- Infer generic types from constructor
- Support for the phpstan-* annotation for templates

Improved refactorings:
- Drag and drop support for the Move Class refactoring
- Inline function or method
- Inline variable
- Introduce (extract) variable
- Remote Development:;
- Faster and better deployment:
- Support for `rsync`
- Retry for failed uploads
- Speedup for SFTP/FTP/FTPS with multithreaded connection
- Upload all opened files
- Quickly switch default server for project
- Proxy support for SSH connections

HTTP Client:
- Support for text streams and JSON streams
- Binary responses
- Output redirection to custom file or directory
- Support for HTTP request identifiers

UI Updates:
- New Bookmarks tool window
- Source preview for Show Usages
- Improved Markdown support

VCS:
- Align diff highlighting
- Checkout and Rebase onto Current for remote branches
- Reorganized VCS settings
- New ‘Push All up to Here’ action


PhpStorm 2021.2.3
Fixed:
- Updating indexes on every startup if IDE was closed with OS shutdown
- Find in Path: “File mask” list is empty
- Analyse code on commit is very slow with PHPStan/Psalm enabled
- Quality Tools are run on Commit | Analyze Code despite that the inspection profile has them disabled
- Complete Current Statement for Closures/anonymous functions doesn’t add a semicolon


PhpStorm 2021.2.2
- Angular 12 inline scss support
- Regular expression support in sqlite
- Fixed: Tailwind autocompletion in *.blade.php files
- Fixed: Tailwind CSS support on Mac M1 with Node.js 15.x
- ESLint 8.0 support


PhpStorm 2021.2.1
Notable updates in this release:
- Fixed: Re-arrange did not reorder the method with modifiers and name both
- Fixed: CSS class completion doesn’t work great with Tailwind 2.1 in “jit” mode
- Vue 3: Support new

PhpStorm 2021.3.1 相關參考資料
2021.3.1 : The PhpStorm Blog

The first bug-fix update for PhpStorm 2021.3 is now available. You can update to it using the Toolbox App or right from inside the IDE.

https://blog.jetbrains.com

Other Versions - PhpStorm

Get past releases and previous versions of PhpStorm.

https://www.jetbrains.com

PhpStorm 2021.3.1 (213.6461.83 build) Release Notes

PhpStorm 2021.3.1 (213.6461.83 build) Release Notes ; PHP Templates, Bug, WI-63814, Completion of blade directive inside HTML tag remove preceding space ; Code ...

https://youtrack.jetbrains.com

PhpStorm 2021.3.1 is released

2021年12月29日 — The first bug-fix update for PhpStorm 2021.3 is now available. You can update to it using the Toolbox App or right from inside the IDE.

https://blog.jetbrains.com

PhpStorm 2021.3.1 Preview

2021年12月16日 — PhpStorm 2023.2.1 is now available. PhpStorm 2023.2.1 is a minor update, and it includes a host of bug fixes and quality-of-life improvements.

https://blog.jetbrains.com

PhpStorm 2021.3.1 RC

2021年12月26日 — PhpStorm 2021.3.1 RC · FIxed: “Expressions is not allowed as class constant value” with spread operator in constant (WI-64267 +4) · Fixed: Move ...

https://blog.jetbrains.com

PhpStorm 2021.3.1 Release Notes - YouTrack - JetBrains

PhpStorm 2021.3.1 Release Notes ; Bug, IDEA-284429, Different sorting for directories in Bookmark tool window comparing to Project View ; Bug, IDEA-284280 ...

https://youtrack.jetbrains.com

PhpStorm 2021.3.1中文激活版

2021年12月19日 — ​​phpstorm2021是一款非常好用的php开发软件,软件支持所有PHP语言功能,提供最优秀的代码补全、重构、实时错误预防等等功能,能够为程序员提供更为 ...

https://weibo.com

PhpStorm 2021.3.1发布,新增“受信任项目”!

2022年1月4日 — 此版本引入了受信任项目的概念,旨在降低与处理来自未知和不受信任来源的项目相关的风险。当你打开一个项目时,PhpStorm 不会从中执行任何代码并检查它 ...

https://www.php.cn

Silent Installation of PhpStorm (2021.3.1)

Business applications for ITBoost productivity and improve team collaboration. ... All-in-one AR remote assistance software solution for remote collaboration.

https://www.manageengine.com