Re: Deutsche Sprachdatei zum downloaden [40024]

2007-04-18 Tema obsahu Stefan
ältere PSPad Version benutztbar. -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs[/url] + [url=http://forum.pspad.com/read.php?2,16286,page=2]Infos[/url] + [url=http://forum.pspad.com/read.php

Re: Deutsche Sprachdatei zum downloaden [40039]

2007-04-19 Tema obsahu Stefan
Danke für das Feedback :-D -- http://forum.pspad.com/read.php?5,23485,40039 PSPad freeware editor http://www.pspad.com

=?windows-1250?Q?Re:_Regexp_Help:_What_is_the_modifier_/m_?_[40187]?=

2007-04-30 Tema obsahu Stefan
The basic edit component which PSPad use didn't support multi line regex. But you can try an plug in here = http://forum.pspad.com/read.php?2,34061 -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs

Re: Feature request for DOS highlighter : add gotos in Code Explorer [40556= ]

2007-05-16 Tema obsahu Stefan
/homepages/bea/home/subjects/ith305/description.html Thank you Stefan -- http://forum.pspad.com/read.php?2,40484,40556 PSPad freeware editor http://www.pspad.com

Re: 2 inconsistencies in MS-DOS highlighter 4.5.2 (stable and 2265) [40577]

2007-05-16 Tema obsahu Stefan
So what is the rule? pipe | less then greater then circumflex ^ are Keywords and should be bold in PSPad and break the string? But all after this keywords is an string again, if it is not an another keyword? The circumflex ^ is an escape character for keywords in Batch and should be in

Improve PSPad script engine [40608]

2007-05-18 Tema obsahu Stefan
A few suggestion to the handling of the PSPad script engine. . . 1.) Why not load scripts with correct extension _only_? If this would be i could easily disable scripts by changing the extension and i could have read.me's in the script folder. # 2.) If an script have an

=?windows-1250?Q?Script:_kind_of_GUI_for_PSPad_scripts?_[40610]?=

2007-05-18 Tema obsahu Stefan
some choosing in the AutoIT-GUI. Redirect this back to the PSPad-script. . The purpose is... right now i have three InputBox'esone after the other to get user response. Would be nice if i have ONE GUI for all user inputs. . . Stefan -- http://forum.pspad.com/read.php?2,40610,40610 PSPad

Re: Improve PSPad script engine [40611]

2007-05-18 Tema obsahu Stefan
Thanks hankejh, this sounds like that i want to wrote if my english would be better. -- http://forum.pspad.com/read.php?2,40608,40611 PSPad freeware editor http://www.pspad.com

Re: Deutsche Sprachdatei zum downloaden [40620]

2007-05-19 Tema obsahu Stefan
! Happy PSPad-ing (und spendet alle schön an Jan Fiala) Stefan -- http://forum.pspad.com/read.php?5,23485,40620 PSPad freeware editor http://www.pspad.com

PSPad script request: insert numbers [40623]

2007-05-20 Tema obsahu Stefan
I want to make an script but i'm not that coder. So maybe someone with more knowledge want to step in? Idea: I like to use portable apps which use INI for settings. In this ini's are often items like yxz 001 = yxz 002 = yxz 003 = I like sometimes to modify this ini by hand. Now i have the need

Re: PSPad script request: insert numbers [40624]

2007-05-20 Tema obsahu Stefan
An another script idea is this: Generate a set of lines at once. Sometimes i need a couple of lines the belong together like Name001= App001= Para001= Folder001= Icon001= Name002= App002= Para002= Folder002= Icon002= Name003= App003= Para003= Folder003= Icon003= . . . Now i imaging an script

Re: PSPad script request: insert numbers [40625]

2007-05-20 Tema obsahu Stefan
. or an better and more common idea: 1.) I wrote an example on my own in PSPad like yxz001= or Name001= App001= Para001= Folder001= Icon001= . . 2.) i select this example and start an script: . 3.) The script ask the user how many he needs: InputBox(Amount,,10) . 4.) This script simple

=?windows-1250?Q?Re:_Script:_kind_of_GUI_for_PSPad_scripts?_[40628]?=

2007-05-20 Tema obsahu Stefan
Yes an .HTA would fit. The GUI is configurable and easy to create. See example .HTA e.g. here http://dieseyer.de/scr/input.hta (http#//dieseyer.de/scr/input.hta) Save as file with .hta extension (e.g. test.hta) and double click it. (german language) from

Re: http link won't be highlighted after the first tab [40633]

2007-05-21 Tema obsahu Stefan
! Thanks -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs[/url] + [url=http://forum.pspad.com/read.php?2,16286,page=2]Infos[/url] + [url=http://forum.pspad.com/read.php?6,24628]Special Settings[/url

=?windows-1250?Q?Re:_Script:_kind_of_GUI_for_PSPad_scripts?_[40639]?=

2007-05-21 Tema obsahu Stefan
Thank you grigri, i think at such an concept too since i make smtg like this with dos batches too :D I will test your script, many thanks. -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs[/url

Re: Future Feature: File Tabs Rows switch [40643]

2007-05-21 Tema obsahu Stefan
Maybe the tool window tab open files could be improved to select the entries there like in explorer (with Shift or Ctrl) and choose Close or Save etc. ??? . . And i would like to remember BTW on an old wish of my, maybe it is now possible to implement: new tool window tab [color=blue]recent file

=?windows-1250?Q?Re:_Script:_kind_of_GUI_for_PSPad_scripts?_[40645]?=

2007-05-21 Tema obsahu Stefan
Hi grigri, could you please a little bit simplify your script? It's easy to modify the [color=blue]ts.writeLine('[/color] line. . -- BTW. can i use [color=blue]ts.writeLine([/color] also? Since there are also comment with ' in the hta file i get an error in the JScript because of

Re: PSPad script request: insert numbers [40646]

2007-05-21 Tema obsahu Stefan
WOW men o men thank you grigri, i have never though that it is that much code. No wonder now that i didn't came far over the week end. Kudos to you. -- http://forum.pspad.com/read.php?2,40623,40646 PSPad freeware editor http://www.pspad.com

Re: PSPad script request: insert numbers [40652]

2007-05-21 Tema obsahu Stefan
Exercise one: prefix/postfix, a few MsgBoxes, insert Numbers only, changeable separators, OK.. just playing around a lil bit too :-D _Thank you_ for your help, i need it. Here is my modified version of your script: ' VB Script Document ' http://forum.pspad.com/read.php?2,40623 ' Posted by:

Re: Problem with scripts [40657]

2007-05-21 Tema obsahu Stefan
Hi Donny, did you put any other file in the PSPad script folder? like an other script to learn from it or maybe an text file for your notices or smtg like that? Note: there may nothing other then correct PSPad script files in the subfolders VB, JS and XML. -- greeds, Stefan [img]http

Re: Improve PSPad script engine [40659]

2007-05-21 Tema obsahu Stefan
5.) Improve the addMenuItem Option with an fifth parameter == Tool tip which should be show if the mouse pointer is hoovered over the menu item. . e.g. addMenuItem Go down and select lines, menuName, GoToDownAndSel ,Ctrl+Shift+ALt+D,Select an line and automaticly extend the selection downwarts .

Script: CSV to BB code Table [40666]

2007-05-22 Tema obsahu Stefan
. ' -- ' author: Stefan Schuck 2007 for PSPad.com and DonationCoder.com ' Based on an proof of concept from Crono at http://www.donationcoder.com/Forums/bb/index.php?topic=8504.msg61390#msg61390 ' Use code from : Scott Greenberg [EMAIL PROTECTED

=?windows-1250?Q?Re:_Did_someone_ask_for_a_recent_files_tab?_[40753]?=

2007-05-29 Tema obsahu Stefan
Thank you Grigri. -- http://forum.pspad.com/read.php?2,40752,40753 PSPad freeware editor http://www.pspad.com

=?windows-1250?Q?Re:_Did_someone_ask_for_a_recent_files_tab?_[40781]?=

2007-05-30 Tema obsahu Stefan
Sorry grigir, i have not the time to test... maybe at the weekend? But i will, surely :-D Thanks for the fix... -- http://forum.pspad.com/read.php?2,40752,40781 PSPad freeware editor http://www.pspad.com

Re: Deutsche Sprachdatei zum downloaden [40796]

2007-05-31 Tema obsahu Stefan
dieses Inhaltes heißt ebenfalls History ... somit ist m.E. der Menüpunkt History News passend und ich würde den gerne so belassen. Ich werde die deutsch.ini heute Mittag hochladen. Danke an alle für die Unterstützung. Ihr habt mir und der PSPad-Gemeinde sehr geholfen. Stefan -- http

=?windows-1250?Q?Re:_Did_someone_ask_for_a_recent_files_tab?_[40804]?=

2007-05-31 Tema obsahu Stefan
entries but i see none. Any advises? Stefan -- http://forum.pspad.com/read.php?2,40752,40804 PSPad freeware editor http://www.pspad.com

=?windows-1250?Q?Re:_Did_someone_ask_for_a_recent_files_tab?_[40824]?=

2007-06-01 Tema obsahu Stefan
Thanks grigri, this release works for me. cite: ProductName : PSpadRecentFilesTab FileVersion : 1.00 ProductVersion: 1.00 InternalName : PSpadRecentFilesTab OriginalFilename

=?windows-1250?Q?Re:_Did_someone_ask_for_a_recent_files_tab?_[40822]?=

2007-06-01 Tema obsahu Stefan
: Maybe I should have called the thread Beta-testers wanted... :-/ Don't worry. It's fine that you share your knowledge with the community. Stefan -- http

Re: German translation: ALT+D problem [40896]

2007-06-05 Tema obsahu Stefan
Alt+D != Alt,D -- http://forum.pspad.com/read.php?4,40889,40896 PSPad freeware editor http://www.pspad.com

=?windows-1250?Q?Re:_Did_someone_ask_for_a_recent_files_tab?_[40904]?=

2007-06-06 Tema obsahu Stefan
I wonder why you can't register the DLL simply from the script's init section ? pseudo code: INIT registerDLL . Function registerDLL() myDLL = ..\..\xyz.dll IF Error (try to access myDLL) Then _ regsvr32 myDLL Else _ Exit Function End If Stefan -- http://forum.pspad.com/read.php

Re: Deutsche Sprachdatei zum downloaden [41346]

2007-07-12 Tema obsahu Stefan
ist in der nächsten PSPad beta mit dabei. -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs[/url] + [url=http://forum.pspad.com/read.php?2,16286,page=2]Infos[/url] + [url=http://forum.pspad.com

Re: PSPad unicode 4.5.3 (2269) English [41378]

2007-07-16 Tema obsahu Stefan
Thank you Jan. Question: Is this OK? I see nothing about XHTML in Direct edit mentioned? Jan: Drag/Drop file into XHTML - you can switch odd the CLASS attribute in the Program settings / Direct edit

Re: PSPad unicode 4.5.3 (2269) English [41435]

2007-07-19 Tema obsahu Stefan
pspad: You can copy to clipboard text you want to use as replace text and call dialog. The you have prefilled both fields... Yes, we

Re: PSPad unicode 4.5.3 (2269) English [41436]

2007-07-19 Tema obsahu Stefan
. . Stefan: Thank you Jan. Question: Is this OK? I see nothing about XHTML in Direct edit mentioned? Jan: Drag/Drop file into XHTML

Re: PSPad unicode 4.5.3 (2269) English [41437]

2007-07-19 Tema obsahu Stefan
this settings belong to Program(Part) or Editor(part) better then to Tools ... isn't it? Stefan: pspad: You can copy to clipboard text

Re: show/analyze csv-files [41499]

2007-07-23 Tema obsahu Stefan
Maybe you can try an VBScript from gogogadgetscott to align your columns: http://gogogadgetscott.info/computers/cc/ http://gogogadgetscott.info/computers/cc/snippet.php?sid=44 -- http://forum.pspad.com/read.php?2,41484,41499 PSPad freeware editor http://www.pspad.com

=?windows-1250?Q?Re:_How_do_you_create_a_Template?_[41557]?=

2007-07-27 Tema obsahu Stefan
TRUSTAbyss: but I don't see how to add my own template to PSPad. What do I have to do? - File New File Use Templates or - Ctrl+N

Re: Multi-Line Search Testers Needed [41559]

2007-07-27 Tema obsahu Stefan
Maaany thanks phdesigner (..and vbr too! The $0 backreferences is announced since all 1.3.x versions but i still don't know how it should work. Normal would be Search: (regex) Replace: $1 I think it didn't work at all right now, see #54 :-D ) . -- Multiline search works fine:

=?windows-1250?Q?Re:_Case_insensitive_by_default_?_[41582]?=

2007-07-29 Tema obsahu Stefan
Kenny: Hi, I have searched my whole partition, but there is no search.ini file to find regarding PSPad, * Did you work with

Re: How to create tables and run queries in SQL ORACLE [41646]

2007-08-03 Tema obsahu Stefan
Hi Adam, i don't know how but take a look at Settings Highlighter Settings LEFT side: SQL RIGHT side: Extern + Compiler -- http://forum.pspad.com/read.php?2,41645,41646 PSPad freeware editor http://www.pspad.com

Re: How to create tables and run queries in SQL ORACLE [41652]

2007-08-03 Tema obsahu Stefan
your legs on the table and wait till someone with more knowledge came along. CY Stefan -- http://forum.pspad.com/read.php?2,41645,41652 PSPad freeware editor http://www.pspad.com

Re: Fantastic feature [41653]

2007-08-03 Tema obsahu Stefan
in front/at end of line Ctrl+W word wrap on/off Ctrl+Shift+K reformat an looong line into short lines Note: * This are standard short cut layouts, perhaps you may have changed this on your own? * Ctrl = Strg on german keyboards -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif

Re: Fantastic feature [41704]

2007-08-08 Tema obsahu Stefan
eric1235711: ... If I type mysql_con Ctrl+space and select mysql_connect it prints out: mysql_connect([string server], [string username], [string password], [bool new_link], [int

Re: Fantastic feature [41720]

2007-08-08 Tema obsahu Stefan
? Yes. Goto PSPad Settings Program Settings... Then to Key map Then use the [Print]-button an you get an HTML-Preview in browser. (no printer needed so far) Under 'Key map' you can also set your own settings. -- greeds, Stefan [img]http://pspad.milten.lima-city.de

Re: [Print]-Button does not work correctly [41728]

2007-08-09 Tema obsahu Stefan
from your temp folder under C:\Documents and Settings\YoUrNaMe\Local Settings\Temp\ or in short %USERPROFILE%\Local Settings\Temp\pspadkeymap.html or even shorter %Temp%\pspadkeymap.html --- . -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722

Sort - remove duplicates for Specify column only [41743]

2007-08-09 Tema obsahu Stefan
I use Edit Sort with ticked option Specify column with ticked option remove duplicates Sadly remove duplicates check the hole line if it duplicated. I need an option where remove duplicates checks only the line at the Specify column e.g. this two lines should be (optional) duplicates if i

Re: [Print]-Button does not work correctly [41778]

2007-08-10 Tema obsahu Stefan
hoppfrosch: Two questions/remarks: 1. Where is pspadkeymap.html generated to? I've looked inside my PsPad-Installation directory and haven't found any

=?windows-1250?Q?Re:_Case_insensitive_by_default_?_[41783]?=

2007-08-10 Tema obsahu Stefan
There is no such mentioned search.ini any more. History and configuration is stored into Recent.INI in the sections: [Find/Replace config] [Find/Replace find history] -- http://forum.pspad.com/read.php?2,41579,41783 PSPad freeware editor http://www.pspad.com

Re: No image-files in project file tree [41795]

2007-08-12 Tema obsahu Stefan
Hi bussi and welcome. WRT your request: such files like picture should be in an sub folder of your project,... like Images. Then they are not disturbing you any more. (as long as the project came not from an customer or co-worker) But you have found already an solution, fine ;-) --

Re: [Print]-Button does not work correctly [41816]

2007-08-13 Tema obsahu Stefan
eric1235711: f8 stopped working again... That can't be that hard :-( Did you edit your PSPad key settings? Did you use an app with an

Re: Deutsche Sprachdatei zum downloaden [41821]

2007-08-14 Tema obsahu Stefan
helmut: ... Hi Helmut, ich hab' deine Bemerkung gelesen aber noch nicht die nötige Ruhe darüber nachzudenken. Aber ich habe mich bei

Re: Feature request - Hide lines [41823]

2007-08-14 Tema obsahu Stefan
with (single line) RegEx, see the [Copy] -Button. . . I want to take this js and convert it to VBS, add some InputBoxes to access an RegEx from user. Let's see if i have the time :-( . -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http

Re: Trim Trailing Spaces - not working [41831]

2007-08-14 Tema obsahu Stefan
an shortcut to this command if you need it regularly. -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs[/url] + [url=http://forum.pspad.com/read.php?2,16286,page=2]Infos[/url] + [url=http://forum.pspad.com

Re: Make HTML text into a link [41841]

2007-08-15 Tema obsahu Stefan
. -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs[/url] + [url=http://forum.pspad.com/read.php?2,16286,page=2]Infos[/url

Re: Delete selected Text without deleting html tags [41873]

2007-08-16 Tema obsahu Stefan
other peoples too. -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs[/url] + [url=http://forum.pspad.com/read.php?2,16286,page=2]Infos[/url] + [url=http://forum.pspad.com/read.php?6,24628]Special

Re: User bars [41886]

2007-08-17 Tema obsahu Stefan
What are Userbars??? cite from Wikipedia: http://en.wikipedia.org/wiki/Userbar cite: Userbars are small rectangular images that are designed to be put in an Internet forum signature block.

Re: Using PSPad on a USB key [41908]

2007-08-19 Tema obsahu Stefan
Hi Franz, thanks but i think this version would be outdated shortly. Why not make an how to about this? . -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs[/url] + [url=http://forum.pspad.com

=?windows-1250?Q?Re:_quickway_to_preview_in_different_browsers?_[41923]?=

2007-08-20 Tema obsahu Stefan
explain in detail please? So others could benefit from this post too. . -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs[/url] + [url=http://forum.pspad.com/read.php?2,16286,page=2]Infos[/url] + [url

Re: highlighted tags [41949]

2007-08-22 Tema obsahu Stefan
? what do you mean ? -- http://forum.pspad.com/read.php?2,41933,41949 PSPad freeware editor http://www.pspad.com

Re: search forward does not respect cursor position after searching for mat= ching bracket [41957]

2007-08-23 Tema obsahu Stefan
confirmed with build 2271. I have a similar problem building an VBScript: f.ex.: [color=blue]vStartPos = editor.caretY[/color] 'line 3 [color=blue]wsh.SendKeys {F3} sleep 1000 vEndPos = editor.caretY [/color]'line 12 ;wsh.SendKeys ^+t [color=blue]wsh.SendKeys here is the cursor at line

Re: Feature request: Line splitter and Spaces to Tab [41972]

2007-08-24 Tema obsahu Stefan
. What complex regular expressions ??? Search: \s{4} Replace: \t [x] Regular Expressions (o) backwarts \s means white spaces (blank) {4} means 4 times \s (same as \s\s\s\s) HTH? -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url

Re: Editor Font Selection [41974]

2007-08-24 Tema obsahu Stefan
?2,38904,40825 http //forum.pspad.com/read.php?2,38904,40825 http://forum.pspad.com/read.php?2,38577,38579 http //forum.pspad.com/read.php?2,38577,38579 http://forum.pspad.com/read.php?2,36369,36369 http //forum.pspad.com/read.php?2,36369,36369 -- greeds, Stefan [img]http://pspad.milten.lima-city.de

Re: Feature request: Line splitter and Spaces to Tab [41985]

2007-08-25 Tema obsahu Stefan
Word wrap and reformat works on blanks only. Use RegEx to split lines without blanks in it. What kind of people needs to convert blanks to tabs? -- http://forum.pspad.com/read.php?2,41969,41985 PSPad freeware editor http://www.pspad.com

Re: How to call two different C compiler as external tools on the same time= [41995]

2007-08-26 Tema obsahu Stefan
or vbscript instead of an compiler to execute your two compilers from the batch/script? -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs[/url] + [url=http://forum.pspad.com/read.php?2,16286,page=2]Infos

Re: Feature request: Line splitter and Spaces to Tab [42002]

2007-08-27 Tema obsahu Stefan
Lolo: Stefan: What kind of people needs to convert blanks to tabs

Re: Feature request: Line splitter and Spaces to Tab [42003]

2007-08-27 Tema obsahu Stefan
Lolo: Stefan: What kind of people needs to convert blanks to tabs

Re: How to call two different C compiler as external tools on the same time= [42014]

2007-08-27 Tema obsahu Stefan
broker70: Ok, this is one possible solution. But when I would like to use one tool at time, the next time the other tool, You could

Re: How to call two different C compiler as external tools on the same time= [42028]

2007-08-28 Tema obsahu Stefan
broker70: Jan, do you participate in the develoment of PSPad? :-)) :-O :-D Der war gut! Jan programmiert PSPad alleine: http

Re: PSPad 4.5.2 installation-package for U3 [42029]

2007-08-28 Tema obsahu Stefan
Moved. PSPad: Developer forum (beta versions) ...Don't create topics please. If you do it, I will move it out to corresponding forum.

Re: Adding pairing tags/Selecting TAG…/TAG [42035]

2007-08-28 Tema obsahu Stefan
Moved. pspad: _Developer forum (beta versions)_ ... Don't create topics please. If you do it, I will move it out to corresponding

Re: search forward does not respect cursor position after searching for mat= ching bracket [42039]

2007-08-28 Tema obsahu Stefan
Yes i will. Let's see if i have it on my thump drive... if not then tomorrow. It's a simple VBS which do sendkeys F3 sendkeys Ctrl+Shift+T sendkeys DEL Before executing the script i have downloaded an HTML file and did a search for scri in it to have smtg for F3 search again.. Then i go two,

Re: Search not wrapping to top of the file [42043]

2007-08-28 Tema obsahu Stefan
Check out new beta 2272 http://forum.pspad.com/read.php?6,42042 -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs[/url] + [url=http://forum.pspad.com/read.php?2,16286,page=2]Infos[/url] + [url

Re: Adding pairing tags/Selecting TAG…/TAG [42058]

2007-08-29 Tema obsahu Stefan
@Jan As always mentioned/suggested please don't hard code such settings into the PSPad.EXE but read this setting from INI so anybody can add/delete/modify such things on his own needs. Is this possible? Thanks -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased

Re: Adding pairing tags/Selecting TAG…/TAG [42060]

2007-08-29 Tema obsahu Stefan
Ondrej Beran: Stefan: @Jan please don't hard code such settings into the PSPad.EXE but read this setting from INI

Re: User Defined String Triggers [42064]

2007-08-29 Tema obsahu Stefan
command such us execute an Script or an PSPad macro. (Executing an extern command could be useful too) [color=blue][convert | Convert code with convert.vbs] {*{Script\VBscript\convert.vbs}*} ;[/color] -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since

=?windows-1250?Q?Re:_Is_it_possible_to_disable_buttons_in_the_status_bar?_[42067]?=

2007-08-29 Tema obsahu Stefan
Check out Settings Program Settings... Program part 2 . -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs[/url] + [url=http://forum.pspad.com/read.php?2,16286,page=2]Infos[/url] + [url=http

Re: F A Q - Frequently-Asked Questions about PSPad [42076]

2007-08-29 Tema obsahu Stefan
Q: How do I assign files without a file extension (like *.txt) · · to a specific highlighter? A: Menu Settings / Highlighter settings · · Choose highlighter · · and on the second tab add *. into extension list -- http://forum.pspad.com/read.php?2,12797,42076 PSPad freeware editor

Re: Assign file without extensions to a highlighter [42084]

2007-08-30 Tema obsahu Stefan
, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs[/url] + [url=http://forum.pspad.com/read.php?2,16286,page=2]Infos[/url] + [url=http://forum.pspad.com/read.php?6,24628]Special Settings[/url] http://forum.pspad.com

Re: User Defined String Triggers [42093]

2007-08-31 Tema obsahu Stefan
. Or see here [url=http://www.pspad.com/en/pspad-extensions.php]http:// www.pspad.com/en/pspad-extensions.php[/url] -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs[/url] + [url=http

Re: Help about Language help [42094]

2007-08-31 Tema obsahu Stefan
to the favorites an Tool. Put there e.g. the path to your HTML-Help.chm in and THERE you can use this %word% placeholder. HTH? -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs[/url] + [url=http

Re: Help about Language help [42095]

2007-08-31 Tema obsahu Stefan
(i'm translating back from italian, so i'm not sure that help file is what is wrote on the form Just switch shortly to english language :D That's what i do twenty times a day. -- http://forum.pspad.com/read.php?2,42090,42095 PSPad freeware editor http://www.pspad.com

Re: Help Links [42115]

2007-09-01 Tema obsahu Stefan
sholle: The top link looks like this: http://www.google.com/firefox?client=firefox-arls=org.mozilla:en-US:official all on one line of course. The bottom link looks like this: http://www.google.com/ Use the top link

Re: Multi-Line Search Testers Needed [42136]

2007-09-03 Tema obsahu Stefan
I just have copied some text from a web page and paste it into PSPad. But the list was paste as * Text * Text *... . With phReplace i was able to search for \* and replace with* and i have reformatted my text at easy as: * Text * Text * Text * Many thanks Paul ! --

Re: Request: Search Options [42138]

2007-09-03 Tema obsahu Stefan
In PSPad you have to first load F3 to 'find again' To load use an Strg+F search first, then use F3. You can also search word under cursor with Strg+Shift+ArrowDown{2}. After doing this once you can also use F3 for 'find again' then. . . -- greeds, Stefan [img]http://pspad.milten.lima

Re: Weird TAB key behavior bld 2272 [42140]

2007-09-03 Tema obsahu Stefan
Hi, never see such behaviour. One question to clear thing: Did you have an automation tool running? Such as AutoHotkey, AutoIt or like this. Someone that remap your keys or do smtg if you press defined keys. -- http://forum.pspad.com/read.php?4,42131,42140 PSPad freeware editor

Re: Show location of File in Windows Explorer [42152]

2007-09-04 Tema obsahu Stefan
1) View ToolPanel 2) Explorer Tab in ToolPanel 3) press sync with file 4) context menu of folder Explorer Or write a VBScript to open containing folder of current file. -- http://forum.pspad.com/read.php?2,42151,42152 PSPad freeware editor http://www.pspad.com

Re: Help Links [42159]

2007-09-04 Tema obsahu Stefan
Already answered in first reply. Which part you doesn't understood? -- http://forum.pspad.com/read.php?2,42103,42159 PSPad freeware editor http://www.pspad.com

Re: Help Links [42163]

2007-09-04 Tema obsahu Stefan
I wanted to see if I could write in a link in such a way that would tell it which browser to use. No this is not possible, this option just call the windows default browser. You can use the solutions in the first reply. If you don't like ToolsPanel use External application wich you can use

Re: Project Tree Tab [42234]

2007-09-12 Tema obsahu Stefan
it again. -- FTP Tab should be there again. -- now you can dock it again in the ToolPanel - if this not work then --- close PSPad --- open PSPad.ini in Notepad --- go to the section labeled with [Panels] --- chance FTPPanel=0 to FTPPanel=1 HTH? -- greeds, Stefan [img]http://pspad.milten.lima

Re: changing seltext in script removes selection [42239]

2007-09-13 Tema obsahu Stefan
Thanks Jan, I would like to see this script functions too. I have tested to find an SelStart-function in the last weeks. I know i can get the SelEnd with editor.caretX but i have not found an way to get the start position of an selection so i think SelStart would come in handy here. --

Re: pspad not opening all files from previous session [42248]

2007-09-13 Tema obsahu Stefan
Settings Program Settings... Files and Dirs or try if it helps if you delete the file PSCache.BIN BTW: the last version is v4.5.3 build 2272 from beta forum. You can unpack the download over your existing 4.5.2 version and replace the old files. -- greeds, Stefan [img]http

Re: takes too long time to open big size file [42272]

2007-09-15 Tema obsahu Stefan
highlighting winking smiley implemented since build 4.3.3 beta (2047) Date: 08.02.2005 See http://forum.pspad.com/read.php?6,24628 -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased

Re: Feature Request: Backup current File (manually) [42280]

2007-09-16 Tema obsahu Stefan
) . _Save a Copy as..._ * I have Template.txt open * [color=blue]SAVE A COPY AS...[/color] work.txt * the old Template.txt is still open (work.txt is closed) . . -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj

Re: VBScript, simple example. [42298]

2007-09-18 Tema obsahu Stefan
Const module_name = someName 'this name must be unique !!! Const module_ver = 0.001a 'version of your script '== ' name Init is required, its called automatically ' during initialization to create menu items Sub Init

Re: Switched computers - text data sent to printers now different - critica= l [42317]

2007-09-18 Tema obsahu Stefan
Did you use the same font? -- http://forum.pspad.com/read.php?2,42313,42317 PSPad freeware editor http://www.pspad.com

Re: Dutch [42325]

2007-09-18 Tema obsahu Stefan
Nederlands.ini or Dutch.ini to Support at PSPad. Thanks . -- greeds, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs[/url] + [url=http://forum.pspad.com/read.php?2,16286,page=2]Infos[/url] + [url=http

Re: saving cursor-position in line [42342]

2007-09-19 Tema obsahu Stefan
I just use Ctrl+ArrowLeft :-D -- http://forum.pspad.com/read.php?2,32969,42342 PSPad freeware editor http://www.pspad.com

Re: PSPad unicode 4.5.3 (2275) English [42343]

2007-09-19 Tema obsahu Stefan
Thank you Jan. -- http://forum.pspad.com/read.php?6,42340,42343 PSPad freeware editor http://www.pspad.com

Re: add new filename extension for c/c++ [42347]

2007-09-19 Tema obsahu Stefan
bashdrew: is there a way to include another extension ... to treat it as a c/c++ source code? thanks. Take a look under Settings

Support AutoHotkey script to script PSPad [42391]

2007-09-22 Tema obsahu Stefan
Hi Jan, is it possible for you to let us use AutoHotkey scripts to script PSPad like now with VBS and JS? -- http://forum.pspad.com/read.php?2,42391,42391 PSPad freeware editor http://www.pspad.com

  1   2   3   4   5   >