Page 1 of 1

Version 15.60 beta 1

Posted: 14 Aug 2022 12:13
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

Re: Version 15.60 beta 1

Posted: 14 Aug 2022 14:02
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

Re: Version 15.60 beta 1

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

Image

Re: Version 15.60 beta 1

Posted: 14 Aug 2022 15:50
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".

Re: Version 15.60 beta 1

Posted: 14 Aug 2022 16:13
by Rickard Johansson
Yes, you can install the portable version to e.g. .\Documents\Programs\RJ TextEd and keep your installed version.

Re: Version 15.60 beta 1

Posted: 15 Aug 2022 09:11
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.

Re: Version 15.60 beta 1

Posted: 16 Aug 2022 03:03
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.

Re: Version 15.60 beta 1

Posted: 16 Aug 2022 11:41
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?

Re: Version 15.60 beta 1

Posted: 16 Aug 2022 12:21
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.

Re: Version 15.60 beta 1

Posted: 16 Aug 2022 14:17
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 ...

Re: Version 15.60 beta 1

Posted: 16 Aug 2022 14:40
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)

Re: Version 15.60 beta 1

Posted: 19 Aug 2022 08:13
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?

Re: Version 15.60 beta 1

Posted: 20 Aug 2022 13:08
by Rickard Johansson
If you save the report - 3 files should be saved in the selected folder. Two text files and one screenshot.

Re: Version 15.60 beta 1

Posted: 28 Aug 2022 04:08
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.