You are here: PSPad forum > English discussion forum > Mac OS X support
Goto Page: 1234Next
When comparing PSPad vs MacVim, the Slant community recommends MacVim for most people. In the question “What are the best programming text editors?” MacVim is ranked 17th while PSPad is ranked 24th. The most important reason people chose MacVim is. Re Pspad For Mac Download Free PSPad is a very functional and flexible text editor. There is support for many programming languages, including C, C, C#, Pascal, and many others. A collection of Windows Explorer shell extensions with support for many Open-Source and Commercial text editors. Supports EditPad, EditPlus, EmEditor, Komodo Edit, Multi-Edit, Notepad, Programmer's Notepad, PSPad, SciTE, SlickEdit, Sublime Text, TextPad, UEStudio, UltraEdit, VEDIT, Vim and Zeus IDE.Each shell extension displays the text editor's icon and allows the user to open files in. PSPad is a well-known freeware editor among Microsoft® Windows® users. It was released for the first time in 2001 by Mr. Ever since new features were added with each new release. Nowadays, PSPad is one of the best choices when it comes down to many features and the variety of syntax highlighting profiles.
#1 Mac OS X support
Posted by: WillyB | Date: 2006-07-21 21:32 | IP: IP Logged
Could it be possible in the future to run PSPAD on a Mac? Maybe via WineHQ or via X11 (Unix)... it would be very awsome!
Options: Reply | Quote | Up ^
#2 Re: Mac OS X support
Posted by: WillyB | Date: 2006-07-21 21:39 | IP: IP Logged
Using Wine (DarWine) it works to get the program installed and running on the (intel) MacBook... but some (mmm... a lot) errors do occur.
Options: Reply | Quote | Up ^
#3 Re: Mac OS X support
Posted by: pspad | Date: 2006-07-22 07:25 | IP: IP Logged
Options: Reply | Quote | Up ^
#4 Re: Mac OS X support
Posted by: willyb | Date: 2006-07-23 11:53 | IP: IP Logged
no possibility to just compile it for mac os (on intel)?
Options: Reply | Quote | Up ^
#5 Re: Mac OS X support
Posted by: pspad | Date: 2006-07-23 12:27 | IP: IP Logged
Options: Reply | Quote | Up ^
#6 Re: Mac OS X support
Posted by: willyb | Date: 2006-08-02 22:41 | IP: IP Logged
shame shame... no editor as good as PSPad for the Mac (or any Unix for that matter). No porting to X or so possible too? Maybe for the new version?
From now on: appdb.winehq.org exists...
Options: Reply | Quote | Up ^
#7 Re: Mac OS X support
Posted by: pspad | Date: 2006-08-03 02:08 | IP: IP Logged
willyb: shame shame... no editor as good as PSPad for the Mac (or any Unix for that matter). No porting to X or so possible too? Maybe for the new version?From now on: appdb.winehq.org exists...
If Borland writes Delphi compiler for MAC, I will compile it.
Edited 1 time(s). Last edit at 2006-08-03 02:08 by pspad.
Options: Reply | Quote | Up ^
#8 Re: Mac OS X support
Posted by: Andrew T | Date: 2006-08-03 07:19 | IP: IP Logged
And clear Linux/Qt or GTK port? Delphi for linux exists, afaik, but with name Kylix.
You can use CrossKylix crosskylix.untergrund.net to compile your app under windows into linux native code, or download kylix via www.borland.com . Well, I should say that LINUX port would be great, just because running PSpad on Wine is kind of stupid, but other editors lack transparent ftp support... Btv, if the project would be open source, the linux/macos/freebsd port wouldbe only a matter of time.
Edited 1 time(s). Last edit at 2006-08-03 07:19 by Andrew T.
Options: Reply | Quote | Up ^
#9 Re: Mac OS X support
Posted by: pspad | Date: 2006-08-03 07:29 | IP: IP Logged
Exists Kylix - it isn't Delphi and isn't suppoted already. Application have to be developed from the start to be multiplatform.
It means rewrite whole PSPad, use different components, it means know other platforms (Linux, Mac, ...) as programmer.
Options: Reply | Quote | Up ^
#10 Re: Mac OS X support
Posted by: Andrew T | Date: 2006-08-03 08:48 | IP: IP Logged
Well, you have only to publish the source to do this... Wel, I have some 5 year experience in GTK programming, but not to port apps from Delphi... Porting this app would take approx half a year if i do this.
Have you tried compiling it with Kylix?
Options: Reply | Quote | Up ^
Goto Page: 1234Next
Browse forum
Forum
PSPad.com
You are here: PSPad forum > English discussion forum > PSPAD for MAC
#1 PSPAD for MAC
Posted by: pythonui | Date: 2016-02-29 03:30 | IP: IP Logged
Hello Jan,
I have been using 'PSPAD' in windows system since many years. It is good editor for me. I have written many scripts for my daily usage. I am using 'PSPAD' for everything (Reading, Coding etc). Now I have new laptop(Macbook pro). So my basic question is how can I use PSPAD in MAC ? Yes using 'WINE' I am able to use in MAC, But what can I do for my scripting? Please guide me for this ? How can I do scripting in PSPAD for MAC?
(Is it possible to port PSPAD for MAC ?)
--
Thanks
Options: Reply | Quote | Up ^
#2 Re: PSPAD for MAC
Posted by: pspad | Date: 2016-02-29 11:50 | IP: IP Logged
I am sorry, I have no experiences with MAC and wine.
Try to look at some advices here and install WSH into wine:
bit.ly
Edited 1 time(s). Last edit at 2016-02-29 11:50 by pspad.
Options: Reply | Quote | Up ^
#3 Re: PSPAD for MAC
Posted by: pythonui | Date: 2016-03-01 07:39 | IP: IP Logged
Thank you for reference ! Not useful in my case... Not able to install wsh on mac. Need to find some workaround for this.
--
Thanks
Options: Reply | Quote | Up ^
#4 Re: PSPAD for MAC
Posted by: gwinkless | Date: 2016-03-01 12:22 | IP: IP Logged
pythonui:Not able because?
What error do you get? Is it just that the winetricks file doesn't run? It looks like it's designed for Linux only...
Looking through the winetricks script it looks like (for jscript) you must download
and then run
rm $WINEPREFIX/dosdevices/c:/windows/system32/jscript.dll
wine Windows2000-KB917344-56-x86-enu.exe /q
then for vbscript download download.microsoft.com and run
rm $WINEPREFIX/dosdevices/c:/windows/system32/vbscript.dll
wine vbs56men.exe /q
If WINEPREFIX isn't set then you should probably replace it with $HOME/.wine
HTH
Edited 1 time(s). Last edit at 2016-03-01 12:24 by gwinkless.
Options: Reply | Quote | Up ^
#5 Re: PSPAD for MAC
Posted by: pythonui | Date: 2016-03-02 03:18 | IP: IP Logged
@gwinkless Thank You very much for your answer !
I have found another workaround for this.. I have downloaded winebottler.kronenberg.org and then install PSPAD using that. This has inbuilt support of winetricks and now I am able to install wsh for jscript,vbscript and csscript.
--
Thanks
Options: Reply | Quote | Up ^
#6 Re: PSPAD for MAC
Posted by: pythonui | Date: 2016-03-02 03:27 | IP: IP Logged
Hello Jan,
I have installed PSPAD on mac, but I found theme of this is different then what I am using in Windows 8. See this
Is there any setting to do for this?
Options: Reply | Quote | Up ^