• Why doesn't the column position change when I make changes?

    9
    0 Votes
    9 Posts
    5k Views
    Claudia FrankC

    Hello Roger,

    albeit the underlying scintilla control defines the functionality,
    I assume the concrete implementation needs to be done by notepad++.
    So I guess you need to address it here.

    Davey, thanks for the kind words and if I could be more concentrated, it
    would be even more helpful/useful to others.

    Cheers
    Claudia

  • NP++ and NP++ to R

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    Maarten van SchieM

    Thank you @Claudia-Frank ! I think the code you point to is indeed where the problem occurs.

    I am not sure about the intricacies of NpptoR, but the plugin manages to take lines, selections and scripts in N++, and pastes and/or executes them in the R console window (so not in the N++ window like nppExec does). I’d like to learn how to apply nppExec for R, but it would probably be best to leave that for another time :)

    The issue is mentioned here at SourceForge and here at Github but the bit of code you refer to does not seem to be identified there, so thanks a lot for bringing it up.

    I hope it will come to the attention of the NpptoR developers, unless the N++ developers revert this part of the code as you suggest elsewhere.

  • Notepad++ case conversion vs. regular expression case conversion

    7
    0 Votes
    7 Posts
    8k Views
    Claudia FrankC

    Hi Guy,

    I’m confused, I’ve downloaded the source from the link you’ve provided and
    copied over the source. Tried to make the scintilla library and got an error.

    NMAKE : fatal error U1073: don't know how to make '../boostregex/UtfConversion.h'

    Searched for UtfConversion.h and yes, it isn’t there - error makes sense as e.g. BoostRegExSearch.cxx has
    an include statement.
    Thought file must have been deleted at some point. Did a history search for all deleted files but no, file isn’t listed.
    So I assume that file has to be part of François’s code but unfortunately it isn’t.

    So I concentrate to rebuild new scintilla lib based on the original functions.

    Cheers
    Claudia

  • Can't see russian symbols (and can't convert)

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Ivan-Aleksandrov

    Keep in mind, when comparing font/encoding with different programs,
    make sure they use the same font/encoding.

    Cheers
    Claudia

  • 0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Royal-Baby,

    normally there isn’t any need of using a specific type.
    Known file types are just there for convenient.
    When using one of the known ones you don’t have to type the file extensions, that’s it.

    Cheers
    Claudia

  • Syntax highlighting

    Locked
    3
    0 Votes
    3 Posts
    8k Views
    T HelpT

    @Claudia-Frank:
    Hello,

    Thank you for the information. I’ve updated the notepad++ however the problem didn’t dissapear. I’ve closed all tabs/second view window and then closed the notepad++. After that it works like a charm :)

    Have a nice day!

  • How to select and copy lines in notepad++?

    Locked
    3
    0 Votes
    3 Posts
    26k Views
    NEELOFAR MIRZAN

    Thank you Claudia, it works. :)

  • double-click hyphen

    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC

    Hello Andrew,

    I described here how it could be solved.
    Basically, you need to register a callback which gets called when you open a new tab or switch tabs and extend the wordchars accordingly.

    Cheers
    Claudia

  • Delete empty lines

    Locked
    5
    0 Votes
    5 Posts
    26k Views
    decodermanD

    @Andrzej-Kmicic said:

    Edit -> Line Operations -> Delete Empty Lines

    That’s how I do it too, it’s the quickest way.

  • Saves extra versions of file -

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Stephen AustinS

    I’ve found that the problem was with Samsung Sync, and the fact that I was using Dropsync with Dropbox. Not Notepad++ at all. If anyone else has the same problem then I hope this helps.

  • Notepad++ doensn't start when doubleclicking files

    Locked
    5
    0 Votes
    5 Posts
    6k Views
    MatsM

    Hello Claudia!

    [HKEY_CURRENT_USER\Software\Classes\Notepad++_file] doesn’t exist.

    Inside npp, I removed npp association with .txt, .log & .xml, then I added it again. After that, .txt and .log works but not .xml!
    Then I rightclicked a .xml file, choosed “open with” and select always use npp. After that, .xml also works. I did try that before, the new thing was to remove and add association in npp first.
    So the problem is solved, but there is still a lot of questions how this could happend.
    Thanks for helping me.
    Mats

  • 0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @مشاري-الخالدي ,

    can you upload a screen shot with this error message?
    Which operating system do you use?
    Which npp version do you want to run?

    Cheers
    Claudia

  • Change Multiple Values at Once

    Locked
    7
    0 Votes
    7 Posts
    8k Views
    Claudia FrankC

    YEESSS - CTRL - aaaahhhh

    Seems now are my confusing days ;-)))

    Cheers
    Claudia

  • Highlight HTML and CSS

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Adam-Schwartz,

    I don’t think I understood your question correctly
    because if you choose HTML from language menu it should already
    highlight html and css code.

    What did I miss?

    Cheers
    Claudia

  • Column editing - go to bottom of the file

    Locked
    3
    0 Votes
    3 Posts
    6k Views
    Scott DodsonS

    Exactly what I was looking for, thank you.

  • Convert many files to encoding = utf-8 ?

    Locked
    2
  • custom syntax highlighting [JS]

    Locked
    13
    0 Votes
    13 Posts
    11k Views
    Wolf WarW

    @Claudia-Frank
    ok, tnx again
    at least I didn’t screw it :)
    cheers

  • Function List for VHDL

    Locked
    7
    0 Votes
    7 Posts
    9k Views
    Dirk HölscherD

    Thanks for your help.
    my current version looks like this:

    <parser id="vhdl_syntax" displayName="VHDL" > <function mainExpr="^[\t ]*([\w]+[\t ]*:)?([\t ][\w]+[\t ])*[\t ]*(COMPONENT|PROCESS|ENTITY|ARCHITECTURE)[\t ]*[A-Za-z0-9_\(\), ]*(?!\;)$" displayMode="$functionName"> <functionName> <nameExpr expr="[\w].*" /> </functionName> </function> </parser>

    Both versions have theirs flaws and advantages, so I think I will combine them somehow to optimise results…

  • Simple replace / to hard for me

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    Sascha HolligerS

    worked! Thanks Claudia!

  • How do I compare two notes in the tab bar? to see what has changed?

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Kevin RandallK

    Hello @Claudia-Frank,
    Thank you so much for this. I was sure it was something I was overlooking. This worked perfectly!

    Again Thank you,
    Kevin