I have like portable app
https://notepad-plus-plus.org/downloads/
Found it I think, thanks, I’ll give it a go
Yep, that works great!
Notepad++ is awesome
I used it alot when I was making websites to help with html issues
One awesome little but powerful utility
Another thumbs up for NP++ here. Been using it for years but definately great for expression troubleshooting. Helps when you can see the whole thing in one too.
I’ve configured the basics of Facer tags, expressions, etc in my Notepad++ so that it highlights each differently, making it even easier to read a long complicated conditional:
The configuration is compiled into an XML file which one can import into their own Notepad++ and use. I tried to upload it here but unfortunately it won’t let me, so I put it on DropBox. It’s a small plain text file.
Download and save the file. In Notepad++ go to the LANGUAGE menu and select DEFINE YOUR LANGUAGE. From there, import the XML file and close the language window, then exit Notepad++ and restart it. Now you should see “Facer” towards the bottom of the LANGUAGE menu, you have to manually select “Facer” each time. Paste formulas and it should get highlighted per the screenshot.
Thank you so much, that is great!
Mmm, I guess I am doing something wrong. I think I have loaded it ok but the tags are not highlighted. Is there a setting or option somewhere I need to set?
YVW! Let me know if it works… before I resorted to DropBox I had pasted the XML file’s contents in my previous reply, but in the preview it got utterly clobbered.
Ah so you’re one step into it… move away from that line, a “selected” line is for some reason not fully highlighted, like line #2 below:
{ Edit:} sorry, I did not follow . I see now. All is working ok. Thanks
This is so cool! Thanks agian.
Yep, you’re perfectly right!!! I was not a champion in math
Now it works in each gear. Thanx a lot. Now remain only an issue in the formula for the zodiac rotation:
the “famous” Mellin one works but miss some days randomly:
(((#DM# + (clamp((#Dd# - 19),0,1))) / 12) * 360)
the second one I found does not miss days but doesn’t work on wear os…
($#DD#<=19||#DD#>=356?0:$$#DD#>=20&&#DD#<=48?30:$$#DD#>=49&&#DD#<=78?60:$$#DD#>=79&&#DD#<=109?90:$$#DD#>=110&&#DD#<=139?120:$$#DD#>=140&&#DD#<=171?150:$$#DD#>=172&&#DD#<=202?180:$$#DD#>=203&&#DD#<=234?210:$$#DD#>=235&&#DD#<=264?240:$$#DD#>=265&&#DD#<=295?270:$$#DD#>=296&&#DD#<=325?300:$$#DD#>=326&&#DD#<=355?330:$+210)
Any idea? Some bracket missed in this mess?
Anyway thank you very much to everybody for your kindness! really.
Thank you very much @kourosh ! With this thread I opened the Pandora’s box! Very interesting the idea of notepad. With the mac I use Visual Studio code.
Now it should works properly in wear os. Could you kindly confirm? Thanx
Yes I concur with @icrltd4 - the display on my Android phone is good and the face appears to be working correctly on our ancient Huawei Watch 1 ( Android Wear 2.35 ).
Excellent work. Thanks.
Thanks a lot! At last we did it!
Great! Thank you very much!!