What does this margin symbol in the SSMS text editor mean?












1















While editing text in SSMS I mistakenly pressed a random keyboard combination, which I think began with Ctrl-K, and found this diagonal arrow symbol appeared in the text margin where the breakpoints normally go:



Diagonal upper-right pointing arrow in square box, in breakpoint margin



Can anyone tell me what it means?



SQL Server 2016 13.0.15900










share|improve this question





























    1















    While editing text in SSMS I mistakenly pressed a random keyboard combination, which I think began with Ctrl-K, and found this diagonal arrow symbol appeared in the text margin where the breakpoints normally go:



    Diagonal upper-right pointing arrow in square box, in breakpoint margin



    Can anyone tell me what it means?



    SQL Server 2016 13.0.15900










    share|improve this question



























      1












      1








      1








      While editing text in SSMS I mistakenly pressed a random keyboard combination, which I think began with Ctrl-K, and found this diagonal arrow symbol appeared in the text margin where the breakpoints normally go:



      Diagonal upper-right pointing arrow in square box, in breakpoint margin



      Can anyone tell me what it means?



      SQL Server 2016 13.0.15900










      share|improve this question
















      While editing text in SSMS I mistakenly pressed a random keyboard combination, which I think began with Ctrl-K, and found this diagonal arrow symbol appeared in the text margin where the breakpoints normally go:



      Diagonal upper-right pointing arrow in square box, in breakpoint margin



      Can anyone tell me what it means?



      SQL Server 2016 13.0.15900







      ssms






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 7 mins ago









      Paul White

      50.8k14277447




      50.8k14277447










      asked Sep 18 '18 at 10:50









      Daniel HumeDaniel Hume

      1165




      1165






















          2 Answers
          2






          active

          oldest

          votes


















          1














          I found the answer on Stack Overflow, as soon as I remembered that SSMS is a 'special flavour' of the Visual Studio Shell.



          In short, it's a Task List item, which is toggled on/off with Ctrl-K, Ctrl-H. Items can be displayed with the menu View/Task List.






          share|improve this answer































            -1














            As per mssqltips documentation by @Arshad Ali SQL Server Management Studio keyboard shortcuts Hit CTRL+K followed by CTRL+K again to toggle the bookmark on the line.



            You can press CTRL+K followed by CTRL+N to move to the next bookmarked line from the current cursor location likewise to move back to the last bookmarked line you can hit CTRL+K followed CTRL+P from the current cursor location.



            To clear all bookmarks from the current window you can hit CTRL+K followed by CTRL+L.



            For further your ref here , here and here






            share|improve this answer
























            • Thanks for your help, but it's not a bookmark, those have a different icon.

              – Daniel Hume
              Sep 18 '18 at 11:46











            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "182"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f217897%2fwhat-does-this-margin-symbol-in-the-ssms-text-editor-mean%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            I found the answer on Stack Overflow, as soon as I remembered that SSMS is a 'special flavour' of the Visual Studio Shell.



            In short, it's a Task List item, which is toggled on/off with Ctrl-K, Ctrl-H. Items can be displayed with the menu View/Task List.






            share|improve this answer




























              1














              I found the answer on Stack Overflow, as soon as I remembered that SSMS is a 'special flavour' of the Visual Studio Shell.



              In short, it's a Task List item, which is toggled on/off with Ctrl-K, Ctrl-H. Items can be displayed with the menu View/Task List.






              share|improve this answer


























                1












                1








                1







                I found the answer on Stack Overflow, as soon as I remembered that SSMS is a 'special flavour' of the Visual Studio Shell.



                In short, it's a Task List item, which is toggled on/off with Ctrl-K, Ctrl-H. Items can be displayed with the menu View/Task List.






                share|improve this answer













                I found the answer on Stack Overflow, as soon as I remembered that SSMS is a 'special flavour' of the Visual Studio Shell.



                In short, it's a Task List item, which is toggled on/off with Ctrl-K, Ctrl-H. Items can be displayed with the menu View/Task List.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Sep 18 '18 at 11:43









                Daniel HumeDaniel Hume

                1165




                1165

























                    -1














                    As per mssqltips documentation by @Arshad Ali SQL Server Management Studio keyboard shortcuts Hit CTRL+K followed by CTRL+K again to toggle the bookmark on the line.



                    You can press CTRL+K followed by CTRL+N to move to the next bookmarked line from the current cursor location likewise to move back to the last bookmarked line you can hit CTRL+K followed CTRL+P from the current cursor location.



                    To clear all bookmarks from the current window you can hit CTRL+K followed by CTRL+L.



                    For further your ref here , here and here






                    share|improve this answer
























                    • Thanks for your help, but it's not a bookmark, those have a different icon.

                      – Daniel Hume
                      Sep 18 '18 at 11:46
















                    -1














                    As per mssqltips documentation by @Arshad Ali SQL Server Management Studio keyboard shortcuts Hit CTRL+K followed by CTRL+K again to toggle the bookmark on the line.



                    You can press CTRL+K followed by CTRL+N to move to the next bookmarked line from the current cursor location likewise to move back to the last bookmarked line you can hit CTRL+K followed CTRL+P from the current cursor location.



                    To clear all bookmarks from the current window you can hit CTRL+K followed by CTRL+L.



                    For further your ref here , here and here






                    share|improve this answer
























                    • Thanks for your help, but it's not a bookmark, those have a different icon.

                      – Daniel Hume
                      Sep 18 '18 at 11:46














                    -1












                    -1








                    -1







                    As per mssqltips documentation by @Arshad Ali SQL Server Management Studio keyboard shortcuts Hit CTRL+K followed by CTRL+K again to toggle the bookmark on the line.



                    You can press CTRL+K followed by CTRL+N to move to the next bookmarked line from the current cursor location likewise to move back to the last bookmarked line you can hit CTRL+K followed CTRL+P from the current cursor location.



                    To clear all bookmarks from the current window you can hit CTRL+K followed by CTRL+L.



                    For further your ref here , here and here






                    share|improve this answer













                    As per mssqltips documentation by @Arshad Ali SQL Server Management Studio keyboard shortcuts Hit CTRL+K followed by CTRL+K again to toggle the bookmark on the line.



                    You can press CTRL+K followed by CTRL+N to move to the next bookmarked line from the current cursor location likewise to move back to the last bookmarked line you can hit CTRL+K followed CTRL+P from the current cursor location.



                    To clear all bookmarks from the current window you can hit CTRL+K followed by CTRL+L.



                    For further your ref here , here and here







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Sep 18 '18 at 11:45









                    Md Haidar Ali KhanMd Haidar Ali Khan

                    3,63462342




                    3,63462342













                    • Thanks for your help, but it's not a bookmark, those have a different icon.

                      – Daniel Hume
                      Sep 18 '18 at 11:46



















                    • Thanks for your help, but it's not a bookmark, those have a different icon.

                      – Daniel Hume
                      Sep 18 '18 at 11:46

















                    Thanks for your help, but it's not a bookmark, those have a different icon.

                    – Daniel Hume
                    Sep 18 '18 at 11:46





                    Thanks for your help, but it's not a bookmark, those have a different icon.

                    – Daniel Hume
                    Sep 18 '18 at 11:46


















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Database Administrators Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f217897%2fwhat-does-this-margin-symbol-in-the-ssms-text-editor-mean%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Liste der Baudenkmale in Friedland (Mecklenburg)

                    Single-Malt-Whisky

                    Czorneboh