Re: Help is not active [55611]

2011-01-17 Tema obsahu ender00
and where do the help files come from? -- http://forum.pspad.com/read.php?2,55608,55611 PSPad freeware editor http://www.pspad.com

variable length column select [55612]

2011-01-17 Tema obsahu djehres
How do I select a column that is variable length and separated by a | ? example: C3858423-4| dkadgj4| adkfkad34-3| adsfj9em| asdkd3894-1| and so on ... I want to do a column select up to the | , for columns that may have thousands of rows. thanks, David. --

Re: Directly opening the Google result page [55614]

2011-01-17 Tema obsahu Giuliano Artico
Hi Manfred, now the command Alt+F1 works fine on the highlighter I use most often (for TeX files). However I would like to apply this feature to arbitrary text files, e.g. files which do not correspond to a defined highlighter or files with uncommon or unexpected extensions, like .001, .tx0,... Is

Re: variable length column select [55615]

2011-01-17 Tema obsahu Jan Fiala
Enable Cursor past EOL in program settings / Editor Set column mode go to start of column, press F8 go to end of column, press F8 I don't know what for you need it. Line continues behind your '|' mark and you want to select really variable column length inside other text, PSpad doesn't suport it.

=?windows-1250?Q?Chyba_v_zvyraznovaci_PHP?_[55616]?=

2011-01-17 Tema obsahu AD7
Ahoj pouzivam PSPad v455 b2405, kde mam: ?php fwrite($xml, ?xml version=\1.0\ encoding=\utf-8\?.$NewLine); fwrite($xml, $GLOBALS[xmlData]); ? ale tu mi po ? prestane fungovat/vypne sa/ PHP zvyraznovac. Ide to nejak vyriesit? Vdaka. --

=?windows-1250?Q?Re:_Chyba_v_zvyraznovaci_PHP?_[55617]?=

2011-01-17 Tema obsahu Vlastimil Brom
AD7: Ahoj pouzivam PSPad v455 b2405, kde mam: ?php fwrite($xml, ?xml version=\1.0\ encoding=\utf-8\?.$NewLine); fwrite($xml, $GLOBALS[xmlData]); ? ale tu mi po ? prestane fungovat/vypne sa/ PHP

=?windows-1250?Q?Re:_Chyba_v_zvyraznovaci_PHP?_[55618]?=

2011-01-17 Tema obsahu AD7
Vdaka. -- http://forum.pspad.com/read.php?1,55616,55618 PSPad freeware editor http://www.pspad.com

Re: variable length column select [55619]

2011-01-17 Tema obsahu djehres
Thanks. I figured it out. -- http://forum.pspad.com/read.php?2,55612,55619 PSPad freeware editor http://www.pspad.com

Type Library Explorer [55620]

2011-01-17 Tema obsahu clanman
I am in the need of a good type library explorer. I am on the brink of changing from VBS file to WSF files. WSF files are XML and give direct access to windows type libraries similar to visual basic. With access to type libraries, the need to declare many constants disappears as they are defined

regular expression problem [55621]

2011-01-17 Tema obsahu Kirk
Hello, I am not a coding expert by any means, I am a graphic designer who must utilize code in my web-design projects. I was working on a problem yesterday and opened one of the .php files of the site i was working on in PSPad and found the editor was not handling some of the code properly, the

code explorer: C: function returning pointer type does not appear [55625]

2011-01-17 Tema obsahu zhong qiyao
This does not happen in 4.5.4 formal, but happens in version 4.5.5 beta 2408. 1. This function appears in the code explorer: void main() { } 2. This does not: void *main() { } UI32_T *abc() { } *** The following happens in both 4.5.4 formal and 4.5.5 beta 2408: 1. This does not appear: