Recent

Author Topic: CudaText editor (written in Free Pascal)  (Read 45360 times)

CM630

  • Hero Member
  • *****
  • Posts: 1674
  • Не съм сигурен, че те разбирам.
    • http://sourceforge.net/u/cm630/profile/
Re: CudaText editor (written in Free Pascal)
« Reply #105 on: February 19, 2026, 05:13:41 pm »
Is there another way to find superscript/subscript characters?
Лазар 4,4 32 bit (sometimes 64 bit); FPC3,2,2

AlexTP

  • Hero Member
  • *****
  • Posts: 2696
    • UVviewsoft
Re: CudaText editor (written in Free Pascal)
« Reply #106 on: February 19, 2026, 07:38:12 pm »
Yes, you can make RegEx which finds all subscript chars:

Code: Pascal  [Select][+][-]
  1. [\x{2080}-\x{2089}]

alternative RegEx:

Code: Pascal  [Select][+][-]
  1. [₀₁₂₃₄₅₆₇₈₉]

In the similar way, make RegEx for superscript chars:

Code: Pascal  [Select][+][-]
  1. [⁰¹²³⁴⁵⁶⁷⁸⁹]
« Last Edit: February 19, 2026, 07:42:34 pm by AlexTP »

AlexTP

  • Hero Member
  • *****
  • Posts: 2696
    • UVviewsoft
Re: CudaText editor (written in Free Pascal)
« Reply #107 on: March 18, 2026, 03:13:24 pm »
CudaText for Linux (amd64, arm, aarch64 / gtk2, gtk3, qt5, qt6), v1.233.2.
For big programs, it is one of the first (or simply first) apps released in GTK3 version.
Main GUI bugs in GTK3, important for Cud, were fixed. Now only minor bugs left (for example shift of the vertical scrollbar in one of menu-dialogs, but not in all of them, strange).
I worked hard to make small demos showcasing GTK3 bugs important for Cud, and giving them to bugtracker. Zeljan Rikalo did a big work fixing them.
« Last Edit: March 18, 2026, 03:34:34 pm by AlexTP »

Thaddy

  • Hero Member
  • *****
  • Posts: 18944
  • Glad to be alive.
Re: CudaText editor (written in Free Pascal)
« Reply #108 on: March 18, 2026, 04:09:44 pm »
For big programs, it is one of the first (or simply first) apps released in GTK3 version.
Alex, with due respect, how old is GTK3 and why is there GTK4?

But keep up the good work, both your main projects are excellent!!

(You are off by a decade or so, my Geany - gtk 3.28 - is already almost four years old)
« Last Edit: March 18, 2026, 04:14:41 pm by Thaddy »
Recovered from removal of tumor in tongue following tongue reconstruction with a part from my leg.

AlexTP

  • Hero Member
  • *****
  • Posts: 2696
    • UVviewsoft
Re: CudaText editor (written in Free Pascal)
« Reply #109 on: March 18, 2026, 05:29:17 pm »
I cannot make the app with GTK4 yet, so I do what I can...

PS.
You could try to switch to CudaText. It may be funny for you and me, if you find 'bad places' which can be improved, no?
« Last Edit: March 18, 2026, 05:31:46 pm by AlexTP »

 

TinyPortal © 2005-2018