The compiler is not ready

Just starting out? Need help? Post your questions and find answers here.
Randy Walker
Addict
Addict
Posts: 989
Joined: Sun Jul 25, 2004 4:21 pm
Location: USoA

Re: The compiler is not ready

Post by Randy Walker »

I wish one of these IDE experts would edit the and recompile the IDE to give us a setting to start the compiler when you launch the IDE, and then flag this thread [SOLVED] and I stop getting notifications to login to follow this pointless debate. :mrgreen:
- - - - - - - - - - - - - - - -
Randy
I *never* claimed to be a programmer.
User avatar
MikeHart
User
User
Posts: 16
Joined: Sat Sep 02, 2017 7:29 pm
Location: Germany

Re: The compiler is not ready

Post by MikeHart »

Just unsubscribe to the topic.
Randy Walker
Addict
Addict
Posts: 989
Joined: Sun Jul 25, 2004 4:21 pm
Location: USoA

Re: The compiler is not ready

Post by Randy Walker »

MikeHart wrote: Sat Mar 01, 2025 7:22 am Just unsubscribe to the topic.
OH? IS that possible?
OH! Found it. It's i n the email.
- - - - - - - - - - - - - - - -
Randy
I *never* claimed to be a programmer.
AZJIO
Addict
Addict
Posts: 2141
Joined: Sun May 14, 2017 1:48 am

Re: The compiler is not ready

Post by AZJIO »

moricode wrote: Thu Feb 27, 2025 4:45 am ooh, you may say use other EDITOR like notepad++ to studying when you don't want to compiler ?
AkelPad?
User avatar
NicTheQuick
Addict
Addict
Posts: 1503
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Re: The compiler is not ready

Post by NicTheQuick »

moricode wrote: Sat Mar 01, 2025 3:49 amIf the purpose of starting the compiler in standby mode only communicate to IDE and give the IDE FUNCTIONLIST , why would the "ver 6 IDE" or the "author of ver 6 IDE" and realease of "ver 6 IDE" in "ver 6 Purebasic" , doesn't know about the "ver 6 FUNCTIONLIST " ?

Just put the FUNCTIONLIST in a .ini file or something , the IDE will know, then no need to load compiler when using IDE.

Why make things complicated ?
The whole thing is better thought out than you think. The same IDE can be used to work with different versions of the PB compiler. You can even define several compilers directly in the settings and then select which one you want to use for each source code or project.
It would be much more effort to integrate the function lists of all compilers into the IDE. Above all, the IDE and compiler are two independent projects. It makes little sense to regularly update two projects here if only the compiler changes.
You have also forgotten that the compiler supports subsystems and can provide different functions and commands depending on the selected subsystem. So there is a dynamic component that cannot be integrated into the IDE.

There is no point in getting upset about it now. Other IDEs do the same thing. In VSCode, the concept is called LanguageServer. There is also a dedicated process running in the background that collects information about how the IDE should highlight the syntax.
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
moricode
Enthusiast
Enthusiast
Posts: 162
Joined: Thu May 25, 2023 3:55 am

Re: The compiler is not ready

Post by moricode »

NicTheQuick wrote: Sat Mar 01, 2025 1:01 pm
There is no point in getting upset about it now. Other IDEs do the same thing. In VSCode, the concept is called LanguageServer. There is also a dedicated process running in the background that collects information about how the IDE should highlight the syntax.
i am not upset , but used to it.

The problem of delay startup/loading compiler in standby mode 15secs or more , and also problem of delay when hit F5 RUN or build exe , some time delay more than 30 secs , all this quirk defeat the purebasic as claim fast compiler.
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: The compiler is not ready

Post by Fred »

The pbcompiler should start in less than 1 sec, if it doesn't then you have a problem with a third party software (ie: AV). It is used at startup to load a lot of things and it stays in the background waiting for the compilation of your source, so you can have lighting fast compilation as it doesn't reload all the needed dependencies. Unlike other IDE, the pbcompiler is fully reusable between compilations without being unloaded/reloaded hence the 'STANDBY' mode.
jak64
Enthusiast
Enthusiast
Posts: 619
Joined: Sat Aug 15, 2020 5:02 pm
Location: Ciboure (France)

Re: The compiler is not ready

Post by jak64 »

OK, Thanks
Randy Walker
Addict
Addict
Posts: 989
Joined: Sun Jul 25, 2004 4:21 pm
Location: USoA

Re: The compiler is not ready

Post by Randy Walker »

moricode wrote: Thu Feb 27, 2025 8:17 am
AZJIO wrote: Thu Feb 27, 2025 7:45 am
We can say something else. For example, download the IDE sources and fix it the way you want. You'll say you have more important things to do. But developers have more important things to do, too.
I wish i could do that , but i am stupid and do not understand more on this IDE source.
Makes me feel better knowing I'm not the only one. :lol:
(Always thought of myself as an idiot operator,more than being stupid, but guess both apply.)
- - - - - - - - - - - - - - - -
Randy
I *never* claimed to be a programmer.
Post Reply