Thank you! That is what I will use - Notepad ++ in my Windows 10 machine.
From: Rob Hagemans [mailto:robhagemans@users.sourceforge.net]
Sent: Sunday, December 22, 2019 12:43 AM
To: [pcbasic:discussion]general@discussion.pcbasic.p.re.sourceforge.net
Subject: [pcbasic:discussion] editor for pc-basic
How to make multi-colors on notepad ++. I just downloaded it. And could you compile a program as an execute file from .BAS to .EXE? On regular Notepad, my file is myhiroll.txt.
Thanks,
Cedric T. Jemison
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it required to download Go before downloading basgo-build_windows.amd64 version? I see Go is a large file (115mb) and I'm using windows 8.1 64-bit as an operating system.
Thanks,
Cedric
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it required to download Go before downloading basgo-build_windows.amd64 version? I see Go is a large file (115mb) and I'm using windows 8.1 64-bit as an operating system.
No, Go is not required for basgo-build, but Go is going to be required to build the final EXE. The process goes like this:
basgo-build: compiles from .BAS to .go
go: compiles from .go to .EXE
If you need further help, you can open issues at https://github.com/udhos/basgo/issues or email me directly. I guess we should avoid cluttering PCBASIC forum with discussions not directly related to it.
Cheers,
Everton
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
what is a good editor for creating files to be read by PC-Basic?
Thanks -
Any decent text editor works, i.e. anything but Notepad ;)
On Windows, I like https://notepad-plus-plus.org/ .
Thank you! That is what I will use - Notepad ++ in my Windows 10 machine.
From: Rob Hagemans [mailto:robhagemans@users.sourceforge.net]
Sent: Sunday, December 22, 2019 12:43 AM
To: [pcbasic:discussion] general@discussion.pcbasic.p.re.sourceforge.net
Subject: [pcbasic:discussion] editor for pc-basic
Any decent text editor works, i.e. anything but Notepad ;)
On Windows, I like https://notepad-plus-plus.org/ .
editor for pc-basic
https://sourceforge.net/p/pcbasic/discussion/general/thread/a4f535ea54/?lim it=25#be52
Sent from sourceforge.net because you indicated interest in
https://sourceforge.net/p/pcbasic/discussion/general/
To unsubscribe from further messages, please visit
https://sourceforge.net/auth/subscriptions/
Rob,
How to make multi-colors on notepad ++. I just downloaded it. And could you compile a program as an execute file from .BAS to .EXE? On regular Notepad, my file is myhiroll.txt.
Thanks,
Cedric T. Jemison
Cedric,
You could try this compiler to translate from .bas to .exe:
https://github.com/udhos/basgo
If you need help, let me know.
Cheers,
Everton
Everton,
Is it required to download Go before downloading basgo-build_windows.amd64 version? I see Go is a large file (115mb) and I'm using windows 8.1 64-bit as an operating system.
Thanks,
Cedric
No, Go is not required for basgo-build, but Go is going to be required to build the final EXE. The process goes like this:
basgo-build: compiles from .BAS to .go
go: compiles from .go to .EXE
If you need further help, you can open issues at https://github.com/udhos/basgo/issues or email me directly. I guess we should avoid cluttering PCBASIC forum with discussions not directly related to it.
Cheers,
Everton
If you are using Linux. Geany works a treat and has syntax highlighting for BASIC.
The proper line endings can be set with [Document]-[Set Line Endings]-[Convert and Set
to CR/LF (Windows)]
Stuart