- Posted by
- Found some problematic functions: ; function nonAnnon (param){} //should be non-Anonymous obj.blah = function (param){} //only shows "blah" as variable obj.blah = function testObj(param){} //not recognized func("b", function testFunc(param){}); //not recognized I'm using combined version for anonymo...Posted in Syntax Highlighting
-   Topics
-   Views
- V@no
Oct 17, 2020
- Awesome! And it seems to be working fine if Arrow functions (with par.) is combined with Anonymous section. /TGBegin "Named Functions" /TGFindStr = "(?-i)^[\t ]*(?:[!(]|[\w$]+\(|(?:(?:const|let|var)[\t ]+)?[\w$]+[\t ]*[:=][\t ]*(?:{[\w$]+[\t ]*:[\t ]*)?)?function[\t ]*([\w$]+)[\t ]*\([^\)]*?\)" /TGB...Posted in Syntax Highlighting
-   Topics
-   Views
- V@no
Jul 14, 2020
- Thank you very much! There is one issue though, it fails recognize functions inside an object on separate line. Here is more complete list of tests, including new arrow functions: !function(){}(); // test1 !function test2(){}(); // test2 (funct...Posted in Syntax Highlighting
-   Topics
-   Views
- V@no
Jul 12, 2020
- Hello! Testing JavaScript functions with this: !function(){}() // test1 !function test2(){}() // test2 (function(){})() // test3 (function test4(){})() // test4 test5 = function(){} ...Posted in Syntax Highlighting
-   Topics
-   Views
- V@no
Jul 11, 2020
- I have the same issue here. How does UltraEdit detect a file change?Posted in Configuration/INI Settings
-   Topics
-   Views
- V@no
May 17, 2020
- Hello. In JavaScript if you have something like this: /* 1st block of comment *//* 2nd block of comment */ It shows only the first block as a comment, second block shows as code. Adding a space between */ and /* makes both block display properly as comments. /* 1st block of comment */ /* 2nd block o...Posted in Syntax Highlighting
-   Topics
-   Views
- V@no
Apr 21, 2018
- Here is a video on YouTube showing it. P.S. I received an email from support team. They were able reproduce this, hopefully it will be fixed soon.Posted in UEStudio General Discussion
-   Topics
-   Views
- V@no
Dec 05, 2017
- That's cool, man, I appreciate your help, you go above and beyond helping on this forum.Posted in UEStudio General Discussion
-   Topics
-   Views
- V@no
Nov 28, 2017
- Fresh Windows 10 x64 install, fresh UEStudio v17.20.0.15 x64 (testing on virtual PC). Start UES. Enable Window -> Enable tiling. Close UES. Start UES. Start a new file and change syntax highlighting to JavaScript (can be any highlighting I think). Type word "test" hit enter and start typing word "te...Posted in UEStudio General Discussion
-   Topics
-   Views
- V@no
Nov 27, 2017
- Found what's causing this issue: Activate Windows -> Enable tiling After enabling this option and UES restart it stops showing QuickTips properly (and what a difference it makes when opening many files on startup...at least 10 times slower with that option!).Posted in UEStudio General Discussion
-   Topics
-   Views
- V@no
Nov 24, 2017
- My settings are exactly the same as in referenced topic, nothing changed on my end. However after UES updates (there were several updates after this topic started), the quick tips are no longer staying on screen. They literally show for a split a second and gone, see this video on YouTube . But UES ...Posted in UEStudio General Discussion
-   Topics
-   Views
- V@no
Nov 05, 2017
- I don't know what developers did to quick tips regarding to Quick tips are not showing (properly) in UTF-8 files on using UES v17.00 , but they surely didn't fix anything and actually really ruined it in last few updates. Now the quick tips show for a split a second and disappear. Pressing Enter/Tab...Posted in UEStudio General Discussion
-   Topics
-   Views
- V@no
Nov 04, 2017
- Why should UltraEdit become an HTML Tidy configuration file creation and editing tool? HTML Tidy comes with the editor, it's not external software user needs to install. Why shouldn't UE include the configuration for the features it comes with? I'm not talking about GUI, I'm talking about basic con...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- V@no
Sep 26, 2017
- Why can't the editor create it automatically?Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- V@no
Sep 08, 2017
- Hello. The latest javascript engine supports multiline string when enclosed in ` (back-tick) Strings in " and ' are still single line strings only. How do we go about adding such support to existing syntax highlighting file? Thank you.Posted in Syntax Highlighting
-   Topics
-   Views
- V@no
Sep 07, 2017