010-68421378
sales@cogitosoft.com
Categories
AddFlow  AmCharts JavaScript Stock Chart AmCharts 4: Charts Aspose.Total for Java Altova SchemaAgent Altova DatabaseSpy Altova MobileTogether Altova UModel  Altova MapForce Altova MapForce Server Altova Authentic Aspose.Total for .NET Altova RaptorXML Server ComponentOne Ultimate Chart FX for SharePoint Chart FX CodeCharge Studio ComponentOne Enterprise combit Report Server Controls for Visual C++ MFC Chart Pro for Visual C ++ MFC DbVisualizer version 12.1 DemoCharge DXperience Subscription .NET DevExpress Universal Subscription Essential Studio for ASP.NET MVC FusionCharts Suite XT FusionCharts for Flex  FusionExport V2.0 GrapeCity TX Text Control .NET for WPF GrapeCity Spread Studio Highcharts Gantt Highcharts 10.0 版 HelpNDoc Infragistics Ultimate  ImageKit9 ActiveX ImageKit.NET JetBrains--Fleet JetBrains-DataSpell JetBrains--DataGrip jQuery EasyUI jChart FX Plus OPC DA .NET Server Toolkit  OSS ASN.1/C Oxygen XML Author  OSS 4G NAS/C, C++ Encoder Decoder Library OSS ASN.1 Tools for C with 4G S1/X2 OSS ASN.1/C# OSS ASN.1/C++ OPC HDA .NET Server Toolkit OPC DA .Net Client Development Component PowerBuilder redgate NET Developer Bundle Report Control for Visual C++ MFC  Sencha Test SPC Control Chart Tools for .Net Stimulsoft Reports.PHP Stimulsoft Reports.JS Stimulsoft Reports.Java Stimulsoft Reports. Ultimate Stimulsoft Reports.Wpf Stimulsoft Reports.Silverlight SlickEdit Source Insight Software Verify .Net Coverage Validator Toolkit Pro for VisualC++MFC TeeChart .NET Telerik DevCraft Complete Altova XMLSpy Zend Server

UltraEdit 2022.1

UltraEdit 2022.1 is here with plenty of performance optimizations and a significant overhaul to a key number of functions. The UE 2022.1 release is focused on improving the core features of the editor as well as adding small but highly impactful options to improve usability.

 

Here's a quick rundown of what's new in UltraEdit 2022.1:

  • WebView2 integration for live preview (Edgium browser rendering)
  • SFTP interactive login (two-factor authentication/TOTP)
  • Revamped syntax highlighting parser (adding dozens of improvements)
  • Several command palette expansions
  • HTML Tidy library update and UI overhaul
  • Unlimited output windows
  • A whole lot more!

 

HTML browser and live preview powered by new rendering engine

 

UE 2022.1 comes with the integration of WebView2, a Chromium-powered rendering engine that significantly upgrades browser view and live preview. This replaces the Internet Explorer-based control to render HTML used in older versions of UltraEdit.

 

This means you can use and enjoy newer web technologies available in the modern web ecosystem (HTML, CSS, and JavaScript) — and simultaneously see it all from the editor.

 

2-factor authentication (2FA) for SFTP connections

 

You can now connect to SFTP servers that require Time-based One Time Passwords (TOTP), or more commonly known as two-factor authentication (2FA).

 

We significantly refactored FTP code to provide a favorable experience when working with 2FA connections. This extended to all FTP dialogs, the FTP explorer, reloaded FTP files, and beyond.

 

To activate, access the new interactive login option by going to the Advanced tab in the account manager. With this set and with 2FA configured on the server, you'll be prompted to enter your TOTP from an external authentication system. Once authenticated, UltraEdit's connection manager limits all data and commands to the single connection to avoid multiple authentication prompts.

 

Syntax highlighting parser overhaul

  • Syntax highlighting maintained when selecting
  • Support for block comments opened with same characters as line comments
  • Support for arbitrary string pairs (square brackets, backticks, etc.)
  • Added support for Perl quote-like string operators, e.g.: qq(STRING)
  • Improved XML code highlighting with embedded CDATA sections
  • Addressed syntax highlighting issues with word-wrapped lines