• Login
Community
  • Login

Function List tab stops

Scheduled Pinned Locked Moved General Discussion
5 Posts 2 Posters 432 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M
    Michael Vincent
    last edited by Aug 25, 2020, 6:36 PM

    I’m using a development version of 7.8.9 because I like some of the features:

    • better indent / dedent , something we talked about and solved here with scripts
    • keyboard shortcuts for switching to panels

    The latter I have working for Function List so when I’m in a document, I press my defined shortcut mapper key chord and BAM I’m in the Function List window! It’s great, but I’ve noticed that navigating in the Function List window doesn’t “respect” the Tab key.

    For example, I can scroll up and down and press enter and then the document shifts to that function and the cursor is placed in the Scintilla edit window - great. But when in the Function List if I want to filter by name, I have a text box to do so, but pressing Tab from the Function List list view doesn’t move the cursor to the search window:

    05102764-d467-4baa-92e8-55007d0e0f80-image.png

    I tried on the official 7.8.9 and same functionality as well as older versions - not sure this ever “worked”. I think the change needs to happen here . I normally put this in an RC file and just add Tab stops but this search edit control is in a menu so not sure how to C++ code this. Anyone know how heavy a lift this is?

    I submitted a feature request , but seems to have not gotten any traction.

    Cheers

    E 1 Reply Last reply Aug 25, 2020, 8:42 PM Reply Quote 1
    • E
      Ekopalypse @Michael Vincent
      last edited by Ekopalypse Aug 25, 2020, 8:43 PM Aug 25, 2020, 8:42 PM

      @Michael-Vincent

      What about adding a WS_TABSTOP here ?

      Sorry, I can’t test at the moment, because I’ve updated my community
      edition and now I get, as usual after an update, a bunch of errors telling
      me that nothing is defined anymore.

      M 2 Replies Last reply Aug 25, 2020, 9:03 PM Reply Quote 1
      • M
        Michael Vincent @Ekopalypse
        last edited by Aug 25, 2020, 9:03 PM

        @Ekopalypse

        I wonder if it’s that easy … is so it’d be brilliant! I can’t test either as I’ve never been able to get dependencies to align and compiler tags right to compile N++ for myself. If that works for sure, I wonder if a pull request would have better chance making it in than my feature request.

        Cheers.

        E 1 Reply Last reply Aug 25, 2020, 9:06 PM Reply Quote 1
        • E
          Ekopalypse @Michael Vincent
          last edited by Ekopalypse Aug 25, 2020, 9:08 PM Aug 25, 2020, 9:06 PM

          @Michael-Vincent

          Afaik, PRs without Issues\FR are ignored and closed.

          1 Reply Last reply Reply Quote 1
          • M
            Michael Vincent @Ekopalypse
            last edited by Aug 25, 2020, 10:03 PM

            @Ekopalypse said in Function List tab stops:

            What about adding a WS_TABSTOP here?

            I was able to try that and get it to compile! Sadly, it did not work. Seems to be a bit more complicated.

            Cheers.

            1 Reply Last reply Reply Quote 2
            1 out of 5
            • First post
              1/5
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors