Recent Posts

Pages: 1 ... 4 5 [6] 7 8 ... 10
51
SlickEdit 2023 v28 Beta Discussion / Re: View->New Line Chars
« Last post by Dennis on September 14, 2023, 11:18:18 pm »
Keep an eye on the file encoding.  Maybe it is a difference between your Unicode and non-Unicode editor font.
52
SlickEdit 2023 v28 Beta Discussion / Re: View->New Line Chars
« Last post by joecar on September 14, 2023, 10:52:33 pm »
Appears to be happening in a few C files only, the other C files are ok.

I'm trying to create a chopped down version of the file where it's happening to post here.
53
SlickEdit® / Re: How does SE determine the document type for XML files?
« Last post by patrick on September 14, 2023, 07:51:08 pm »
Yes, that gets saved with your configuration, so you should only need to do it once.

I'll take a look at improving that detection later this afternoon.  The top level project tag is one of the things the detection code is looking at.  For this specific case, I think we should rule out Ant just because of the supplied DOCTYPE. 
54
SlickEdit® / Re: How does SE determine the document type for XML files?
« Last post by rjpontefract on September 14, 2023, 07:34:00 pm »
Thanks for the replies. 

If I use set-var-def-antmake-identify 0, is that remembered across restarts of SE?

Here's a small example that is identified as an ant file.  Is it the top level <project> tag that is being used to identify the file?

Code: [Select]
<!DOCTYPE ProjectAttributes SYSTEM "XML/platforms.dtd">
<project>

  <projectattributes name="TestAttributes">
  </projectattributes>

</project>
55
SlickEdit® / Re: How does SE determine the document type for XML files?
« Last post by Clark on September 14, 2023, 04:42:36 pm »
Please post a small sample file which reproduces this problem.
56
SlickEdit 2023 v28 Beta Discussion / Re: Invalid undo on vertical selection
« Last post by Clark on September 14, 2023, 03:02:32 pm »
This is fixed in beta 3. Thanks for posting.
57
SlickEdit 2023 v28 Beta Discussion / Re: Slick-C Error inPython when typing "printf("
« Last post by Dennis on September 14, 2023, 01:28:38 pm »
Never mind, that was easier to reproduce than I expected.
58
SlickEdit 2023 v28 Beta Discussion / Re: Slick-C Error inPython when typing "printf("
« Last post by Dennis on September 14, 2023, 12:43:36 pm »
I will look into this.  Could you send the the most recent part of <slickedit-config-dir>/logs/stack.log ?
59
SlickEdit® / Re: How does SE determine the document type for XML files?
« Last post by patrick on September 14, 2023, 11:25:08 am »
There is some code that looks at the beginning of the file and tries to decide if it's Ant or not.  You can disable that by going to the SlickEdit command line, and setting a variable to turn it off: set-var def-antmake-identify 0

It looks like it's looking for a certain structure of project node to decide whether it's an ant file.  Are the files it's mis-identifying for you something with a public DTD?  I'd like to see if it was something we could rule out.
60
SlickEdit 2023 v28 Beta Discussion / Re: wrong tag matching in PHP (HTML mode)
« Last post by jcelle on September 14, 2023, 11:06:25 am »
well while attempting to send this file I reopened it in v28 beta 2 and now the matching is OK...
I'll need to check if and how this reoccurs.
Pages: 1 ... 4 5 [6] 7 8 ... 10