SynWrite (Syn2)

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

Moderators: Hacker, petermad, Stefan2, white

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

Post by *Alextp »

www.uvviewsoft.com/bb/
+Unnumbered bkmarks
+"Toggle bk", "Next bk", "Prev bk" commd
State of unnum bk's is not saved in history yet
User avatar
mp81ss
Junior Member
Junior Member
Posts: 33
Joined: 2012-01-24, 09:00 UTC
Location: Italy

Post by *mp81ss »

Great work alex!
Downloaded and tested, bookmarks ok.
----
I uploaded at
mp81ss.narod.ru/syn.cs
a very small C# source that the tree parse in a strange way.
Hierarchy with C# seems not to work here and I think properties are not correctly parsed.
Can you take a look?
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

I like fixing lexers, very much. I look at it
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

Beta url (/bb/ folder), CS.lcf.
-disabled: showin of if/foreach in tree
-disabled #region foldin
User avatar
AEN007
Junior Member
Junior Member
Posts: 53
Joined: 2011-11-10, 15:44 UTC

Post by *AEN007 »

18March2012
Greetings.
Alextp wrote:2. You can do horz splitting.
R-Click vertical splitter, call "Split horz.".
Today is the first time I have used horz splitting.
Is (or will) there (be) some way to move between the splits by keyboard shortcut
instead of only mouse clicking?
Is (or will) there (be) synchronized scrolling?
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

to move between the splits by keyboard
It will be. in Beta.
there (be) synchronized scrolling?
Already. See toolbar btn "Sync vertical/horz. scrolling".
(In 3.3 it also in View menu)
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

Beta (URL at homepage) update.
User avatar
mp81ss
Junior Member
Junior Member
Posts: 33
Joined: 2012-01-24, 09:00 UTC
Location: Italy

Post by *mp81ss »

Hi!
mp81ss.narod.ru/Test.cpp
contains a nice google test example.
In the tree, the MyTest class is not shown.
Is this intentional?

P.S.:
When customizing hotkeys, the editor do not remember the vertical line positions. Can those 3 int be remembered?
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

the editor do not remember the vertical line positions.
Not sure what do you mean..
User avatar
mp81ss
Junior Member
Junior Member
Posts: 33
Joined: 2012-01-24, 09:00 UTC
Location: Italy

Post by *mp81ss »

It was not a very important topic, and sorry for my english :-(
Anyway, when customizing hotkeys, the 3 colums do not occupy all the available space. When I resize them and apply, when I reenter in the hotkeys dialog, the columns width is not remembered.
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

Ah, ok. Column widths can't be remembered...

I try to fix your CPP file, but no success. Rule for class doesn't activate (i defined it as "class <Identifier> <skip> {" ).
Maybe Matthias can help?
User avatar
EXELBONSAI
Member
Member
Posts: 102
Joined: 2004-08-28, 01:38 UTC
Location: Berlin
Contact:

Post by *EXELBONSAI »

Super

thank you for making my / our desire of the spell checker.
Got just the German right to write file me...



-----------------------------------------------------------------
Super

Vielen Dank für die Umsetzung meines/unseres Wunsches der Rechtschreibeprüfung.
Habe mir gleich die deutsche Rechtschreibe-Datei besorgt...
User avatar
mp81ss
Junior Member
Junior Member
Posts: 33
Joined: 2012-01-24, 09:00 UTC
Location: Italy

Post by *mp81ss »

Hi,
mp81ss.narod.ru/MT19937.c
just contains 4 functions.
The first 2 are not shown in the tree....

P.S.:
Can we have a hot key "cut-line" like CTRL-L in msvc?
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

2mp81ss
C file:

Code: Select all

void sgenrand(seed)
    unsigned long seed;
{
    int i;
U see var declaration before {. This is incorrect maybe. Lexer
wants "{" after "(...args...)". Is it correct?
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

hot key "cut-line"
Are "Copy line","Del line" existing too? They work with current line even when selectn exists?
Post Reply