• UDL highlight keywords that are not seperated

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Chris-Hansen,

    afaik, only, if @ isn’t part of the keyword but used as operator.

    Cheers
    Claudia

  • Compiling notepad++ with Visual Studio 2015

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    dailD

    Don’t forget to copy the SciLexer.dll into the Notepad++ bin directory ;)

  • Stupid newbie wordpress question...

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Randy-Miller,

    how should we know what you did?

    Cheers
    Claudia

  • How to convert a Note++ doc into an Excel Spreadsheet???

    Locked
    2
    0 Votes
    2 Posts
    11k Views
    Claudia FrankC

    @Angela-Tovar

    this question is, should it be a real excel spreadsheet or a file which can be imported into excel.
    If the latter is the case then make sure that your file has a header and the rows
    do e.g. use , or ; as delimiter.

    header and rows must have the same number of fields

    So something like

    header1;header2;header3;…
    value1;value2;value3;…

    Cheers
    Claudia

  • Windows 10 Right-click Context Menu

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    Laurin GreenL

    @Claudia-Frank

    Claudia, you are correct. On the last install (6.8.8) instead of hovering over that checkbox to display its info, i now remember clicking on the item. Totally my error.
    I have just done a couple of test installs with/without that checked, and yes the feature that i want does/does not appear.
    Thanks for testing and responding.
    … cheers, Laurin

  • [Syntax creating] Highlight next word after keyword

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Крафтист-Официальный

    both wishes cannot be fullfilled by current version of UDL as it doesn’t support
    something like if this text follows a keyword than treat it different.

    Cheers
    Claudia

  • [Syntax creating] REGEX in UDL

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Крафтист-Официальный

    unfortunattely you can’t.

    Cheers
    Claudia

  • XML Tools Plugin validation failure

    4
    1 Votes
    4 Posts
    6k Views
    Claudia FrankC

    Hello @Mike-L,

    as far as I understand the plugin manager downloads the dll and checks it MD5 against the configured value of
    the plugin author if this doesn’t match you get the warning message.
    So either there was a problem during download or the configrued hash isn’t the correct one.

    Cheers
    Claudia

  • Title tab in Dark theme

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    Hello @Mario-Morse,

    by using

    Settings->Style Configurator->Global Styles->Active tab text

    and choosing different color.

    Cheers
    Claudia

  • 1 Votes
    9 Posts
    7k Views
    Claudia FrankC

    Hello Roger,

    thank you for reporting this, maybe this helps @Jean-Marc-Tifle to solve his problem as well.

    Thank you
    Claudia

  • QuickText plugin doesn't work in 6.8.1 version

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    pnedevP

    Hi,

    Make sure the QuickText plugin version and your Notepad++ version are both either ASCII or Unicode.

    BR

  • Quick Start manual.

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Richard C Beers JrR

    @Richard-C-Beers-Jr
    Alright thank you I have my answer, there is no manual and you should just know how to use it intuitively.

  • Can't print from Notepad++

    Locked
    2
    0 Votes
    2 Posts
    7k Views
    CableWombatC

    Found it just minutes after posting: Settings > Preferences > Print. The Colour option had to be changed from “WYSIWYG” to “Black on white”.

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Encode in UTF-8

    5
    0 Votes
    5 Posts
    4k Views
    Claudia FrankC

    @Sridhar-Bamandlapally

    hmm, I might be wrong but I thought BOM is a file marker which appears on the beginning of a file
    not in the middle but what I can think of is that windows uses \r\n and linux \n. Maybe you see the
    \r instead?

    Cheers
    Claudia

  • Search Syntax to get X + the next character

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Malte MuellerM

    Yes, that works just fine. Thanks a lot ☺

  • Need help in enabling batch language outlining

    15
    0 Votes
    15 Posts
    13k Views
    Claudia FrankC

    Hello @lee-jeongwoo,

    you need to make it unique. At the moment # is a comment and should be also identified
    as a folding char. What about using ## as comment?

    Cheers
    Claudia

  • Print Line numbers

    Locked
    2
    0 Votes
    2 Posts
    15k Views
    Claudia FrankC

    Hello @Ron-Mahon,

    Settings->Preferences->Print

    check Print Line numbers

    Cheers
    Claudia

  • Pictures and Videos

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    @Daniel-Wayne-Farr

    notepad++ is an text editor, images and videos are, normally, binary files .
    You don’t want to use npp while editing those files, an hex editor would be
    the better choice.

    But what has a website to do with??

    A website is located on a webserver and the website is normally written
    in HTML and/or scripting languages like php, java, python etc…
    If you want to have an image or video included you need to upload the files
    by using some file transfer protocol like ftp, sftp, samba etc… and then you
    need to reference its location within your web document or reference its external
    address.

    I guess my answer is now as confusing as your question, isn’t it?

    Cheers
    Claudia

  • Python language like folding for custom language

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Murat-Tepegoz
    current version of udl doesn’t support folding indicated by indenting code.

    Cheers
    Claudia