Newbie questions

Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

No, it should be same(works here)
checkid
Posts: 14
Joined: 05.03.2013 15:09

Post by checkid »

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.

Identifier:
(?i)[a-z\.]\w*
Symbol:
[\+\-\*\/\&\\\=\<\>\?\:\{\}]
Regards.
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

Yes: define . as Ident char, regex is ok..
Rigido
Posts: 20
Joined: 30.01.2015 10:00

Post by Rigido »

Hi All,
right now SynWrite answered to all of my needs as (very little) programmer and Unix system administrator but some colleagues started telling me why I don't use N++ for "this" and "that".
I was able to replicate some of "that" (auto-complete for text document with words from the current file) but "this" is very hard to find, and I'm talking about the chance to close the program without any dialog appearing, even if there are new and unsaved files.
I tried to set:
  • Sessions/Projects -> Save last session on exit
  • Sessions/Projects -> Open last session on startup
But as I tried to exit Synwrite told me there were unsaved files, so i added:
  • Auto-Save -> When -> Every 2 minutes
  • Auto-Save -> When -> On application losing focus
  • Auto-Save -> What -> All opened files
  • Auto-Save -> Unnamed files > Save with default name to folder
Now, the only difference, Is that when I open Synwrite again it doesn't show "unnamed" files as modified.
Is there a better way to obtain this?

PS: Sorry for my horrible English :oops:
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

>it doesn't show "unnamed" files as modified.
Yes, you cannot open file as modified.
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

To use code formattin, you must use plugin. Plugins exist for JS, CSS, C......, see AddonManager Install list, search "format"
HTML autoclosing tag possible: use option in "Autocomplete" option tab
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

>way to get a button for inserting a new list or for converting existing text into a list

Possible. Use plugin: in AddonManager search "HTML" word in list
and make toolbar button (dialog for toolbar)
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

HtmlTidy works: call Plugins/ Html Tidy/ Menu/ Reformat only
list or errors shown (Validatn panel), fix them, now call item again-- doc formatted
checkid
Posts: 14
Joined: 05.03.2013 15:09

Post by checkid »

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.
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

If Synwrite--minimap size is changed by user by moving splitter (right panel)
If CudaText--see default config, search for "minimap", options
Locked