• How long before bugs are even acknowledged? 6 months & counting!

    11
    0 Votes
    11 Posts
    3k Views
    guy038G

    Hello, dinkumoil and All,

    Your report of all your investigations was really interesting. So, as you say, we must live with that fact !

    In return, you could find some interest, too, in reading these two technical reports, of the Unicode consortium, below, which can be used as a reference text :

    http://www.unicode.org/reports/tr10/

    http://www.unicode.org/reports/tr18/

    I just have a glance to these documents, reading some parts and, like me, you’ll understand the complexity and richness of all the technical solutions envisaged to satisfy everyone, regardless of their mother tongue ;-))

    By the way, I do like this sentence, given in the preamble of the link What is Unicode? :

    Unicode provides a unique number for every character,

    no matter what the platform,

    no matter what the program,

    no matter what the language.

    Best Regards,

    guy038

  • Thanks a lot

    Locked
    1
    2 Votes
    1 Posts
    682 Views
    No one has replied
  • Can we add a button in the tool palette

    10
    2 Votes
    10 Posts
    5k Views
    Scott SumnerS

    @Denis-Marin

    I suppose you haven’t taken the time to work with Customize Toolbar to make it do what you want. I’m sure it is possible; probably just requires a bit of “extra effort”.

    Just a thought, but you could add Save As… to the right-click context menu (the one where Cut / Copy / Paste / etc. appear). This might be almost as good as a toolbar button as it would allow invoking the action from the mouse, but I suppose in reality that is no better than going File -> Save As… (equivalent number of actions).

  • Is it possible to run notepad++ from CD?

    Locked
    9
    0 Votes
    9 Posts
    4k Views
    Meta ChuhM

    @George-Brooks

    when i made my old, portable tools cd’s (before switching to usb sticks)
    i simply created an sfx self extracting archive of the portable version of notepad++
    (you can use winrar or 7zip to create one)

    this sfx was automatically extracted and run from %temp% as suggested by @Scott-Sumner, which sufficed my needs at that time, as i couldn’t write back any data to the cd anyways.

  • Syntax Highlight - Mardown Language

    Locked
    4
    0 Votes
    4 Posts
    8k Views
    dinkumoilD

    @Emistry-Haoyan

    A Markdown syntax highlighter is available here.

  • Inserting text at the beginning of a line that begins with a letter

    Locked
    5
    0 Votes
    5 Posts
    1k Views
    John RederJ

    That did the trick! I had inserted some blank lines to increase readability in the HTML document, but I just eliminated them, and everything went along well. I have about 10,000 lines of poetry to format, and I’m only up to 2,400 at the moment. This will make the rest of this task go much faster!

  • European Commission approved acquisition of GitHub by Microsoft

    Locked
    3
    2 Votes
    3 Posts
    958 Views
    dinkumoilD

    @Scott-Sumner

    It seemed like Don was interested when somebody told him that Microsoft bought GitHub (though I remember that most of the other commenters in that thread reacted like you now). The approvement of the European Comission was an important step to complete that and I thought he might be interested in this as well.

  • saving file name as text not pdf

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    William O JacobsW

    Thank you very much. I checked in the order as you put it and the file explorer hide extensions for know file types is NOT checked.
    When I go to the settings preferences default directory the Use new style dialog is not checked or the open all files below it either.

    Now I did a test of a pdf file and it was a pdf file and changed the name to test.pdf. I then went to save the file with the same name at the beginning and hope the txt which I can see below in the save as bar would take out the .pdf and insert the .txt like it had done for many years but it said do you want to replace it and I said yes at least once and the file was an adobe extension in the file explorer directory and when I went to the file to open it, the adobe said it could not open the file. The file became a 1kb file in size and was still saved as test.pdf and I did not see it as a text file like I have to create for my work. I at least wanted to test with a file to see what would happen but I still have to take the file name and at least reduce it to test and note pad ++ does make the file .txt if there is not a period and some three letters that are there at all. Thank you for helping to have me investigate a few things today. Take care.

  • Thank you

    Locked
    1
    1 Votes
    1 Posts
    708 Views
    No one has replied
  • How i use replace commands

    Locked
    2
    0 Votes
    2 Posts
    933 Views
    dinkumoilD

    You could do that by

    using the block editor to insert line numbers at the beginning of all lines. using a regular expression to do your replacements. removing the line numbers added in step 1.

    At first place the cursor to the beginning of the document (line 1, column 1) then open the Column Editor. You can find it under Edit (menu) -> Column Editor... (default shortcut ALT+C).

    Choose Text to Insert, enter a SPACE character in the input field and click OK. Open the Column Editor again. Choose Number to Insert, set Initial Number to 1, set Increase by to 1, leave the Repeat field blank , choose under Format the item Dec and click OK.

    Now every line of your document should be preceded by its line number, separated by a SPACE character.

    Now open the Find & Replace dialog. Tick the Wrap around checkbox and under Search mode choose Regular expression. In the Find what field type ^([0-9]+) (.*?x)(.*) (Note: x is your search term ) and in the Replace with field type \1 \2\1\3. Then click Replace All.

    As the last step remove the line numbers by using the column editing mode. Set the cursor to the beginning of the document and press ALT+SHIFT+Down until you’ve reached the end of the document. Now you can delete the line numbers and the trailing SPACE characters by pressing the DELETE key.

    The regular expression I provided above may or may not fit your needs, you have to try. If it doesn’t work come back and provide specific informations about the problem.

  • Font size decreased and can't change it

    Locked
    5
    0 Votes
    5 Posts
    1k Views
    Arthur SchwarezA

    Thanks to one and all. The View->Zoom->Restore Default Zoom worked. Whew.

    And to that noble soul who told me what (on earth) I did, thanks to you.

    art

  • How to use system default color style for tab bar?

    Locked
    1
    1 Votes
    1 Posts
    527 Views
    No one has replied
  • User defined language for customs logs

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Lao HuL

    Hi Terry,
    Thanks for taking time to reply and give the suggestions.
    The documentation was very useful. I got pretty good results.
    https://ibb.co/ecjwFf
    I’m still playing around the configuration. Perhaps, I will change the log format to be notepad friendly.
    Lao Hu

  • [THREAD MOD REQUEST] ShellExecute Failed...

    Locked
    1
    0 Votes
    1 Posts
    809 Views
    No one has replied
  • 0 Votes
    3 Posts
    1k Views
    Warren H Chang JrW

    Hello Scott Sumner. Word wrap may work to stay enabled for you, but not for me. Here’s the requested Debug Info. I have Word wrap already enabled. After I exit out then go back into the same document, I’ll find that word wrap is disabled.

    Notepad++ v7.5.8 (32-bit)
    Build time : Jul 23 2018 - 02:03:53
    Path : C:\Program Files (x86)\Notepad++\notepad++.exe
    Admin mode : OFF
    Local Conf mode : OFF
    OS : Windows 10 (64-bit)
    Plugins : HTMLTag_unicode.dll PluginManager.dll DSpellCheck.dll mimeTools.dll NppConverter.dll NppExport.dll

  • Different zoom factor for each tab

    Locked
    2
    1 Votes
    2 Posts
    1k Views
    guy038G

    Hello, @rowan-sylvester-bradley, and All,

    Presently, this feature is not implemented in current N++ versions. But, as a work-around, you may, simply, use the “two views” functionality of N++ !

    So :

    Open, normally, your two source and log files, in Notepad++

    Then, right-click on the tab of your log file, and choose, in the contextual menu, the option Move to other view

    May be, the separation line will be a vertical boundary. As I presume that an horizontal separation should produce better displaying, just right-click on that boundary and choose the option Rotate to right or Rotate to left

    Finally, choose a different zoom value for the main view and the secondary view ;-))

    Remarks :

    Of course, you can modify the hight ( width) of each view, by mouse-dragging the boundary line, up or down ( left or right )

    You may, temporarily, hide a view, with a left click on one of the two “chevrons”, located at the beginning and at the end of this boundary line

    Use the default F8 shortcut, to switch between each views

    When you want to move a file from one view to another, just click on its tab and move it to the other view zone

    Best regards,

    guy038

    P.S. :

    A second method to place a first file in the secondary view panel, ( even easier ! ) :

    Left-click on the tab file and drag it down in the windows text area

    Release the left mouse button

    Finally, choose the option Move to other view

  • File compare plug in is no longer supported

    Locked
    3
    0 Votes
    3 Posts
    2k Views
  • 0 Votes
    3 Posts
    2k Views
    armyofda12mnkeysA

    Hey Peter,
    Yes that worked. Thanks!
    Yah realize I’m asking for trouble (occasionally/rarely I’ve had that backup functionality not work)… Its just ‘quick notes’ that aren’t that important so I don’t mind losing them.
    -Arian

  • Not able to print

    Locked
    2
    1 Votes
    2 Posts
    772 Views
    PeterJonesP

    Per this other thread, you may need to create the %APPDATA%/notepad++/plugins/ directory and/or %APPDATA%/notepad++/plugins/config/ directory

  • 64 bit console terminal

    Locked
    1
    1 Votes
    1 Posts
    949 Views
    No one has replied