IDE: Default-Open-File

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

IDE: Default-Open-File

Post by GPI »

When a usenew file, a blank open file is created. But it would be nice, when a default-file could be definied. For example, when i click on new, a new tab with

Code: Select all

;*************************************
;*
;* Projectname:
;*
;* Version:
;*
;* Change History
;*   -Initial Version
;*
;*************************************
XIncludeFile "c:\purebasic\sources\default.pbi"

would be open.

So i don't must write always the same header.
User avatar
STARGÅTE
Addict
Addict
Posts: 2227
Joined: Thu Jan 10, 2008 1:30 pm
Location: Germany, Glienicke
Contact:

Re: IDE: Default-Open-File

Post by STARGÅTE »

I think for something like the code templates are there?

There, you can insert your header with one click.
PB 6.01 ― Win 10, 21H2 ― Ryzen 9 3900X, 32 GB ― NVIDIA GeForce RTX 3080 ― Vivaldi 6.0 ― www.unionbytes.de
Lizard - Script language for symbolic calculations and moreTypeface - Sprite-based font include/module
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Re: IDE: Default-Open-File

Post by GPI »

ok, then i want a "automatic insert on new files"-Flag in the template -tool :)
MachineCode
Addict
Addict
Posts: 1482
Joined: Tue Feb 22, 2011 1:16 pm

Re: IDE: Default-Open-File

Post by MachineCode »

This was requested before, but was declined by the team. Can't find the post now.
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
Post Reply