IDE: Having two or more views of code

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
technicorn
Enthusiast
Enthusiast
Posts: 105
Joined: Wed Jan 18, 2006 7:40 pm
Location: Hamburg

IDE: Having two or more views of code

Post by technicorn »

Very nice to have, splitting the editor window, so you can have views of different parts of the same code, or different codes at once.

Thanks
Technicorn

Ps. Stopping asking for features for the IDE....

for today ;)
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: IDE: Having two or more views of code

Post by PB »

I've always wished I could see another part of my code at times.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

Why?
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

Quick reference. For example, I often need to refer to my ListIconGadget
definition code to remember which columns hold which data. So I could
leave part of the view showing that code while working in another section.
I know this probably isn't easily done to the IDE, though, so I don't mind
if it never surfaces.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
horst
Enthusiast
Enthusiast
Posts: 197
Joined: Wed May 28, 2003 6:57 am
Location: Munich
Contact:

Re: IDE: Having two or more views of code

Post by horst »

PB wrote:I've always wished I could see another part of my code at times.
I think it would help a lot, if I could open another IDE instance (while the preferences are set to tabbed mode).
Horst.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

I'll join the club here: I'd like to have this too :)

It requires a larger change to the IDE though, which is why i have been pushing this one ahead of me so far.
I cannot give you a definite time for when it can be done, as it is not a very high priority.
quidquid Latine dictum sit altum videtur
User avatar
bobobo
Enthusiast
Enthusiast
Posts: 206
Joined: Mon Jun 09, 2003 8:30 am

Post by bobobo »

codecaddy may help (not exactly what you want, but possibly worth to look at) until the ide can handle this natively.
사십 둘 .
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

bobobo wrote:codecaddy may help (not exactly what you want, but possibly worth to look at) until the ide can handle this natively.
Yeah, well, guess why I wrote it? :-)

They why was intended in a slightly different matter, perhaps I should have said: what do you want to watch?

More details about calling parameters etc. belonging to a procedure you are refering to in your code or include? (Which is what CodeCaddy is aiming to do.) Or do you want to have two pieces of code next to eachother and edit both? (Which CodeCaddy obviously cannot do.)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Post Reply