• Modern/flat tabs

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    Scott SumnerS

    I’m sure Don Ho would agree, very few worthwhile improvements (and especially user-interface enhancements) take place in a “few hours”.

  • Search for <span and Replace it with newLine+<span ?

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC

    Hello vern,

    still not sure, but do you mean end of line?
    If so, the \r and \n are end of line chars.

    Depending on which operating system you edit a file, it will
    end a line by adding one or both of this chars to that line.
    So on mac os an editor would add an \r, on most unix oses
    an editor would add \n and windows editors using \r\n.

    So if you want to change something like

    <span> text text text </span>

    to

    <span> text text text</span>

    you would use, same replace settings as before,

    Find what: \r\n</span> Replace with: </span>

    Cheers
    Claudia

  • Undo history cleared after saving?

    3
    0 Votes
    3 Posts
    4k Views
    Ken WilliamsK

    next time it happens I’ll try the noplugins switch. I find sometimes it clears the undo list and sometimes it doesn’t. need to figure out more and will try to post back soon.

  • Question about cursor position

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    John ThompsonJ

    Oh you didn’t spoil anything, you saved me a lot of time. lol i greatly appreciate it

  • xml different hierarchy color ?

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello Laurent-Indo,

    afaik this isn’t possible.
    At the moment I don’t know any lexer, the part in npp which does the coloring, which can do this.

    Cheers
    Claudia

  • JSON Syntax colors gone :(

    Locked
    2
    0 Votes
    2 Posts
    10k Views
    Claudia FrankC

    Hello Daniel-Adam,

    could it be that you are using a different theme? If so, can you try default theme?
    If not, can you check that JSON is still listed in Language listview of Settings->Style Configurator window?

    Cheers
    Claudia

  • Installing NP++ parameter

    3
    0 Votes
    3 Posts
    5k Views
    Alain KnöpfliA

    Hi Claudia

    Many thanks for this good solution. This will work.

    I’m wondering if more paramter for installing np++ exits.

    But with your solution it works fine :-)

  • 0 Votes
    4 Posts
    4k Views
    Scott SumnerS

    When the find window is opened, the word under the cursor is grabbed and used by it. If you don’t want this, either put the caret in an are where there are no word characters touching it before calling up the find window, or use the “find next” or “find previous” shortcut keys (which will use the last search text).

  • Find and Replace specific character in a specific string

    7
    0 Votes
    7 Posts
    12k Views
    Saeed Ghazi JoolaeeS

    Hi Claudia,

    Thanks for your kind help. I almost reached my destination. The only thing is that for numbers which have equal digits like 33 or 333 I must search two or three times to complete my replacement. As far as my numbers are maximum 3 digit numbers, this in no matter.

    Cheers.

  • to close text blocks with empty rows

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC

    Hello Phil1523,

    yes, visual basic lexer has some limitation especially when it come to folding.
    To speak with the words from the developer.

    The current VB folder is very simple and is based upon indentation.
    A folder based on VB syntax will require someone to implement and contribute it.

    This was as of 2013-11-30, so it’s unlikely that it will be solved soon.

    Cheers
    Claudia

  • 0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    From my point of view, if this should be implemented, it should be disabled by default.
    The reason why explained on a viusal basic example.

    CreateObject is a keyword but if I want to define a Function like

    Private Function Create () As Boolean

    it would repalce it to

    Private Function CreateObject

    The same applies to comments like

    'create a hash to compare results

    or defining strings like

    "Create a hash"

    @Leonard Marvilla, your proposal saves one keystroke whereas it might generate more keystrokes
    to revert it if it wasn’t supposed to use it.

    But as said, this is my opinion.

    Cheers
    Claudia

  • Wie kann ich die Schrift formatieren?

    Locked
    3
    0 Votes
    3 Posts
    19k Views
    Claudia FrankC

    Hallo Günter-Leipfinger,

    Wie @jbrosecity bereits beschrieben hat, können die Schriftart,
    Schriftgröße und andere Eigenschaften über den Menüpunkt
    Einstellungen->Stile geändert werden.
    Hierzu muss/müssen nach Auswahl der gewünschten Kriterien
    noch ein oder mehrere Häkchen bei z. B.
    Schriftart als Standard setzen oder
    Schriftgröße als Standard setzen etc… gesetzt werden.
    Speichern -> Fertig.

    Ein anderer Weg wäre die Benutzung der Zoom Funktion.
    Hierbei halten Sie die STRG, bei manchen Tastaturen auch CTRL genannt,
    fest und drehen das Rad Ihrer Maus.
    Um auf die ursprüngliche Größe zurück zu springen,
    halten sie wiederum die STRG Taste fest und drücken dann
    die Geteilt-Taste (über der 8) des Nummernblocks.

    Gruß
    Claudia

  • 2 Votes
    1 Posts
    4k Views
    No one has replied
  • App Mobile Developement??

    Locked
    4
    0 Votes
    4 Posts
    6k Views
    Claudia FrankC

    Hello Tom Nogge,

    To be honest, I didn’t hear about react or phonegap before you mentioned it.
    Just googled it and found out that neither product is a compiler.
    This are frameworks and they do have tools which can be used
    to compile code. So I assume npp and NppExec plugin could be used
    to compile it but as already said, I didn’t know about it so I’m not sure
    how much needs to be done to make it work.
    Maybe someone with more react/phonegap experience can give you advice what needs to be done.

    Cheers
    Claudia

  • How to turn off underscore for links

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC

    Hello R.-Todd-Cary

    Settings -> Preferences -> MISC.
    uncheck Enable in Clickable Link Settings

    Cheers
    Claudia

  • BONNE ANNÉE À TOUS !

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • HAPPY NEW YEAR to all of you and your beloveds, see you next YEAR

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Where are search/replace expressions stored?

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    Claudia FrankC

    Hello Rob,
    I have thought about it for a while now but didn’t find
    a solution which would be better than recording a macro.
    But, of course, this would mean, that you need to record
    each of your regexes and save it with a meaningful name.
    And it is always the same regex called, no variation allowed.
    The closest other solution I can think of is to modify the

    nbMaxFindHistoryFind ="10"

    parameter to something like

    nbMaxFindHistoryFind ="1000"

    so it takes longer before it gets deleted but of course
    it doesn’t make it more user friendly if you get a list of hundreds of regexes.

    UPDATE: now that I have posted this - I think of something different - I will check and come back on this again.

    Cheers
    Claudia

  • YAML comments not recognized correctly

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    Hello Christopher-Wood,

    this bug has been already addressed here.
    But it seems that it doesn’t have the highest priority.

    Cheers
    Claudia

  • UDL number nesting

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Baksa-Péter

    again cheating is required and it isn’t 100%.
    Define the numbers as keywords (prefix mode) and use nesting
    but this would mean, that e.g. 5t is also colored.

    Cheers
    Claudia