Hi,
Is it possible to use a different ide which then calls Purebasic for compilation and debugging ?
I'm used to using Visual Code on Mac.
I saw this post https://www.purebasic.fr/english/viewto ... 26#p619926 but I'm not sure what a liner is/does also the post appears to be Windows only.
thanks in advance.
possibly to use a different ide ?
Re: possibly to use a different ide ?
I've never tried it, but there is this VSCode extension for PureBasic.
Re: possibly to use a different ide ?
Probably the same stuff but with some more PB related comments.
https://www.purebasic.fr/english/viewtopic.php?t=71170 |<-- this is definitely worth reading
Or if you like Github
https://www.purebasic.fr/english/viewtopic.php?t=71170 |<-- this is definitely worth reading
Or if you like Github
Just because it worked doesn't mean it works.
PureBasic 6.04 (x86) and <latest stable version and current alpha/beta> (x64) on Windows 11 Home. Now started with Linux (VM: Ubuntu 22.04).
PureBasic 6.04 (x86) and <latest stable version and current alpha/beta> (x64) on Windows 11 Home. Now started with Linux (VM: Ubuntu 22.04).
Re: possibly to use a different ide ?
Hello, Notepad ++ also work with PB and include syntax too.
If translation=Error: reply="Sorry, Im Spanish": Endif
Re: possibly to use a different ide ?
It doesn't work on MacOS, otherwise I would suggest my AkelPad assembly
The compiler supports the command line. But in the native IDE there are many useful things that are bundled and cannot be transferred. The IDE has settings that are saved to the source, and the compiler uses them as parameters for each source individually. I suggested making this a separate module so that it could be more easily adapted to another IDE.rootuid wrote: Fri Jul 12, 2024 11:56 am Is it possible to use a different ide which then calls Purebasic for compilation and debugging ?
You can open both IDEs and edit in one and compile in the other, just like I did before when I started using PureBasic. There is nothing complicated about this, you write the code and when it’s time to try it, expand the minimized editor window, it offers to update the modified file, you press Enter to apply and then run the code, that’s it.