Re: jak nejlíp nahradit nedělitelnou mezeru [39778]

2007-04-05 Tema obsahu Jan Fiala
Zkopirovat do okna hledani -- PSPad freeware editor http://www.pspad.com

Re: Feature request - octal ascii table [39777]

2007-04-05 Tema obsahu Stewart Souter
You mean a bit like http://carbonize.co.uk/Tutorials/ascii.php which is something I threw together a few years ago ? -- Carbonize PSPad freeware editor http://www.pspad.com

jak nejlíp nahradit nedělitelnou mezeru [39776]

2007-04-05 Tema obsahu tomáš kapler
zkouším nahrazovat nedělitelnou mezeru, nejjednodušší je asi vyťukat kód 160 na numerické klávesnici, jenže na ntb ji nemám, takže bych potřeboval nějakou jinou možnost, zkoušel jsem najít nějaký regulární výraz, který by na to odpovídal, ale \s zjevně nedělitelnou mezeru nenahradí (nevím jestli je

Re: Replace several characters [39775]

2007-04-05 Tema obsahu Jeremie
Jeremie: Ok for the examples Where can I find those converters in PSPad ? (in /Convert) Sorry, I found it by myself. Thanks a lot for

Re: Replace several characters [39774]

2007-04-05 Tema obsahu Jeremie
Ok for the examples Where can I find those converters in PSPad ? (in /Convert) -- PSPad freeware editor http://www.pspad.com

Re: Replace several characters [39773]

2007-04-05 Tema obsahu Jan Schreiber
Jeremie: For your solution to create an own user converter, can you explain me how to do this ? It's pretty straightforward. Look at th

Re: Replace several characters [39772]

2007-04-05 Tema obsahu Jeremie
Ok Thanks. I made a mistake. My example was not a good one. I forgot to say that I wanted to replace different characters with other different characters (I don't know if my sentence is correct :-/). For example : ? by space ! by nothing : by space ! by _ or else ... For your solution to creat

Bugs & Requests [39771]

2007-04-05 Tema obsahu Dean Edwards
Hi, I love PSPad it's free, fast and reliable. I have some requests though: 1. Syntax highlighter - recognise regular expressions 2. Syntax highlighter - recognise escape characters in strings and regular expressions 3. I want to specify indentation by language. For HTML I prefer one space, for p

Re: Replace several characters [39770]

2007-04-05 Tema obsahu Vlastimil Brom
In this simple case (the same replacement) you can use the regular expression replace, e.g. replace: "[,;']" with " " (both without quotes) and check [x] regular expression Another possibility would be to create an own user converter... -- PSPad

Re: auto char replacement [39769]

2007-04-05 Tema obsahu gianluca
If I write in PSPAD a source code for drawing a box for example: print "

Replace several characters [39768]

2007-04-05 Tema obsahu Jeremie
I am looking for a method to replace in the same time several characters. For exemple replace ; by a space , by a space ' by a space ... Do you have an idea to do this ? Thanks by advance. -- PSPad freeware editor http://www.pspad.com

Re: Search/Replace bug [39767]

2007-04-05 Tema obsahu eviloverlord
vbr: Currently, the caret position is taken for the start of the search; If you select the searched string from right to left, the first (selected) match should be replaced too. ---

Re: Search/Replace bug [39764]

2007-04-05 Tema obsahu Vlastimil Brom
eviloverlord: ... It ignored the occurrence I had selected Currently, the caret position is taken for the start of the search; If you

Re: Auto-Complete [39766]

2007-04-05 Tema obsahu simsalabim
Hey, thanks for your reply. Hmmm, might be an idea for future versions ... ;-) But what's with question#1 ? Is there a way to go back and edit this "Tag-Window" ? -- PSPad freeware editor http://www.pspad.com

Re: Auto-Complete [39765]

2007-04-05 Tema obsahu Jan Schreiber
There's ctrl+space and ctrl+j, currently no automatic (not user-triggered) completion. -- PSPad freeware editor http://www.pspad.com

Re: Cyrillic charset [39763]

2007-04-05 Tema obsahu DLM
Not Found The requested URL /~zmeuka/pspad-koi8.zip was not found on this server. Where i can download it??? -- PSPad freeware editor http://www.pspad.com

Auto-Complete [39762]

2007-04-05 Tema obsahu simsalabim
Hey, I'm new to PSPad and so I'm first checking the features ... :) When editing a html-file, I can use [ctrl]+[space] to get the "HTML-Tag-Window" (not sure how you call it ...) and here I can choose a tag and edit the attributes. How can I go back to this "attributes-Window" to edit this existi

Search/Replace bug [39761]

2007-04-05 Tema obsahu eviloverlord
I selected some text (e.g. "George") in a file with many occurrences and pressed CTRL-H to get the replace dialog up then asked it to replace it with "Bungle" and prompt me for each occurrence. It ignored the occurrence I had selected and the first one it prompted me for was the next occurrence af

auto char replacement [39760]

2007-04-05 Tema obsahu gianluca
When I edit a DOS/ANSI source file, some characters are automatically replaced. Some examples: DOS character