• Is there option "Enable virtual spaces" like SharpDevelop and VStudio ?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 1 Votes
    4 Posts
    16k Views
    guy038G

    Hello , Tino and Peter,

    Congratulations to you, both ! Tino, for nicely exposing your wish and Peter for your full explanation, about the proposed regex :-)

    An other S/R, using the \K syntax, could be :

    Find what : ^.{20}\K.{10}

    Replace with : 0000000000

    Notes :

    As soon as the first twenty characters of the current line are matched, the \K feature forces the regex engine to forget anything previously matched and reset the regex engine position !

    So the final match is, only, the ten characters, located between the columns 21 and 30

    … which is, simply, changed into the 0000000000 string :-)

    Remark :

    You must use the Replace All button, only. The step by step replacement, with the Replace button, does NOT work, when the search regex contains a \K form !

    Best regards,

    guy038

  • Find in Text Doesnt Work

    2
    0 Votes
    2 Posts
    6k Views
    Michel SM

    ‘find in files ’ : SHIFT+CTRL+F or CTRL +F , use tab’find in files’
    Select directories , subfolders, filters
    I have no problems with 6.9.2. 1 Win10.

  • This ANSI plugin is not compatible with your Unicode Notepad++

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    dailD

    Most of those sound like some other type of DLL not meant to be loaded as a plugin.

    I assume these plugins are installed with the application

    Nope. It’s possible some other plugin (e.g. Wakatime.dll) installed them.

    Can I simply delete the offending .dll files?

    In theory yes. Unless for some reason Rainlexer.dll needs them.

  • I need to convert about 1500 files from ANSI to UFT8

    Locked
    2
    0 Votes
    2 Posts
    2k Views
  • 1 Votes
    5 Posts
    3k Views
    Ronan RedstoneR

    I ended up blowing away the install completely, and completely reinstalling, and re-adding the plugins. It now works.
    It’s possible that there is an issue with the upgrade process somewhere -I’ve been updating it for 4 years without removing it.

  • CTRL + H , replace with ALT key

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • downloading issues!

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • NPP Unicode(?) rendering problems

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Change the look of folded code

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dailD

    No it’s not possible.

  • 0 Votes
    4 Posts
    5k Views
    Daniel MercadoD

    Nope.

    “Final All in Current Document” is not in the list of items which can be mapped to a shortcut key sequence.

  • Auto indent

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Mandar SantM

    @guy038 but how for html and css etc…

  • How are print margins set? Can rulers be set?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Insertion of LineNumber

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Jim DaileyJ

    @Philippe-Giraud Not sure exactly what you want to do.

    If you just want to see line numbers, then use the menus: Settings–>Preferences–>Editing and check the Display line number checkbox.

    If you want to actually insert line numbers into a file, then you can do it using Edit–>Column Editor…. Begin by moving the cursor to the very beginning of the file, then press Alt-C (or use the menu entry Edit–>Column Editor…), select the Number to Insert button, then fill in the options as you desire. When you press OK, the numbers will be inserted into the file as text. That is, this:

    =============================================================================== TOPIC: HOTKEYS (INCLUDING MOUSE-RELATED): =============================================================================== Tagging: (needs TagsJump) Find Definition -- <Alt>+<Down Arrow> Return from Definition -- <Alt>+<Up Arrow> Generate tags file -- <Alt>+t

    will change to something like this:

    01=============================================================================== 02TOPIC: HOTKEYS (INCLUDING MOUSE-RELATED): 03=============================================================================== 04 05Tagging: (needs TagsJump) 06 07 Find Definition -- <Alt>+<Down Arrow> 08 Return from Definition -- <Alt>+<Up Arrow> 09 Generate tags file -- <Alt>+t

    Regards,
    Jim

  • Bug Opening TXT File on a Mapped Drive?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Greg BoiceG

    Sorry… when I said Mapped Drive, I should have said this is done with the SUBST command and not a network mapping. Thanx.

  • We need smarter split screen!

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • A liittle problem

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Can't install on Windows 10? Any ideas?

    3
    0 Votes
    3 Posts
    6k Views
    Mikan MikanM

    If you have windows 10 OS, first download software, then right click the file and select option Run as Administrator .

  • code folding with multi-part keywords

    4
    0 Votes
    4 Posts
    3k Views
    Nicolas-N

    Ok, I guess really no one knows how to fix/improve that ?

  • How to set Python as your language

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dailD

    Settings > Preferences > New Document > Default Language