Search found 14 matches

by checkid
12.02.2016 12:32
Forum: Lexers
Topic: Why last block (self closing) not folded
Replies: 5
Views: 5180

Adding the \ did the trick. Thx.
by checkid
12.02.2016 11:04
Forum: Lexers
Topic: Why last block (self closing) not folded
Replies: 5
Views: 5180

Hi Alexey, I tried with the that option /Close block at end of text/, before. But this gives me a tree like below. +-- declaration: +-- Before +-- before.sample.10: +-- before.sample.20: +-- Detail +-- detail.5: +-- detail.10: +-- functions: +-- do.something() That is because each section stops at t...
by checkid
11.02.2016 16:26
Forum: Lexers
Topic: Why last block (self closing) not folded
Replies: 5
Views: 5180

Why last block (self closing) not folded

Hi There seems to be another thing which I am unable to make it work. In the rules, I have a "Range Start" block type with the "Self Closing Range" & "Display in Syntax Tree" checked. In the settings for Tree/Map, "Auto Synchronize" and "Auto Expand&q...
by checkid
11.02.2016 13:23
Forum: General - SynWrite
Topic: Newbie questions
Replies: 81
Views: 43812

Thx Alexey, Problem with Minimap solved after deleting this style.
by checkid
10.02.2016 10:14
Forum: General - SynWrite
Topic: Newbie questions
Replies: 81
Views: 43812

Hi,
Is there any place to setup the size of the contents in Minimap?
For one of my lexer, the Minimap size is almost the same as the editor area and hence of not much use.

Regards.
by checkid
20.08.2015 06:40
Forum: General - SynWrite
Topic: Newbie questions
Replies: 81
Views: 43812

No, syn /ro doesnt start it with read-only mode for me. Any thing else to check? Aside... in my language "." is used as a connector (eg: to.field() is a single function). So, should I define the "." as part of Identifier or Symbol. Here are my Identifier and Symbol parser. Identi...
by checkid
13.08.2015 06:31
Forum: General - SynWrite
Topic: Newbie questions
Replies: 81
Views: 43812

I recently updated to the new version..
using syn /ro does not seem to work in the new version.

Is the readonly switch changed?

Regards.
by checkid
08.05.2014 08:06
Forum: Lexers
Topic: Creating New Lexer for a relatively lesser used language
Replies: 11
Views: 9365

Hello, are there any documentation about Conditions Tab (Index field) in Rules? 2014-05-08 11_29_42-Lexer properties.png In the above URL what is the meaning of the index fields 0-4? Problem description is below. I have two rules. One "Range Start" with condition to look for the word "...
by checkid
21.04.2014 17:45
Forum: General - SynWrite
Topic: Newbie questions
Replies: 81
Views: 43812

Rule which catches "var1" and not "var2"-> "var1"
Alexey,
Can you elaborate? I could not get the meaning behind.

Regards.
by checkid
21.04.2014 06:05
Forum: General - SynWrite
Topic: Newbie questions
Replies: 81
Views: 43812

Thx Alexey for the reply about func-hints. I haven't been able to get the plugin working yet... and will check about that later when I get some extra time. However, have a question regarding Rules condition. I have a mask "^boolean$" which will pick up both below lines. How to write a mask...