What’s new in PSPad 5.0.4 Build 541

December 31, 2020

Autocomplete doesn’t complete numbers in automatic mode, in manual mode does

Own editor font usage without to have install it – put your TTF files into subfolder .Fonts

Highlighter settings – added possibility to open selected user highlighter definition

Code explorer – Sort button has “state”. You can switch it on/ff for current Window. Default state cames from Program settings / Tools – Sort code explorer

Code explorer – selected item stays selected after sort change or refresh (if exists)

Code explorer – search is case insesitive, Alt, Ctrl, Shift doesn’t reset search, Ctrl+Enter search for next occurence

Sort lines uses “stable sort”, If lines are same, order isn’t changed. It has meaning for sort by column.

FTP quick search box is case insensitive

FTP – new field for change folder with history for each server stored in Recent.ini. ENTER confirm entry and send command to FTP server.

New user highlighter definition for Solidity

Open files panel – possibility to arrange selected windows Horizontally/Vertically

Open file list (left tool panel) – possibility select and close more files at once (right mouse)

File info shows current open file last write time

Scripts files are sorted alphabetically before adding to scripting engine. Put underscore to the file name begin if you want to compile e.g. your script library as the first

Program settings / Backup – new options allow switch on/off autosave files with computer suspend

Program settings – added search option possibility. Repeated Enter key press search for occurences

Synchronize movement activation is possible even in one splitted window

Project – speed up big project file loading

User highlighter – added support for Ruby symbols

FTP ciphering – updated OpenSSL libraries

PHP highlighter – added void type support

AutoIt highlighter marks # as part of the word when double click

JavaScript highlighter – added support for Template literals (Template strings) and new JScript highlighter attribute Template for color setting

Current file tab highlight

Incremental search (Ctrl+E) – extended functionality – Right arrow adds another char, Tab adds string till end of the word

Favorite panel / Tools – added option Save all files before tool starts

Status bar was moved to the bottom of main window from the bottom of individual windows. The reason is reading devices support for visually impaired people.

INI highlighter – hexadecimal numbers are highlighted

C# highlighter is supported now as basic highlighter instead of user highlighter

Color schemes are stored per user highlighter slot instead of previous system where all user highlighter slots has common scheme.

PSPad saves all files in restart/shutdown state include never saved new files.

Skins – Program settings / Colors – is possible to change program skin to black. In the same place you can load Highlighters scheme. Optimized are PSPad_Light and PSPad_Dark. Creating and modifying schemes stays in Highlighter settings. As Skin is possible to use any Delphi VCL scheme (VSF extension).

Program settings / Colors – possibility to set color for other occurrence of selected text

Other occurences of selected text – changed to case insensitive, spaces on the begin/end are trimmed

Many optimalizations made for Load/Save highlighters scheme

Open/Save dialog work was rewrited (joined with skins). For Windows Vista and newer new system dialogs are used

Internal HTML preview – obsolete Mozilla, based on unsupported Mozilla activeX control was replaced for Chromium based Edge. To test it is necessary to install chromium based Edge Canary build. It can coexists with existing Windows 10 edge without problems.

Editor window – highlight all occurences of selected text. You can switch it off in the Program settings / Editor 2

Compiled with Delphi 10.4 Denali (still in beta stage)

New Memory manager version FastMM5

User highlighter – added “Attribute” for PowerShell – it highlights word after square open bracket

Find by lines – new function in the Search menu. Input is list of line numbers and result is set of lines from current document in new document.

Scroll past EOF (Program settings / Editor 1) – separated as standalone option from previous scroll past EOL and EOF

Splitted editor window – splitter has different color, splitter width depends of screen DPI

New scripting function tabsToSpaces(input: string): string

Autocorrect – won’t be executed if text is selected

Format block (left/right/center) works in column selection with limitation – text doesn’t contain real tabs.

User highlighter extended of Variable attribute with possibility highlight PHP like variables (starting with $)

FTP – added possibility to rename folder with connections. It’s possible to use it to join folders too

FTP – connection popup menu is organized into submenus according to folders

Updated color scheme PSPad dark and PSPad light

html自动补全pspad,免费代码编辑器 PSPad Editor 5.0.4.541 中文多语免费版相关推荐

  1. vsCode配置自动补全css兼容性代码 ,解决 Autoprefixer 3.0无效

    问题: 使用vsCode编辑器,配置Autoprefixer3.0无法实现自动补全兼容性代码 解决方法: 将Autoprefixer3.0更换到2.0版本,再将网上冲浪的结果整理了一番,终于找到了解决 ...

  2. dev c++代码自动补全_让代码自动补全的全套流程

    作者: 熊唯,黄飞 ,腾讯 PCG/QQ研发中心/CV应用研究组 AI 如果真的可以写代码了,程序员将何去何从?近几年,NLP 领域的生成式任务有明显的提升,那通过 AI 我们可以让代码自动完成后续补 ...

  3. 组织管理插件-代码自动补全-语法检查等特性-SpaceVim v1.5.0

    简介: SpaceVim 是一个社区驱动的模块化 Vim/Neovim 配置集合,以模块的方式组织管理插件以 及相关配置,为不同的语言开发量身定制了相关的开发模块,该模块提供代码自动补全, 语法检查. ...

  4. android 自动补全方法,# AndroidStudio代码块的自动补全

    AndroidStudio代码块的自动补全 settings --> Editor --> Live Templates * 定义一个私有的内部类,在第一次用这个嵌套类时,会创建一个实例. ...

  5. 【VS Code配置matlab】手把手教学,matlab也能自动补全+瞬间启动+代码整理!

    前言: matlab很好地集成了大量数学处理函数,甚至封装了包括信号处理.图像处理.神经网络.音乐等在内的方法.但matlab启动慢.没有代码补全.开发环境不友善等缺点常受人诟病,算法编写者往往需要进 ...

  6. vi php自动补全,vim7.2 代码自动补全的配置 | 学步园

    Tag工具的安装: 安装:解压到home目录下的.vim子目录中. 安装WinManager(调整窗口布局) 安装:解压到home目录下的.vim子目录中. 第三步:使用实例 1.在工程目录下生成ta ...

  7. vscode自动补全html相关代码

    网上看到好多方法,许多描述的还挺复杂,但是我这边总是不成功,还好最后试出来一种简单有效的法子,在这里记录一下. 1.首先搜索下载HTML Snippets 点右下角的下载,我这里已经下载过了 2.修改 ...

  8. Spyder 代码自动补全功能,代码提示

  9. 正在启动python的代码补全客户端_Python交互模式下代码自动补全

    这个功能是以lib的形式提供的,配置写到home下的.pythonrc文件中, 并设置好环境变量让python启动时执行初始化: # ~/.pythonrc # enable syntax compl ...

最新文章

  1. Centos7下安装Docker
  2. 安装Macports遇到的问题和PATH设置
  3. 打打字就能指挥算法视频抠图,Transformer掌握跨模态新技能,精度优于现有模型丨CVPR 2022...
  4. #1413 : Rikka with String 后缀自动机 + 二级差分
  5. tpshop防止sql注入补丁
  6. malloc/free与new/delete的区别
  7. ParserError: Error tokenizing data. C error: Expected 1 fields in line 122, saw 2
  8. Andrew NG 机器学习编程作业3 Octave
  9. POJ1182 食物链---(经典种类并查集)
  10. Linux进程学习(孤儿进程和守护进程)
  11. JAVA对象属性方法的使用
  12. 在Windows中安装NodeJS的正确方法
  13. oracle读取blob字段的方法,如何读取Oracle的BLOB字段里的文件?
  14. PDFLib9以上版本的去水印办法
  15. java中注释如何换行,java注释中空格和换行符的处理
  16. 网站后台扫描工具wwwscan、御剑、dirbuster、cansina的用法
  17. UCOS操作系统——任务管理(一)
  18. sap 双计量单位_SAP基本计量单位
  19. java Android 生成6位随机数字
  20. Win7操作系统: 请求的操作需要提升

热门文章

  1. Bio-protocol第一届生物实验短视频大赛集锦(三)——软件使用篇
  2. Microbiome:首个地球微生物“社会关系”网络在浙大绘制!
  3. 全网最简单的网络图画法,小白福音包学包会
  4. 微生物培养的福音:一个直接用16S rDNA序列来预测其培养基配方的网站!!!...
  5. 第54期《SCI论文插图排版与绘制》课程欢迎你!
  6. 英国JIC院士3.8万英镑招博后-植物代谢物与微生物组-截止6月27日
  7. Nature:iHMP之“微生物组与炎症性肠病”
  8. diy直立双足机器人_速看!近期国内外机器人资讯大汇总
  9. R语言optimize函数一维优化实战
  10. R语言ggplot2可视化在时间序列上标注出重点区域实战(突出特定的时间范围):highlight specific time ranges