Menu

#143 Invalid row selection when trying to go to the sections in the plugin Go to

Closed
closed-fixed
None
5
2019-10-13
2019-09-29
No

If the module contains comments in Russian, then when trying to navigate to the sections unit, interface, interface uses clause, implementation, implementation uses clause, an incorrect string is allocated.
At the same time, the standard IDE dialog for navigating to sections from the Navigation Toolbar (Ctrl + Alt + N Ctrl + Alt + S) works quite correctly.
For example, in the attached example, the situation for Unit1 is as follows:
unit section: line 10 (GExperts Goto jumps to line 8)
interface section: line 14 (GExperts Goto jumps to line 12)
section interface uses: line 18 (GExperts Goto jumps to line 14)
implementation section: line 23 (GExperts Goto jumps to line 17)
the implementation uses section: 27 row (GExperts Goto jumps to line 22)
end section: 30 row (GExperts Goto jumps to line 22)

1 Attachments

Related

Bugs: #143

Discussion

  • Dinar Sharifullin

    I'm retested the GExperts Goto dialog in from the current sources
    (2019-10-13) and it works fine now!
    Thank you, Thomas

    вс, 13 окт. 2019 г. в 19:50, Thomas Mueller twm@users.sourceforge.net:

    Hm, the GExperts Goto dialog in from the current sources (2019-10-13)
    works fine for me with this file. May be I have fixed this already with an
    unrelated commit.
    Could you please retest?


    Status: open
    Group: New
    Created: Sun Sep 29, 2019 08:47 PM UTC by Dinar Sharifullin
    Last Updated: Sun Sep 29, 2019 08:47 PM UTC
    Owner: Thomas Mueller
    Attachments:

    If the module contains comments in Russian, then when trying to navigate
    to the sections unit, interface, interface uses clause, implementation,
    implementation uses clause, an incorrect string is allocated.
    At the same time, the standard IDE dialog for navigating to sections from
    the Navigation Toolbar
    http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Code_Editor#Navigation_Toolbar
    (Ctrl + Alt + N Ctrl + Alt + S) works quite correctly.
    For example, in the attached example, the situation for Unit1 is as
    follows:
    unit section: line 10 (GExperts Goto jumps to line 8)
    interface section: line 14 (GExperts Goto jumps to line 12)
    section interface uses: line 18 (GExperts Goto jumps to line 14)
    implementation section: line 23 (GExperts Goto jumps to line 17)
    the implementation uses section: 27 row (GExperts Goto jumps to line 22)
    end section: 30 row (GExperts Goto jumps to line 22)


    Sent from sourceforge.net because you indicated interest in
    https://sourceforge.net/p/gexperts/bugs/143/

    To unsubscribe from further messages, please visit
    https://sourceforge.net/auth/subscriptions/

     

    Related

    Bugs: #143

  • Thomas Mueller

    Thomas Mueller - 2019-10-13
    • status: open --> closed-fixed
    • Group: New --> Closed
     
  • Thomas Mueller

    Thomas Mueller - 2019-10-13

    fixed in revision #2790

     

Log in to post a comment.