Version 15.60 beta 1

Test beta versions and make bug reports.
I will release major beta builds only. Bugs fixed will be rolled up into the next major beta build or the finished version.
Post Reply
User avatar
Rickard Johansson
Site Admin
Posts: 6394
Joined: 19 Jul 2006 14:29

Version 15.60 beta 1

Post by Rickard Johansson »

-----------------------------------------------------------
Version 15.60 (Aug 14, 2022)
-----------------------------------------------------------

Digital code signing
All executables and install scripts are now digitally signed. This should help with some antivirus programs and any issues you may have when downloading and installing the program.

Selection mini toolbar
Added a mini toolbar that is displayed when making a selection. It fades away after a short while, or if you press the left mouse button.

Added an option to turn the mini toolbar on or off.

CSS highlighting
Updated the CSS syntax files and made some highlighting changes.

The file css.xml was added in the syntax folder. The file is provided by microsoft and renamed from css-scheme.xml to css.xml. It contain most items needed for auto completion and hints.

Syntax files
Added a new option in syntax files to turn on/off sorting in the auto completion list (AutoCompleteSort=0|1).

Misc
* Made some internal changes in the paint function and the move cursor function when using folding.

Fixed
* Auto completion hint flicker.
* Word wrap issue.
* Restart Windows issues when program is still running.
* Selection color issue with plain text files.
* Misc issues while coding.


Download
http://www.rj-texted.nu/downloads/beta/ ... ll_x86.exe
http://www.rj-texted.nu/downloads/beta/ ... ll_x64.exe
http://www.rj-texted.nu/downloads/beta/rj-portable.exe
User avatar
pjj
Posts: 2035
Joined: 13 Oct 2009 13:48
Location: Kraków, Poland

Re: Version 15.60 beta 1

Post by pjj »

Rickard Johansson wrote: 14 Aug 2022 12:13 Selection mini toolbar
Added a mini toolbar that is displayed when making a selection. It fades away after a short while, or if you press the left mouse button.
This is uber-cool! This would be a great place to add own scripts ;) Ideally, buttons would be customizable, too (order, on/off).
Image
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
User avatar
Rickard Johansson
Site Admin
Posts: 6394
Joined: 19 Jul 2006 14:29

Re: Version 15.60 beta 1

Post by Rickard Johansson »

My Goodness Why Didn't I Think of That :?

Image
inspector71
Posts: 220
Joined: 22 Sep 2017 07:59

Re: Version 15.60 beta 1

Post by inspector71 »

Can the portable version be run alongside an installed version?

I'm still not clear how to safely downgrade so not convinced I "can always downgrade".
User avatar
Rickard Johansson
Site Admin
Posts: 6394
Joined: 19 Jul 2006 14:29

Re: Version 15.60 beta 1

Post by Rickard Johansson »

Yes, you can install the portable version to e.g. .\Documents\Programs\RJ TextEd and keep your installed version.
User avatar
pjj
Posts: 2035
Joined: 13 Oct 2009 13:48
Location: Kraków, Poland

Re: Version 15.60 beta 1

Post by pjj »

Rickard Johansson wrote: 14 Aug 2022 14:52 My Goodness Why Didn't I Think of That :?
Image

Anyway, if you select some text and then drag'n'drop it, mini toolbar appears in the top left corner of the document area, and not just above the (dropped) selection. I'm not sure if it should appear at all, but if it does, it should go close to still selected text.
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
inspector71
Posts: 220
Joined: 22 Sep 2017 07:59

Re: Version 15.60 beta 1

Post by inspector71 »

Unfortunately what seems to have been an issue impeding folding, for some time, still exists:

Image

It's not just the folding arrow being on the wrong line. Folding is actually broken via this method (using the arrow). Folding still works using keyboard shortcuts and double-clicking the {..} indicator.
User avatar
Rickard Johansson
Site Admin
Posts: 6394
Joined: 19 Jul 2006 14:29

Re: Version 15.60 beta 1

Post by Rickard Johansson »

Unfortunately, I have no idea how to reproduce that. I've never seen it myself.

Maybe your settings file %AppData%\Roaming\RJ TextEd\TextEd.ini and a sample file could help with that?
User avatar
pjj
Posts: 2035
Joined: 13 Oct 2009 13:48
Location: Kraków, Poland

Re: Version 15.60 beta 1

Post by pjj »

I was thinking it was some quirk of Perl highlighter, so I downloaded a random Perl file, but code folding worked well with it, even after closing/reopening this file and several highlighter changes. So yes, it may be settings or/and specific code.
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
inspector71
Posts: 220
Joined: 22 Sep 2017 07:59

Re: Version 15.60 beta 1

Post by inspector71 »

pjj wrote: 16 Aug 2022 12:21 I was thinking it was some quirk of Perl highlighter, so I downloaded a random Perl file, but code folding worked well with it, even after closing/reopening this file and several highlighter changes. So yes, it may be settings or/and specific code.
Thanks for having a go at replicating :)

Many hands ...
User avatar
pjj
Posts: 2035
Joined: 13 Oct 2009 13:48
Location: Kraków, Poland

Re: Version 15.60 beta 1

Post by pjj »

inspector71 wrote: 16 Aug 2022 14:17 Thanks for having a go at replicating :)
No problem, after all we're on the same
Image
8)
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
inspector71
Posts: 220
Joined: 22 Sep 2017 07:59

Re: Version 15.60 beta 1

Post by inspector71 »

Access violation.

Non fatal it would appear.

Tried using the handler to save the report and instead it saves a ruddy screenshot! What's that all about?

Can I access the actual report data?
User avatar
Rickard Johansson
Site Admin
Posts: 6394
Joined: 19 Jul 2006 14:29

Re: Version 15.60 beta 1

Post by Rickard Johansson »

If you save the report - 3 files should be saved in the selected folder. Two text files and one screenshot.
inspector71
Posts: 220
Joined: 22 Sep 2017 07:59

Re: Version 15.60 beta 1

Post by inspector71 »

Rickard Johansson wrote: 20 Aug 2022 13:08 If you save the report - 3 files should be saved in the selected folder. Two text files and one screenshot.
I don't think I could access the option to save the report because after hitting the send button the dialogue disappeared.
Post Reply