Recent Posts

Pages: 1 [2] 3 4 ... 10
11
SlickEdit® / Re: Entering Chinese commas in the .h file can cause software crashes
« Last post by Ciky_Yin on September 09, 2024, 07:09:15 AM »
The encoding format is Auto Unicode2 and cannot be changed for the time being.
12
SlickEdit® / Re: Entering Chinese commas in the .h file can cause software crashes
« Last post by Ciky_Yin on September 09, 2024, 06:49:28 AM »
It's not just the comma. Any Chinese character that is written at the top of the line will have problems. .c also has the same problem.
13
SlickEdit® / Entering Chinese commas in the .h file can cause software crashes
« Last post by Ciky_Yin on September 09, 2024, 06:33:55 AM »
Entering Chinese commas in the .h file can cause software crashes。As follows:
typedef struct TUpdateProgMessage_t
{
   WORD ProgFrameLen;
   WORD ProgOffset;
、、   BYTE ProgData[UPDATE_FRAME_LENTH];
   DWORD CRC32;

}TUpdateProgMessage;
How to solve the problem?
14
SlickEdit® / Re: Error parsing
« Last post by Clark on September 06, 2024, 07:00:45 PM »
Try clearing all contents in the Build window and running your tool that outputs error messages again.

Bring up the Build window context menu (right click) and select "Clear window"
15
SlickEdit® / Re: Excluding symbolic links
« Last post by joecar on September 06, 2024, 05:09:53 PM »
Another way to look at this is as follows:

when adding files to a project, a file should not be added if it is already added
( but this would be more work than checking if the file is really a symlink )
16
SlickEdit® / Error parsing
« Last post by astromme on September 06, 2024, 05:01:13 PM »
SlickEdit Pro 2023 (v28.0.1.0 64-bit Qt5)
OS: Linux
OS Version: Ubuntu 22.04.4 LTS
Kernel Level: 6.5.0-44-generic
Build Version: #44~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Jun 18 14:36:16 UTC 2
Processor Architecture: x86_64

I'm running PC-Lint through a defined Tool which generates errors in the Build window.  I added an expression matcher under Error regular expressions and Validated it against an example which captures the correct path/file and line number. 

I have a Workspace defined, and a number of Projects under that workspace with files added, sometimes with wildcard matchers.

Almost every time I double click on an error, I get prompted where to find the file.  Other times I get a dialog where I can select a file, but it doesn't show the right file in the list.  How do I fix this once and for all so it always looks in the same top level path?
17
General Programming / Re: licence
« Last post by Graeme on September 03, 2024, 07:19:21 AM »
18
General Programming / licence
« Last post by daniel gaudry on September 02, 2024, 12:20:15 PM »
Hi
How can i get a license
Regards
gaudry@mail.com
19
SlickEdit® / Re: Hotfix announcement posts have misleading dates
« Last post by Clark on August 29, 2024, 01:30:23 PM »
SlickEdit no longer updates this thread. It has been removed.

To determine if a new hot fix is available, check here:

https://www.slickedit.com/hotfixes

20
SlickEdit® / Hotfix announcement posts have misleading dates
« Last post by mwb1100 on August 29, 2024, 07:00:05 AM »
Why does the forum post for v28 hotfix 16 have a date from January when the hotfix was released in August?

  - https://community.slickedit.com/index.php/topic,6567.msg77410.html#msg77410
Pages: 1 [2] 3 4 ... 10