Recent Posts

Pages: 1 ... 8 9 [10]
91
SlickEdit® / Re: Beautifier Profile Overrides - how do they work?
« Last post by ebbe on September 12, 2023, 07:56:08 am »
Thank you - that helped.

A link to the help entry from the dialog where you add these overrides would be very welcome.
92
SlickEdit 2023 v28 Beta Discussion / Re: Slickedit doesn't paste from clipboard
« Last post by astromme on September 11, 2023, 08:46:49 pm »
Awesome - glad we got there.  If there's a better way for me to approach these, let me know.

Will look to try this when Beta 3 is available.
93
SlickEdit® / Re: Beautifier Profile Overrides - how do they work?
« Last post by patrick on September 11, 2023, 06:05:13 pm »
Go to Tools -> Options -> Editing -> General and make sure the "Apply .editorconfig, .seeditorconfig.xml settings" is "on".

The dialog that creates the .seeditorconfig overrides should probably at least give a link to this setting, or offer to turn it on if it's off when you're creating a new override.
94
SlickEdit® / Beautifier Profile Overrides - how do they work?
« Last post by ebbe on September 11, 2023, 01:40:27 pm »
I'm asking because I have created a couple of these and I don't see any effects of them in SE. I have tried the following locations:
  • In a directory found by going up the directory tree
  • In the directory where the .vpj files are found
  • In the directory where the project source code is found
None of these placements have any effect; whenever I write something or press the Beautify button, SE uses the profile set in the Options for the language, not the one provided in the .seeditorconfig.xml file.
95
SlickEdit 2023 v28 Beta Discussion / Re: Laggy keyboard with braces on NFS
« Last post by Dennis on September 11, 2023, 11:54:33 am »
If you look at the status bar icons, did it show background tagging activity?  My guess is the occasional lags were on account of the workspace tag file still being initially rebuilt (and that was slowed down by the NFS condition).

If not background tagging activity, is there any chance you can share a sample source file with us to reproduce this.  You can use the obfuscate-current-file command to obfuscate the code without changing it's basic structure.
96
SlickEdit® / Re: Messages when debugging Python
« Last post by ebbe on September 11, 2023, 10:02:04 am »
Thank you
97
SlickEdit 2023 v28 Beta Discussion / Re: Build window incorrectly tags output as a file
« Last post by Clark on September 11, 2023, 01:05:59 am »
Fixed in beta 3. Thanks for posting
98
SlickEdit 2023 v28 Beta Discussion / Laggy keyboard with braces on NFS
« Last post by lprent on September 10, 2023, 10:01:49 pm »
I put the Linux beta 2023/2 amd64 on my work laptop (ubuntu 22.04) on friday. Worked fine with the local directory on a c++/17 project - as in I didn't notice the change from SE 27.0.2.0.

Got home on Monday, did the same update on my linux workstation (ubuntu 23.04) connected to same laptop directory via NFS on a local unmanaged desktop switch. The keyboard started lagging crazily while editing code with keystrokes coming out in the wrong order or not appearing at all.

Same project, same settings, the only obvious difference being that NFS connection. Reverting to SE 27.0.2.0 fixed the problem, so it is unlikely to be the hardware.

Seemed to be worst in the template braces and while doing function parameters. But I was also getting it in structured statements like for loops.
99
SlickEdit 2023 v28 Beta Discussion / Build window incorrectly tags output as a file
« Last post by rozum on September 10, 2023, 08:23:12 pm »
I have configure Slickedit's "Build System" to:
  (*) Build without a makefile (dependencies automatically checked)

and the Tools Build to invoke: "msbuild test.vcxproj"

Unfortunately, SlickEdit incorrectly tags the string "Build started 9/10/2023 1:55:10 PM" as a file (line 6 below).  This bad tag causes an annoying "Find File" dialog box to appear when "Shift-Ctrl-DownArrow" is performed.

Note: Lines 25 and 26 are correctly marked and work as expected.

Code: [Select]
Build Dialog Box Output
 1: C:\Repositories\...\test>"C:\Program Files\SlickEdit Pro 28.0.0 Beta2\win\vsbuild" -hidevep -signal 1vsbuild_done -commandfile "C:\Users\...\AppData\Local\Temp\slk.429240.20230910195509208.-190.cmf"
 2:   
 3: VSLICKERRORPATH="C:\Repositories\...\test"
 4: msbuild test.vcxproj
 5: MSBuild version 17.6.3+07e294721 for .NET Framework
 6: Build started 9/10/2023 1:55:10 PM.
 7:
 8: Project "C:\Repositories\...\test.vcxproj" on node 1 (default targets).
 9: Project "C:\Repositories\...\test.vcxproj" (1) is building "C:\Repositories\...\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
10: InitializeBuildStatus:
11:   Creating "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
12: CustomBuild:
13:   All outputs are up-to-date.
14: FinalizeBuildStatus:
15:   Deleting file "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
16:   Touching "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
17: Done Building Project "C:\Repositories\...\ZERO_CHECK.vcxproj" (default targets).
18: InitializeBuildStatus:
19:   Touching "test.dir\Debug\test.tlog\unsuccessfulbuild".
20: CustomBuild:
21:   All outputs are up-to-date.
22: ClCompile:
23:   C:\msvsn2022\VC\Tools\MSVC\14.36.32532\bin\HostX64\x64\CL.exe /c /I"C:\Repositories\...\common" /I"C:\Repositories\...\common\windows" /I"C:\Local\boost-1_80" /Zi /nologo /W4 /WX /diagnostics:column /sdl /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /Gm- /EHsc /RTC1 /MDd /GS /guard:cf /fp:precise /Qspectre /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++20 /Fo"test.dir\Debug\\" /Fd"test.dir\Debug\vc143.pdb" /external:W4 /Gd /TP /errorReport:queue  /Zc:__cplusplus /ZH:SHA_256 "C:\Repositories\...\test.cpp"
24:   SubCmdFlash.cpp
25: C:\Repositories\...\test\test.cpp(262,2): error C2220: the following warning is treated as an error [C:\Repositories\...\test.vcxproj]
26: C:\Repositories\...\test\test.cpp(262,2): warning C4094: untagged 'struct' declared no symbols [C:\Repositories\...\test.vcxproj]

100
SlickEdit 2023 v28 Beta Discussion / Re: Alias question
« Last post by Clark on September 09, 2023, 12:54:08 pm »
I am not able to reproduce this. Although, I'm using Windows 10 and don't have access to Windows 11

On Windows, SlickEdit is using the GetTimeFormatW() function.

code looks like this:

Code: [Select]
    SYSTEMTIME  sysTime;
    sysTime.wYear = m_year;
    sysTime.wMonth = m_month;
    sysTime.wDay = m_day;
    sysTime.wHour = m_hours;
    sysTime.wMinute = m_minutes;
    sysTime.wDayOfWeek = m_dayOfWeek;
    sysTime.wSecond = m_seconds;
    sysTime.wMilliseconds = m_microseconds / 1000;
    wchar_t dateStr[100];
    int len = GetTimeFormatW(LOCALE_USER_DEFAULT, 0, &sysTime, 0, dateStr, sizeof(dateStr) / sizeof(wchar_t));
    if (len && dateStr[len - 1] == 0) --len;
    result.assign(dateStr, len);
    return (result);

I suspect if you run the above code, you will get your results with the extra spaces.
Pages: 1 ... 8 9 [10]