Search found 36 matches: external programs

Searched query: +external +programs

by Ameigh25
Mon Feb 22, 2021 1:26 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: HTMLPAD
Replies: 5
Views: 5458

Re: HTMLPAD

... I also use the CSS program for validation so swing back and forth from programs to programs that I am using. Also use a text editor as I am collating ... otherwise as far as I know. I am sure that I have not used all of its options as I use an external ftp program. I have used htmlpad for years and years.
by Aivars
Fri Jan 11, 2019 1:33 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Sequence of External Programs
Replies: 1
Views: 2199

Re: Sequence of External Programs

I'll add this to bugs, thanks for reporting.
by mjucker
Wed Jan 09, 2019 9:17 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Sequence of External Programs
Replies: 1
Views: 2199

Sequence of External Programs

In ‹Preferences›, there are arrows to move the entries up/down, but in the menu, they remain alphabetically sorted.
by erikno
Sun Jan 06, 2019 4:41 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Previewing in Microsoft Edge Browser
Replies: 8
Views: 7369

Re: Previewing in Microsoft Edge Browser

My Approach with a Little script! Options -> External Programs -> Add Name Path Params: Edge C:\Scripts\StartEdge_From_Webuilder.vbs "%file" -> OK The Script: Set Param = WScript.Arguments Set objShell = CreateObject("Wscript.Shell") objShell.Run("cmd.exe /C start microsoft-edge:http:" + Replace( Param ...
by pmk65
Tue Dec 11, 2018 4:32 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Rapid PHP 2018 Review
Replies: 1
Views: 3349

Re: Rapid PHP 2018 Review

... switching between apps, but CTRL+TAB always work. Also you can setup "External Programs" in the preferences. 3) I have experienced the same problem (Currently I have no panel and is stuck with Chrome preview). So I guess that is a bug, 4) It's Chrome or IE, not Firefox that is used for internal ...
by Aivars
Tue Nov 01, 2016 12:56 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Allow always Externals programs
Replies: 1
Views: 3315

Re: Allow always Externals programs

The problem is that external programs can be configured to use %file (current file) or %dir (current folder) which don't exist when there is no document open. But I'll add it to suggestions list to make at least the tools that don't take %file or %dir available.
by Domdom
Tue Nov 01, 2016 11:03 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Allow always Externals programs
Replies: 1
Views: 3315

Allow always Externals programs

When you have no files open in your editor it is impossible to execute a external program.

For exemple you must chose a random file for execute FILEDIFF from the externals programms.

Can you allow this when there is no files open ?
by pmk65
Mon Jun 22, 2015 4:03 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Tips: Open Command prompt in current doc folder
Replies: 0
Views: 3753

Tips: Open Command prompt in current doc folder

Image

With this setup in "External Tools > External Programs", you can get a command prompt to open in the directory of the current document.
by green1000
Fri Apr 12, 2013 8:21 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: How to open script containing folder in one|two clicks?
Replies: 2
Views: 3559

Re: How to open script containing folder in one|two clicks?

... Click > Copy as Path <--- doesn't work, or please explain in more detail For cmd - Settings > External Tools > External Programs <--- not yet tried
by dedun
Mon Apr 08, 2013 3:45 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: How to open script containing folder in one|two clicks?
Replies: 2
Views: 3559

Re: How to open script containing folder in one|two clicks?

F6 - Open containing folder
View > File explorer
Right Click > Use Shell Menu
Shift Right Click > Copy as Path
Drag and drop into the open file to insert images, css, scripts with all the tags ready for You.
For cmd - Settings > External Tools > External Programs
by CompuTerminator
Wed Mar 06, 2013 2:01 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Which kind of plugins?
Replies: 2
Views: 3220

Which kind of plugins?

... me to find some little helpers for Rapid PHP? Btw, i've much little programs under 'External Programs', hence i don't know exactly, what i'm searching. :oops: Have great days and be in touch, Andreas PS: Sorry for my english, it's alittle bit rusty.
by Gorky
Thu Nov 08, 2012 6:51 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: problem with integration of new cse-validator pro
Replies: 14
Views: 15457

Re: problem with integration of new cse-validator pro

... Now you can launch CSE HTML Validator from the main menu. See Tools > External Programs > CSE HTML Validator. for other users: the default path is c:\program files (x86)\HTMLValidator120\cse120.exe ok thats a dirty hack, but no integration :cry: Gorky
by Nikolajs
Thu Nov 08, 2012 5:58 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: problem with integration of new cse-validator pro
Replies: 14
Views: 15457

Re: problem with integration of new cse-validator pro

... 1) Select Options > Preferences from the main menu. 2) Choose External Tools > External Programs entry in the options tree on the left. 3) Click Add button to add a new external program, a dialog box will appear. 4) Enter the Title (CSE HTML Validator). 5) Click Browse and point to CSE HTML ...
by reacher
Thu Dec 01, 2011 12:24 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Saving file slow under Windows 7?
Replies: 18
Views: 15158

Re: Saving file slow under Windows 7?

... to a network and have either connected or mapped drives or you have an external drive or drives which may or may not be connected. Windows explorer ... can cause sometimes long delays before opening or saving files (some programs utilise internal Windows mechanisms to check drives and paths exist (or ...
by Elygen
Thu Mar 31, 2011 4:19 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: versioning support
Replies: 1
Views: 2323

Re: versioning support

... you can integrate Tortoisesvn with webuilder. So goto Preferences > External Tools > External Programs Click add a new program and use these settings Title: Tortoise Commit Path: C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe Parameters: /command:commit /path:"%file" /closeonend:0 Title: Tortoise ...