Community
    • Login

    Function List change??

    Scheduled Pinned Locked Moved General Discussion
    function list
    13 Posts 5 Posters 2.6k 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.
    • PeterJonesP
      PeterJones
      last edited by PeterJones

      Sorry, I wasn’t able to fully understand what you were getting at. Since you didn’t provide any sample “data” (ie, a short assembly program with labels that will show this behavior), it’s hard for someone else to replicate. To embed the sample file, see below.

      When you say “used to be” – which NPP version did you used to use; which NPP version are you now using? “Latest version” can be ambiguous, because auto-update waits some time between release and update: are you now using 7.5.7 or 7.5.8? Is it 32bit or 64bit? (You can use the Notepad++ Menu = ? > Debug Info > Copy debug information to clipboard and paste it in your reply for your current version.)

      Rendering in the forum

      Open your in NPP, select all and TAB (to indent by one tab or at least 4 spaces), and paste in the forum, leaving a blank line before and after your quoted material… It will render

      \=====
      
          blahdy blah
          blahdy blah
      
      \=====
      

      as
      =====

      blahdy blah
      blahdy blah
      

      =====

      For more details, see the COMOPSE ? link in the editing window, or How to Markdown Code on this Forum, which provides lots of examples.

      1 Reply Last reply Reply Quote 0
      • Scott SumnerS
        Scott Sumner
        last edited by Scott Sumner

        I fully understand what “Steph Ru” is saying, and I concur with the change in behavior s/he noticed, at least between my day-to-day version of N++ (7.2.2) and version 7.5.8.

        @PeterJones , use the Function List in any language where Notepad++ populates it. Click on an entry in the function list. Note that Notepad++ highlights that entry. Now click it again. Note that while earlier Notepad++ would change the entry to something “editable” (well, you really can’t CHANGE it) so that the data could be copied (with ctrl+c, or right-click Copy), it no longer does this.

        The fact the that OP uses assembly language…and your points about sample data and markdown in the forum…are irrelevant in this case.

        1 Reply Last reply Reply Quote 1
        • PeterJonesP
          PeterJones
          last edited by

          Sorry, you’re right. I misunderstood the OP.

          1 Reply Last reply Reply Quote 1
          • PeterJonesP
            PeterJones
            last edited by

            Even when posting that, I hadn’t fully understood you, but I re-read again, and was finally able to replicate it in a fresh 7.2.2-32b.

            When I clicked, paused, and clicked, I could get an “edit box” in the function list. If I went too fast, it just behaved like a double-click and highlighted the function in the editor panel.

            So then I walked through the other versions I’d tried (but wrongly): 7.4.2-32b works, 7.5.0-32b works, 7.5.4-64b works, 7.5.5-32b works, 7.5.6-32b does not work.

            So, it looks like it was a code change in 7.5.6 which changed that behavior. (That is, assuming I’ve understood it correctly.)

            When my brief experiment in 7.5.6 after reading the OP didn’t seem to do anything weird compared to my expectation (and misunderstanding of the OP), I had assumed the problem it was unique to Function List for Assembly. Sorry. I have now confirmed it.

            Scott SumnerS 1 Reply Last reply Reply Quote 1
            • Scott SumnerS
              Scott Sumner @PeterJones
              last edited by

              @PeterJones

              Perhaps if you had been really familiar with the “gold standard” version, aka 7.2.2, you would have been on board right from the start! :-D

              1 Reply Last reply Reply Quote 2
              • Steph RuS
                Steph Ru
                last edited by

                No responses and then, a whole bunch :)

                Thx for getting back to me and apologies if my original posting wasn’t clear enuf (sometimes we make assumptions within or own “world” and the concepts don’t come out quite as clearly as our minds think they do :(

                @Scott Sumner

                Thx for helping to clarify. And, I am a he (on that I am very clear ;)

                Yes, it is about the functionality of Function List. Peter explained it much nicer than I did. I do use N++ for more than assembly language coding, but it’s pretty much only in assembly language where I use Function List the way I do (highlight/copy/paste).

                I should have mentioned I am on 7.58 and that’s where I first noticed the change. However, I don’t remember the last version in which I actually tried the highlight/copy/paste in Function List (there were a couple of version updates that happened more rapidly than “usual”).

                So, the question is…was this an unplanned/unexpected change in the code, or is this now the way it will be?

                Thx again. Truly appreciate the program and the support.

                Cheers…

                Steph RuS 1 Reply Last reply Reply Quote 1
                • PeterJonesP
                  PeterJones
                  last edited by PeterJones

                  It’s probably “the way it will be” (whether intentional or not), unless a bug report is filed, and the developer’s decide it’s worth changing/reverting/fixing.

                  To file a bug report, follow the links in this FAQ.

                  update: If you do file the Bug Report / Issue, it would probably be good to link to this thread, and point out that it worked as you desired up through 7.5.5 (per my experiments), but failed in 7.5.6 and 7.5.8.

                  update2: oh, and once you file the issue, paste a link of the issue here.

                  Steph RuS 1 Reply Last reply Reply Quote 1
                  • Steph RuS
                    Steph Ru @PeterJones
                    last edited by

                    Thx Peter. bug report filed. Here is the link:

                    https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4811

                    @PeterJones said:

                    It’s probably “the way it will be” (whether intentional or not), unless a bug report is filed, and the developer’s decide it’s worth changing/reverting/fixing.

                    To file a bug report, follow the links in this FAQ.

                    update: If you do file the Bug Report / Issue, it would probably be good to link to this thread, and point out that it worked as you desired up through 7.5.5 (per my experiments), but failed in 7.5.6 and 7.5.8.

                    update2: oh, and once you file the issue, paste a link of the issue here.

                    1 Reply Last reply Reply Quote 1
                    • imdjsI
                      imdjs
                      last edited by

                      I made a functionList.xml file that only show the function name function_List.png
                      https://github.com/imdjs/functionList

                      1 Reply Last reply Reply Quote 0
                      • Steph RuS
                        Steph Ru @Steph Ru
                        last edited by

                        Quick apology…when I said “Peter explained…” I meant it was Scott…but I expect you’ve figured that out :)

                        @Steph-Ru said:

                        No responses and then, a whole bunch :)

                        Thx for getting back to me and apologies if my original posting wasn’t clear enuf (sometimes we make assumptions within or own “world” and the concepts don’t come out quite as clearly as our minds think they do :(

                        @Scott Sumner

                        Thx for helping to clarify. And, I am a he (on that I am very clear ;)

                        Yes, it is about the functionality of Function List. Peter explained it much nicer than I did. I do use N++ for more than assembly language coding, but it’s pretty much only in assembly language where I use Function List the way I do (highlight/copy/paste).

                        I should have mentioned I am on 7.58 and that’s where I first noticed the change. However, I don’t remember the last version in which I actually tried the highlight/copy/paste in Function List (there were a couple of version updates that happened more rapidly than “usual”).

                        So, the question is…was this an unplanned/unexpected change in the code, or is this now the way it will be?

                        Thx again. Truly appreciate the program and the support.

                        Cheers…

                        1 Reply Last reply Reply Quote 2
                        • john martinJ
                          john martin Banned
                          last edited by

                          Thank you so much for sharing such a superb information’s with us. Your website is very cool. we are impressed by the details that you have on your site.we Bookmarked this website. keep it up and again thanks
                          Regards- office setup

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