Thank you for the SynWrite editor.
Question: can we change the color of the current line focus *border*?
Thank you & best regards.
Newbie questions
Thx Alexey;
Another issue I need help is on below.
http://i57.tinypic.com/jg4bxh.png
In the above link, the cursor is shown with yellow but the horizontal ruler is shown in Green.
In this screen, they are out of sync.
My initial thought was that it is due to usage of non-monospace fonts.
So, changed the font to Consolas which should have solved this issue.
But still this out of sync is seen.
Is there a way to fix this?
Regards.
Another issue I need help is on below.
http://i57.tinypic.com/jg4bxh.png
In the above link, the cursor is shown with yellow but the horizontal ruler is shown in Green.
In this screen, they are out of sync.
My initial thought was that it is due to usage of non-monospace fonts.
So, changed the font to Consolas which should have solved this issue.
But still this out of sync is seen.
Is there a way to fix this?
Regards.
Hi,
I have been setting up a Auto Complete "acp" file.
However, I could not make the "parameter hint" correctly.
for instance this is how my ".acp" looks like.
The parameter hint works only till audit_write.
However starting with base64.decode() it does not show the parameter hint, even when pressing Ctrl+Shift+Enter.
[..edit by Alex..]
I have been setting up a Auto Complete "acp" file.
However, I could not make the "parameter hint" correctly.
for instance this is how my ".acp" looks like.
Code: Select all
#chars ._$[]<>
long audit_write (long id, const string seqhdr())
long base64.decode (string data.in, ref string data.out)
However starting with base64.decode() it does not show the parameter hint, even when pressing Ctrl+Shift+Enter.
[..edit by Alex..]
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 which picks up only "Var1" and not "Var2".
I have tried "^[^extern]\sboolean$" and several other regexes with and without several modifiers.
Is there a way to achieve this?
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 which picks up only "Var1" and not "Var2".
I have tried "^[^extern]\sboolean$" and several other regexes with and without several modifiers.
Is there a way to achieve this?
http://tinypic.com/r/mjo7pl/8boolean Var1
extern boolean Var2