Menu

gui MaxRecentProjects

lamoda
2023-06-25
2023-06-26
  • lamoda

    lamoda - 2023-06-25

    i see enum { MaxRecentProjects = 5 };
    but in gui while i open different projects i see always only 2 items
    why ?

     
  • lamoda

    lamoda - 2023-06-25

    iam open regedit.exe param "MRU Projects"
    and i see all my recent projects present in list
    but i cant see it in menu cppcheck-gui.exe
    only 2 items present

     
  • lamoda

    lamoda - 2023-06-25

    iam checked code under debugger
    void MainWindow::updateMRUMenuItems()
    all corrected
    i got all item counts
    and all items call insertAction
    but at File menu i still see only 2 items history
    may be need some change policy like below ?
    setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding)

     
  • lamoda

    lamoda - 2023-06-26

    so issue
    recent project history from File menu
    can be update only after restart cppckeckgui.exe

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.