<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DQL language in notepad++ ? in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/DQL-language-in-notepad/m-p/231994#M430</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Yes, it's not forgotten : The integrated DQL editor has autocompletion but not all features from a text editor.&lt;BR /&gt;&lt;BR /&gt;Also auto-completion unfortunately concerns only the syntax of the language and not entities or objects, so basically if we could use autocompletion in an external text editor, we could have benefits of auto-completion and benefits of text editor !&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Fri, 15 Dec 2023 08:25:17 GMT</pubDate>
    <dc:creator>Christophe_N</dc:creator>
    <dc:date>2023-12-15T08:25:17Z</dc:date>
    <item>
      <title>DQL language in notepad++ ?</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-language-in-notepad/m-p/231928#M426</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Maybe you are Notepad++ enjoyer like me, and you are addict to it , so you use it basically for copy-pasting everything as to edit it easily ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I was wondering if someone already created the language file for DQL so we could have the DQL language integrated in Notepad++?&amp;nbsp;&lt;BR /&gt;&lt;A href="https://github.com/notepad-plus-plus/userDefinedLanguages/tree/master" target="_blank" rel="noopener"&gt;https://github.com/notepad-plus-plus/userDefinedLanguages/tree/master&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards,&lt;/P&gt;&lt;P&gt;christophe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 16:30:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-language-in-notepad/m-p/231928#M426</guid>
      <dc:creator>Christophe_N</dc:creator>
      <dc:date>2023-12-14T16:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: DQL language in notepad++ ?</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-language-in-notepad/m-p/231984#M429</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Keep in mind integrate DQL editor have autocompletion, it means, it is more than syntax highlighting.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 07:46:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-language-in-notepad/m-p/231984#M429</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2023-12-15T07:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: DQL language in notepad++ ?</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-language-in-notepad/m-p/231994#M430</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Yes, it's not forgotten : The integrated DQL editor has autocompletion but not all features from a text editor.&lt;BR /&gt;&lt;BR /&gt;Also auto-completion unfortunately concerns only the syntax of the language and not entities or objects, so basically if we could use autocompletion in an external text editor, we could have benefits of auto-completion and benefits of text editor !&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 08:25:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-language-in-notepad/m-p/231994#M430</guid>
      <dc:creator>Christophe_N</dc:creator>
      <dc:date>2023-12-15T08:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: DQL language in notepad++ ?</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-language-in-notepad/m-p/232154#M431</link>
      <description>&lt;P&gt;Hello Christophe!&lt;BR /&gt;I have a basic draft that I can share, you can extend the list of functions to whichever you use, but it will still be just a syntax highlight, abilities of Notepad++ user lang are still pretty limited.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;NotepadPlus&amp;gt;
    &amp;lt;UserLang name="DQL_TEST" ext="dql" udlVersion="2.1"&amp;gt;
        &amp;lt;Settings&amp;gt;
            &amp;lt;Global caseIgnored="yes" allowFoldOfComments="yes" foldCompact="no" forcePureLC="0" decimalSeparator="0" /&amp;gt;
            &amp;lt;Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="yes" Keywords6="yes" Keywords7="no" Keywords8="no" /&amp;gt;
        &amp;lt;/Settings&amp;gt;
        &amp;lt;KeywordLists&amp;gt;
            &amp;lt;Keywords name="Comments"&amp;gt;00// 01 02 03 04&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Numbers, prefix1"&amp;gt;&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Numbers, prefix2"&amp;gt;&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Numbers, extras1"&amp;gt;&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Numbers, extras2"&amp;gt;&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Numbers, suffix1"&amp;gt;&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Numbers, suffix2"&amp;gt;&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Numbers, range"&amp;gt;&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Operators1"&amp;gt;| = : , ( ) [ ] { }&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Operators2"&amp;gt;or and&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Folders in code1, open"&amp;gt;&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Folders in code1, middle"&amp;gt;&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Folders in code1, close"&amp;gt;&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Folders in code2, open"&amp;gt;&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Folders in code2, middle"&amp;gt;&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Folders in code2, close"&amp;gt;&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Folders in comment, open"&amp;gt;&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Folders in comment, middle"&amp;gt;&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Folders in comment, close"&amp;gt;&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Keywords1"&amp;gt;fetch filter filterOut limit sort summary fields fieldsAdd fieldsRemove fieldsRename summarize join lookup parse data&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Keywords2"&amp;gt;logs events bizevents&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Keywords3"&amp;gt;from to kind by on prefix sourceField lookupField scanLimitGBytes&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Keywords4"&amp;gt;contains matchesValue matchesPhrase in count now avg min max record&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Keywords5"&amp;gt;LD IPV4 DATA HTTPDATE&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Keywords6"&amp;gt;dt.entity. dt.system.buckets dt.system.events  dt.system.data_objects  dt.system.query_executions&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Keywords7"&amp;gt;&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Keywords8"&amp;gt;&amp;lt;/Keywords&amp;gt;
            &amp;lt;Keywords name="Delimiters"&amp;gt;00&amp;amp;quot; 01\ 02&amp;amp;quot; 03&amp;amp;apos; 04\ 05&amp;amp;apos; 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23&amp;lt;/Keywords&amp;gt;
        &amp;lt;/KeywordLists&amp;gt;
        &amp;lt;Styles&amp;gt;
            &amp;lt;WordsStyle name="DEFAULT" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="COMMENTS" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="LINE COMMENTS" fgColor="C0C0C0" bgColor="FFFFFF" fontStyle="0" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="NUMBERS" fgColor="9191FF" bgColor="FFFFFF" fontStyle="1" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="KEYWORDS1" fgColor="8000FF" bgColor="FFFFFF" fontStyle="1" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="KEYWORDS2" fgColor="7D007D" bgColor="FFFFFF" fontStyle="1" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="KEYWORDS3" fgColor="8080C0" bgColor="FFFFFF" fontStyle="0" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="KEYWORDS4" fgColor="800080" bgColor="FFFFFF" fontStyle="2" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="KEYWORDS5" fgColor="007171" bgColor="FFFFFF" fontStyle="1" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="KEYWORDS6" fgColor="800080" bgColor="FFFFFF" fontStyle="1" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="KEYWORDS8" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="OPERATORS" fgColor="000000" bgColor="FFFFFF" fontStyle="1" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="FOLDER IN CODE1" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="DELIMITERS1" fgColor="008000" bgColor="FFFFFF" fontStyle="0" nesting="16384" /&amp;gt;
            &amp;lt;WordsStyle name="DELIMITERS2" fgColor="008040" bgColor="FFFFFF" fontStyle="1" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="DELIMITERS3" fgColor="FF8040" bgColor="FFFFFF" fontStyle="1" nesting="117702655" /&amp;gt;
            &amp;lt;WordsStyle name="DELIMITERS4" fgColor="000000" bgColor="808080" colorStyle="1" fontStyle="0" nesting="117702655" /&amp;gt;
            &amp;lt;WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" /&amp;gt;
            &amp;lt;WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" /&amp;gt;
        &amp;lt;/Styles&amp;gt;
    &amp;lt;/UserLang&amp;gt;
&amp;lt;/NotepadPlus&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 16:22:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-language-in-notepad/m-p/232154#M431</guid>
      <dc:creator>Ivan_V</dc:creator>
      <dc:date>2023-12-18T16:22:21Z</dc:date>
    </item>
  </channel>
</rss>

