SynWrite (Syn2)

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
EricB
Senior Member
Senior Member
Posts: 355
Joined: 2008-03-25, 22:21 UTC
Location: The Netherlands

Post by *EricB »

Hi,

Yes, the referred file is present and searchtext is redirecting to it. It also contains some other history-related sections which are properly updated, so TC redirection is working as it should.

Regards, EricB
Regards, EricB
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

so SW doesn't expannd %Vars% strings? maybe. I ll fix, get beta in hour (Beta URL at home)
User avatar
EricB
Senior Member
Senior Member
Posts: 355
Joined: 2008-03-25, 22:21 UTC
Location: The Netherlands

Post by *EricB »

OK, thx, I'll be looking forward to it and test when available.

Regards, EricB
Regards, EricB
User avatar
EricB
Senior Member
Senior Member
Posts: 355
Joined: 2008-03-25, 22:21 UTC
Location: The Netherlands

Post by *EricB »

Just installed latest beta and problem seems to be fixed. No crash and the latest search string is correctly added to the redirected history file.

THX!

Regards, EricB
Regards, EricB
damjang
Senior Member
Senior Member
Posts: 215
Joined: 2003-10-09, 15:58 UTC
Contact:

Post by *damjang »

I want to note only a little thing that maybe can be speed up. Today I have a file with more than 50.000 lines and I want to remove duplicate lines. This operation take more than 5 minutes to finish (I don't know precisely because I cancel before the finish). For some other files with near 1.000 lines the speed of sorting/removing duplicates is ok, but for bigger files it is very slow. I try the same file with npp + TextFX plugin and the operation is done in near 2 seconds. So I ask if maybe this operation on bigger files can be speed optimized also in Syn2?

Thank you!
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

This operation may be optimized in the future, not now, not possible yet due to limitation of strings storage in SW.

@All
If u need fast reply, better to write @ official forum of SynW
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

2damjang
Did you call "Edit- Sorting- Remove adjacent dups" or maybe Sort dialog with "remove dups" option?
damjang
Senior Member
Senior Member
Posts: 215
Joined: 2003-10-09, 15:58 UTC
Contact:

Post by *damjang »

I call "Edit- Sorting- Remove adjacent dups"
yeskky
Member
Member
Posts: 177
Joined: 2007-03-01, 05:32 UTC
Location: Jiang Su,China

Post by *yeskky »

Multi-caret does not support Chinese IME.
Say, set some multi-carets by Ctrl+MouseClick. Then swtich to Chinese IME(any one,Pinyin or Wubi) and input any character. Only the last caret position accepted the character input. Other positions were still left blank.
#222405 Single user licence
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

Damjang,
see the BEta (Usual url @ home). Is removing the dups faster?
damjang
Senior Member
Senior Member
Posts: 215
Joined: 2003-10-09, 15:58 UTC
Contact:

Post by *damjang »

I try the last beta and if I use "Remove adjacent duplicates" or remove duplicates from "Sort dialog..." is ok (fast), but if I use "Remove all duplicates" it is slow (73.000 lines in 5 minutes or more).
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

I reworked dups del'ing. BETA Upd.
damjang
Senior Member
Senior Member
Posts: 215
Joined: 2003-10-09, 15:58 UTC
Contact:

Post by *damjang »

Yes, now it is fast. Thank You!
cnnnc
Junior Member
Junior Member
Posts: 30
Joined: 2007-05-21, 01:31 UTC

Post by *cnnnc »

SynWrite 5.2.220
Now Emmet in SynWrite.rar has a bug. expand this:

Code: Select all

html:4s>table>tr>td>li>a[href="http://synwrite.sourceforge.net/files_$.zip"]{files_$}
then you will get a wrong result:

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
	<title>Document
		<table>
			<tr>
				<td>
					<li><a href="http://synwrite.sourceforge.net/files_1.zip">files_1</a></li>
				</td>
			</tr>
		</table>
	</title>
</head>
</html>
I had reported that bug to Emmet Offical, and it have fixed.
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

Emmet fixd
Post Reply