Author Topic: bunch of small bugs in latest slickedit build  (Read 1271 times)

vladie

  • Community Member
  • Posts: 24
  • Hero Points: 0
bunch of small bugs in latest slickedit build
« on: April 24, 2021, 10:24:45 AM »
fresh install on mac os big sur

1) after first start slickedit shows first start dialog, where i can select tab/spaces, tab size and braces style (same line/next line). selection in this dialog doesn't affect c/c++ settings - you need to change them manually later.
2) setting syntax indent/indent with tabs/and tab size in options -> all languages -> formatting affects c++ settings only partially
3) i have source file on disk. i'm opening it in slickedit, editing, saving modified code. after this i restoring file's previous state by doing undo multiple times. when edited code in editor window returns to previous state (in which we opened file before) - slickedit marks tab as unchanged (removes 'modified' mark from tab), but on disk file have edited state, which we saved previously after editing.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6875
  • Hero Points: 530
Re: bunch of small bugs in latest slickedit build
« Reply #1 on: April 24, 2021, 04:55:48 PM »
1) Reproduced. Works in v24 but not v25
2) Reproduced. Works in v24 but not v25
3) Not able to reproduce this. Maybe you can provide more precise steps to help us reproduce this. This might be dependent on some configuration option. Try a default config “vs -sc <temp-config-directory>“

Thanks for posting
« Last Edit: April 25, 2021, 12:07:04 AM by Clark »

vladie

  • Community Member
  • Posts: 24
  • Hero Points: 0
Re: bunch of small bugs in latest slickedit build
« Reply #2 on: April 25, 2021, 02:15:40 PM »
1) and 2) reproducable in 25.0.1.0
3) i think slickedit determines state of buffer (modified or not) based on some control points, so if i modify buffer and press ctrl-z to undo my modifications, slickedit will think that buffer not modified (even if i've saved modifications previously).

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6875
  • Hero Points: 530
Re: bunch of small bugs in latest slickedit build
« Reply #3 on: April 27, 2021, 12:04:54 AM »
1) and 2) will be fixed in v25.0.2 (expected some time in May).
3) Can't reproduce this.

vladie

  • Community Member
  • Posts: 24
  • Hero Points: 0
Re: bunch of small bugs in latest slickedit build
« Reply #4 on: April 27, 2021, 06:59:09 AM »
hmmm... currently i'm can't reproduce 3) too :) will update this post later with exact steps