• Doc Switcher missing sort indicator

    2
    0 Votes
    2 Posts
    149 Views
    Alan KilbornA

    @Kenn-Simons

    This?:

    71640899-fb3f-4be0-8ca2-3b4f099be06e-image.png

  • Muchas Gracias

    7
    0 Votes
    7 Posts
    329 Views
    PeterJonesP

    @Norberto said in Muchas Gracias:

    I do not speak English at all and it is difficult for me to understand the forum.

    As I said, if English is difficult for you (not your native language), then feel free to use a translation service.

    If I paste my reply into translate.google.com, it will show: “Como dije, si el inglés es difícil para usted (no su idioma nativo), no dude en utilizar un servicio de traducción.”

    If I paste the same reply into deepl.com: “Como he dicho, si el inglés le resulta difícil (no es su lengua materna), no dude en utilizar un servicio de traducción.”

    You can do something similar: write your text in Spanish, then plug it into the translator, then paste the results in your post as well. Since you are the one who wants help, it is up to you to be kind to the people who you are asking for help and translating your question into their language. (= Puedes hacer algo parecido: escribir tu texto en español, luego meterlo en el traductor, y luego pegar los resultados en tu post también. Ya que tú eres el que quiere ayuda, depende de tú ser amable con las personas a las que pides ayuda y traducir tu pregunta a su idioma.)

    If you aren’t willing to go to the effort to communicate in the default language of the forum (English), then people here are less likely to go to the effort of trying to answer your question at all. You will notice that someone has answered all your questions so far, despite the fact that you have not shown us that courtesy; but if you continue to ask questions without giving us the English version of the question, then it is less likely that you will get an answer. Sorry. (= Si no estás dispuesto a hacer el esfuerzo de comunicarte en el idioma por defecto del foro (inglés), entonces es menos probable que la gente de aquí haga el esfuerzo de intentar responder a tu pregunta. Notarás que alguien ha respondido a todas tus preguntas hasta ahora, a pesar de que no nos has mostrado esa cortesía; pero si continúas haciendo preguntas sin darnos la versión en inglés de la pregunta, entonces es menos probable que obtengas una respuesta. Lo siento.)

  • Cannot open large file 600MB 32bit

    4
    0 Votes
    4 Posts
    855 Views
    PeterJonesP

    @TonyP said in Cannot open large file 600MB 32bit:

    npp was able to open file, but when i have npp to save session, i closed npp and reopen it gives error cannot open file to large and removes file from tabs.

    That says that it is a memory issue – that you didn’t have enough system memory to allocate enough for NPP to open the file. So the first time you opened it, you had enough memory (maybe because of order of operations in NPP, or because you had fewer other processes using memory), but when you exited and then re-ran NPP, your system no longer had enough memory to allocate to NPP.

    Notepad++ is not actually optimized for huge-file editing – to be truly optimized for such, an editor would required “paged” editing, where it just loads part of the file from disk at a time, and if you move beyond the chunk, then it will clear the buffer and load a new chunk from the disk. To add that feature to Notepad++ would require a complete re-write, so isn’t going to happen.
    However, if you Iook at this post, there’s a link to the “BigFiles” plugin, which gives paged access to files that are too big to be effectively edited in Notepad++. But as another recent discussion shows, there are drawbacks to the BigFiles Plugin method of editing big files, too.

  • Borrar número de bloques

    2
    0 Votes
    2 Posts
    373 Views
    EkopalypseE

    @Norberto-Martino

    Puede utilizar una expresión regular como buscar \bN\d+.
    y sustituirla por nada.

    You can use a regular expression like find \bN\d+
    and replace it with nothing.

  • 0 Votes
    9 Posts
    591 Views
    ZsoltKántorZ

    P.S. but with the cpp.xml using in C source, function defines like BOOL WINAPI CtrlHandler(DWORD CtrlType) are not show :(

  • Saving file to network paths

    3
    0 Votes
    3 Posts
    458 Views
    PeterJonesP

    @Birger-Sørensen ,

    Can one of you that’s having difficulty with saving files see if the problem persists when using v8.1.2-RC?

  • Ability to change Notepad++ UI font

    3
    0 Votes
    3 Posts
    264 Views
    Kimpa TammasK

    Thank you for this information Peter!

  • Edit file but keeping modified date

    7
    0 Votes
    7 Posts
    4k Views
    mere-humanM

    @Rodrigo-Hernandez-0 said in Edit file but keeping modified date:

    I usually view files as historical records of my notes, meetings, etc.

    I could only suggest sorting by “modified time” or adding a date to the file name.
    That would be much easier, as for me.
    0feaa20a-df73-40db-803e-498abaf00187-image.png

  • Create an UDL for my log files

    3
    0 Votes
    3 Posts
    436 Views
    J

    @PeterJones

    Great! This is good for me.
    Thank you.

    John

  • How extend the “action” range of a script

    9
    0 Votes
    9 Posts
    413 Views
    Alan KilbornA

    @claudio-pergolin

    Well, there are lots of approaches to debugging.
    If it were me, I might start by commenting out (use # before the line to eliminate) that closes a file.
    That way you can see that the proper files are getting opened (because they will remain open when the script finishes).

  • Tab player buttons

    6
    0 Votes
    6 Posts
    273 Views
    EkopalypseE

    Now I understand, thx for the clarification.
    Yes, agree, I would say when you press a key combination to activate a tab, it should be activated AND visible, no matter if it is already active.

  • How to get file paths from all open tabs

    7
    4 Votes
    7 Posts
    3k Views
    Alan KilbornA

    @mere-human said in How to get file paths from all open tabs:

    I have another idea. We could make the text from Window > Windows copyable.
    It already supports multi-select. The only thing missing is Ctrl+C and put a list of of file paths to clipboard.

    Or how about making it even more explicit and having an additional button in the UI: Copy Pathnames. It could operate on all if nothing is selected, or only what is selected.

    The Ctrl+c idea as the only way of doing it is fine, but someone will come along and want just the “name” part of the files to be copied. Thus I’d suggest a dedicated UI element for paths and second UI button Copy Names.

  • "Alternate icons" feature don't works properly

    3
  • Search is not working anymore for Notepad++

    2
    0 Votes
    2 Posts
    623 Views
    Terry RT

    @Verdadeiro-Perene said in Search is not working anymore for Notepad++:

    Even if I search for this it will not find, so no results.

    Very doubtful there is an issue with the search function, as no-one else has questioned it. It’s most likely you have an issue with your setup. When using the search function, do you already have some text highlighted. If so then the search may keep within that area (is the “in selection” box ticked?). If that’s not the problem then please advise the version of your Notepad++ installation by supplying the info available under ? main menu, then Debug Info, followed by clicking on the blue text (copy … into clipboard). Then paste that in your next post here.

    Terry

  • Missing important editing settings in v8.1.1

    3
    0 Votes
    3 Posts
    670 Views
    Ishan UdayapriyaI

    @Terry-R
    That’s great and I did not notice it at once.

    Thank you very much.

  • Place npp properly within visible screen

    4
    0 Votes
    4 Posts
    220 Views
    artie-finkelsteinA

    I’m curious. Why do you (@v-s-rawat) think this is a Notepad++ issue? I think of it as a combination of the user and the OS issue. It’s the operating system’s responsibility to deal with the changes in peripherals and the users job to inform the OS (if needed) that the device most related to desktop size (the monitor’s HxV resolution) has been changed.

    You may need to inform the OS that the screen resolution has changed (it most certainly doesn’t care how physically big the screen is). After that you may also need to resize the window of any application you used under the old resolution settings.

  • Styles keyword highlighting stopped working....

    5
    0 Votes
    5 Posts
    2k Views
    C

    @PeterJones Thanks for all your assistance, man. I was NOT using global overrides for foreground and background color on the original installation but something caused everything the language styling not to work.

    However, I did remember this incorrectly when I used the standalone install and mistakenly turned those both on.

    On the standalone installation, when I turned these two options off (even with my original customized stylers.xml file) the language syntax highlighting works again.

    As a test, I opened my old install again and it doesn’t have the global foreground and background on, yet the syntax highlighting still does not function.

    So while the original VDI shared install still does not work, you have given me a solution that does work. Thank you for your help!!

  • Incorrect display of UTF-8 in the console.

    10
    0 Votes
    10 Posts
    1k Views
    Alan KilbornA

    @Sergey-Titkov

    I’m not sure you or any of the previous posters have answered the question posed by the OP.
    But, since the OP hasn’t returned to post and clarify, we don’t know (and it doesn’t matter since OP was the one asking for help).

  • Dark Mode in v8.1.1 doesn't seem to work.

    2
    0 Votes
    2 Posts
    228 Views
    Jack BerkhoutJ

    Can’t edit, so reply.

    OK, I found it, it is not under Settings > Style Configurator, but under Settings > Preferences > Dark Mode.
    Finally Notepad++ got it!

  • Strange Python function list issue.

    7
    0 Votes
    7 Posts
    367 Views
    PeterJonesP

    @Alan-Kilborn said in Strange Python function list issue.:

    Is a note needed in the user manual

    submitted as PR#256