Author Topic: list-tags is busted  (Read 2252 times)

TKasparek

  • Senior Community Member
  • Posts: 246
  • Hero Points: 29
list-tags is busted
« on: September 28, 2018, 04:40:49 PM »
If you do a list tags the results list only shows the class and none of the functions.
c++

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6862
  • Hero Points: 528
Re: list-tags is busted
« Reply #1 on: September 28, 2018, 08:19:34 PM »
Works for me but the "Name" column needs to be wider. That needs to be fixed since after you adjust it comes up too small the next time.

Code: [Select]
class myclass {
    void foo() {
    }
    void foo2() {
    }
};

void myclass::foo() {
}
void globalfun() {
}

TKasparek

  • Senior Community Member
  • Posts: 246
  • Hero Points: 29
Re: list-tags is busted
« Reply #2 on: October 01, 2018, 07:52:28 PM »
This definitely doesn't work for me. See attached. Let me know what I can get you to fix this.
Code: [Select]
SlickEdit Pro 2018 (v23.0.0.6 64-bit)

Serial number: FE35867_BETA
License type: Beta License
License expiration: 2018-10-09 19:00:00
License file: C:\ProgramData\slickedit\23\slickedit.lic

Build Date: September 28, 2018
Emulation: CUA

OS: Windows 10 x64
OS Version: 10.00.0 
Memory: 28% Load, 9308MB/32444MB Physical, 13045MB/37308MB Page File, 5143MB/134217727MB Virtual
Shell Information: C:\Windows\system32\cmd.exe /q
Screen Size: 1920 x 1040, 1080 x 1920, 1080 x 1920

Project Type: Gnuc
Language: .cpp (C/C++)
Encoding: Automatic

Installation Directory: C:\Program Files\SlickEdit Pro 23.0.0 Beta5\ (non-removable drive,NTFS,409591MB free)
Configuration Directory: C:\Users\thomas.kasparek\Documents\My SlickEdit Config\23.0.0\ (non-removable drive,NTFS,409591MB free)
Migrated from: C:\Users\thomas.kasparek\Documents\My SlickEdit Config\22.0.2\
Spill File: C:\Users\thomas.kasparek\AppData\Local\Temp\$slk.7276 (non-removable drive,NTFS,409591MB free)

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6862
  • Hero Points: 528
Re: list-tags is busted
« Reply #3 on: October 01, 2018, 08:02:24 PM »
The problem is the width of the name column. Easy to reproduce. We will look into this.

TKasparek

  • Senior Community Member
  • Posts: 246
  • Hero Points: 29
Re: list-tags is busted
« Reply #4 on: October 01, 2018, 08:27:32 PM »
lol. I'm with you now. It looked so similar to v22 given the name column width I assumed the class column was where the full name readout was. I'm so used to the dialog I never read or really notice the headings. Widening it shows for me.
Thanks.

Dennis

  • Senior Community Member
  • Posts: 3960
  • Hero Points: 517
Re: list-tags is busted
« Reply #5 on: October 01, 2018, 11:02:45 PM »
Changes you make to the column widths are only saved if you hit OK or Enter to navigate to a tag.  If you cancel the form, it doesn't save the column widths.

The problem with initial column sizing will be fixed in the next beta drop.