Windows7x64 - file save as fails to respond in Libraries [57026]

2011-08-19 Tema obsahu Kenny Tilley
Hi, I'd post this in the bugs forum but I don't seem to have permission! On my win7-64bit PC, when trying to save as, if I select the libraries link then try to choose documents, the dialogue doesn't respond. Anyone else experience this? -- K http://forum.pspad.com/read.php?2,57026,57026

Re: Windows7x64 - file save as fails to respond in Libraries [57027]

2011-08-19 Tema obsahu Kenny Tilley
Correction to the edit! Rebooting doesn't fix it. What fixes it is being patient. When PSPad is first started, the libraries link on the file open dialogue doesn't work. After waiting 5 or 6 minutes, it starts working! :-/ K -- http://forum.pspad.com/read.php?2,57026,57027 PSPad freeware

=?windows-1250?Q?limit_to_number_of_functions/subroutines_in_code_explorer?_[59995]?=

2012-12-29 Tema obsahu Kenny Tilley
Hi, Is there a limit to the number of functions/subroutines that can be listed in the code explorer window? I have a source file (Fortran) with about 240 functions/subroutines and the code explorer window doesn't list all of them. TIA -- http://forum.pspad.com/read.php?2,59995,59995 PSPad

=?windows-1250?Q?Re:_limit_to_number_of_functions/subroutines_in_code_explorer?_[59997]?=

2012-12-30 Tema obsahu Kenny Tilley
Here ya go! tks. !ftn95$free INTEGER*1 FUNCTION ITEST1() ITEST1 = 1 END INTEGER*2 FUNCTION ITEST2() ITEST2 = 1 END INTEGER*4 FUNCTION ITEST4() ITEST4 = 1 END INTEGER*8 FUNCTION ITEST8() ITEST8 = 1 END INTEGER FUNCTION ITEST() ITEST = 1 END REAL FUNCTION RTEST() RTEST = 1.0

LOG Parser request/bug [60014]

2013-01-07 Tema obsahu Kenny Tilley
Hi, I've just discovered the joys of the log parser to enable lines with compilation errors to be quickly visited - great! Spotted a bug though, in admittedly limited circumstances! If: 1) I have two files open with the same name (but in different folders) 2) I compile one of the files that

Re: Default Project [60329]

2013-03-15 Tema obsahu Kenny Tilley
This feature does not seem to work? I have two projects (A with loads of files, B with a few), regardless of which project I have open when I exit, PSPad always opens project A. My save work/desktop option is set to PSPad opened files only. Please advise K --

Re: Default Project [60348]

2013-03-19 Tema obsahu Kenny Tilley
I have write access, but no [recent work] section? [Find files config] Search where=2 Search directory=c:\duk6 Subdirectories=1 Clear results=1 File masks=*.for Search text=bht Replace text= Ask replace=0 Case sensitive=0 Whole words=0 CodePage=0 [Find/Replace config] Case sensitive=0 Whole

=?windows-1250?Q?Re:_limit_to_number_of_functions/subroutines_in_code_explorer?_[60769]?=

2013-05-28 Tema obsahu Kenny Tilley
Hi Jan, any news on this issue? K -- http://forum.pspad.com/read.php?2,59995,60769 PSPad freeware editor http://www.pspad.com

Highlighting current tab [60770]

2013-05-28 Tema obsahu Kenny Tilley
Hi, I have a large number of files open at the same time, such that it becomes less obvious which is the current file. Is there any way to change the background colour of the current tab? Further to this, it would also be handy if a file tab could be assigned its own colour...any way to do

Re: Highlighting current tab [60775]

2013-05-28 Tema obsahu Kenny Tilley
pspad: I don't know what Windows version or Windows skin do you use, but current tab is highlighted with different color and always is in the bottom tab rows. You can assign tab color for each file type (highlighter)

=?windows-1250?Q?Re:_limit_to_number_of_functions/subroutines_in_code_explorer?_[60776]?=

2013-05-28 Tema obsahu Kenny Tilley
pspad: Fix will be available in the next build. There is no limit on function count, but the asterisk in function name caused the function wasn't recognized

=?windows-1250?Q?regular_expressions_in_"search_in_files"_function?_[66570]?=

2016-02-16 Tema obsahu Kenny Tilley
hi, is there already an option to do "multi-level" searches in the multi-file search and replace function? i'd love to be able to do the equivalent of: grep -i "string1" *.txt | grep -i "string2" directly from within PsPad! even if the listing generated by the first search could be used as

Close All empties the project file as well [66576]

2016-02-19 Tema obsahu Kenny Tilley
After a while my set of tabs becomes "unwieldy" because i've got so many open files. But if I try to use the "Close all" option, the files disappear from my "tree" in the LH pane. is there a less "brutal" option that only closes all the open tabs? K --

Re: Close All empties the project file as well [66583]

2016-02-19 Tema obsahu Kenny Tilley
thanks! works a treat! K -- PSPad freeware editor http://www.pspad.com

=?windows-1250?Q?Re:_regular_expressions_in_"search_in_files"_function?_[66634]?=

2016-03-02 Tema obsahu Kenny Tilley
Thanks. i've just worked out a klunky method to do a 2-level search: 1 do the primary search 2 click the "document" icon to turn the results into an open text file 3 do a manual list search in that document the only downside is that if you have a lot of matches, you have to go hunting back up

screen display issue when restoring/maximising window [73442]

2020-05-13 Tema obsahu Kenny Tilley
see video for details. https://screenrec.com/share/UILodVv7rE not urgent, just irritating. -- K PSPad freeware editor https://www.pspad.com

how to reset the compile command to use the current file rather than the fi= le set as "main file for compiler" [76856]

2021-11-22 Tema obsahu Kenny Tilley
somehow, i have inadvertently set the "main file for compiler" to a particular file but i want to reset it to the "file in the currently open tab" but i can't see where to clear the current setting? TIA K -- PSPad freeware editor

=?windows-1250?Q?timeout_on_background_task?_[78486]?=

2023-07-18 Tema obsahu Kenny Tilley
Hi, i make good use of the "run task in background" feature when invoking my Fortran compiler. This works very well except in one circumstance: When my source file takes longer than about 10 minutes to compile, the logfile puts up a message saying that the task has completed, when in fact it is