• bullet icon next to the line number ...

    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC

    Hello @chenhsien,

    I assume you talk about the bookmark. Press F2 than it will jump to this line.

    Cheers
    Claudia

  • Problem with numbers

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Bob-DoesMC,

    which keyboard layout is active?
    Do you use a laptop? Are those number keys mapped to other chars as well, like the ones you mentioned.
    Laptops do have a special function key which maybe is activated?

    Cheers
    Claudia

  • backup...

    6
    0 Votes
    6 Posts
    7k Views
    Claudia FrankC

    I see, formatted code - better understanding ;-)
    I put everything under the for loop so this didn’t quite make sense.
    Jfyi, there is also a os.makedirs function which could create the structrue in one go.

    Cheers
    Claudia

  • Any way to return to the former Home/End key pressing behaviour ?

    5
    1 Votes
    5 Posts
    6k Views
    Claudia FrankC

    @Eric-Shurin issue 1612 has been opened.

    Cheers
    Claudia

  • Installation hangs on "Extract: stylers.model.xml... 100%"

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Brendan-White,

    at the moment I don’t have such an environment to test it but I can certaily imagine that this might be problematic.
    Can you check on the server if there is anything installed? Any file?

    Cheers
    Claudia

  • Inconsistent syntax highlighting in Bash/Shell

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Daniel-Davis,

    afaik, you can’t as this is a builtin function of the bash lexer. If you want to change
    it you need to rewrite the code for that part.

    Cheers
    Claudia

  • create new file from an identifier

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Silvia-Crognale,

    it all depends what you actually want to have and do but
    I guess it could be done, but I assume not from npp natively.
    You need to install scripting language plugins like python script, lua script, java script or even
    nppexec could be used, but as said, it depends…

    Cheers
    Claudia

  • Macro's documentation?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Felipe-Nuñez,

    here is the most comprehensive information, afaik.

    Cheers
    Claudia

  • Disable file tabbing?

    Locked
    4
    0 Votes
    4 Posts
    6k Views
    Claudia FrankC

    Yes, I know that setting. I was confused because I thought you mean that double-clicking
    on a file will automatically start a new instance of npp. But this doesn’t make sense
    when reading the rest of your question. Sometimes I should just take the time to
    read the post carfully and maybe twice. But good to see that your fouund a solution
    to your issue.

    Cheers
    Claudia

  • Open and close all active notepad++ windows

    4
    0 Votes
    4 Posts
    5k Views
    Jim DaileyJ

    Perhaps the Session Manager plug-in could help?

  • Could anyone help a old man and get rid of the number box when editing ??

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello Buck,

    what you could do is to disable autocompletion at all.
    To do so click on Settings->Preferences->Auto Completion
    and uncheck Enable auto-completion on each input and
    Function parameters hint on input. Close.

    Cheers
    Claudia

  • Can Word Wrap be told to use the vertical line?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Keith-Shannon,

    imho, that isn’t possible yet and in addition I don’t see how it can be implemented easily.
    The reason for this is that the underlying scintilla component doesn’t allow to set a
    predefined width.

    What could be done, as long as it is text you wanna reformat and not code, is using split lines
    which takes care about the vertical line but the split is always done by word boundaries.

    CTRL+A and CTRL+I

    will give you an idea about this.

    Cheers
    Claudia

  • Syntax highlight block comment should override same for line comment

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Cees-Timmerman,

    I think the simplest solution would be to keep the block comments definition and introduce
    another delimiter with start = # and end = ((EOL))

    Cheers
    Claudia

  • Using Fhir Notepad++ Plug-in getting unknown exception

    3
    0 Votes
    3 Posts
    3k Views
    Dan DoucetD

    Hi,

    I ran into the same issue. The problem related to folder permissions that are preventing the plugin from creating it’s configuration file. In my case I had npp installed in c:\program file (x86), which is not uncommon, but being under that folder can introduce issues with permissions. Although I tried granting full permissions to that folder I couldn’t get the exception to go away. To resolve the problem I re-installed npp into the My Documents folder and re-installed the FHIR plugin to that instance and it worked.

    Hope this helps.
    Dan

  • Notepad++ crashes when opening from Explorer's shell, Open With.

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Jack-Adrian-Zappa,

    can you post the ?->debuginfo ?

    Cheers
    Claudia

  • Switch focus between dockable windows

    3
    0 Votes
    3 Posts
    2k Views
    Duncan O'NeillD

    Thanks Claudia …

  • 0 Votes
    4 Posts
    2k Views
    Cow BovineC

    You are awesome! This is very much appreciated! It will be nice to follow this progress.

  • Need help with a regex search and replace

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    Steve HobleyS

    Thanks! That did the trick.

  • Occurences count

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    CoDEmanX47C

    In editors with no support for counting, you might still be able to replace your search phrase with itself (no actual changes to the content) - some editors do report the number of replacements that were carried out. No need for such hacks in NPP though!

  • newbie and auto complete gone since update

    Locked
    7
    0 Votes
    7 Posts
    4k Views
    Petra WarrenP

    sorted thank you for helping me - really appreciated Claudia
    cheers Petra