Search found 4 matches

by Dmitry D.
05 Jun 2013 08:08
Forum: Syntax files
Topic: Powershell variables
Replies: 3
Views: 57954

Re: Powershell variables

Thank you, Rickard.
I'll try.
by Dmitry D.
31 May 2013 07:51
Forum: Syntax files
Topic: Powershell variables
Replies: 3
Views: 57954

Powershell variables

Hello.
Please, help me with highligting variables in Powershell:
Words that begin with $ sign —
$item = ***
$web.GetSomething

with best regards.
by Dmitry D.
07 Apr 2011 10:06
Forum: Syntax files
Topic: folding and code explorer
Replies: 2
Views: 11704

Here is syntax file.

Idea is to do following block:
■ BlockName
   dfsdf
   sdf sd
here symbol Alt 255 as end of block

I want only a BlockName is visible as class in code explorer,
but the symbol ■ also appears.
In FoldBlock 2,3 adding : or ; after BlockName hides symbol ■

P.S. in [Fold ...
by Dmitry D.
05 Apr 2011 03:50
Forum: Syntax files
Topic: folding and code explorer
Replies: 2
Views: 11704

folding and code explorer

Hello.

I have custom fold, for example
[Fold]
1_Id=+
1_Begin=
1_End=-
1_EndBefore=
1_Section=
1_NoParentOfId=
1_NotAlwaysEnded=
1_ListItem=ceMethod

and text

+ someid
dssd
fdfdf
-

In code explorer in methods list fold id «+» is added before someid.
when I type «;» after someid ...