Developed or developing a new product in PureBasic? Tell the world about it.
eddy
Addict
Posts: 1479 Joined: Mon May 26, 2003 3:07 pm
Location: Nantes
Post
by eddy » Fri Jan 18, 2008 5:40 am
moved :
http://www.purebasic.fr/english/viewtopic.php?t=31689
Features :
- enable / disable auto-indent on the fly (directly after pressing RETURN or *SPACE key)
- enable / disable debugger
- auto insert toolbar icon
- dropdown menu for futur features
How to use :
- unzip this file
- add and configure this tool (look below)
PB Code Farmer ( beta2 )
TODO LIST
- start single instance for each editor
- new feature : clean paste code
(configuration example below)
Last edited by
eddy on Sat Mar 29, 2008 8:29 pm, edited 14 times in total.
win10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool
chen
Enthusiast
Posts: 338 Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:
Post
by chen » Fri Jan 18, 2008 5:56 am
Im gonna tested it... but
Does it run in Linux?
I can answer myselft... its an exe an a DLL then only windows....
Hope you can do it for Linux...
Last edited by
chen on Fri Jan 18, 2008 5:59 am, edited 1 time in total.
nicolaus
Enthusiast
Posts: 456 Joined: Tue Aug 05, 2003 11:30 pm
Contact:
Post
by nicolaus » Fri Jan 18, 2008 5:58 am
Wat dose this "Code Framer" ?
eddy
Addict
Posts: 1479 Joined: Mon May 26, 2003 3:07 pm
Location: Nantes
Post
by eddy » Fri Jan 18, 2008 10:47 am
this program add "auto-indent" functionality ( like Japbe )
Code: Select all
select
case
xxx
default
xxx
endselect <----- type return key
Code: Select all
select
case
xxx
default
xxx
endselect
win10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool
GG
Enthusiast
Posts: 266 Joined: Tue Jul 26, 2005 12:02 pm
Location: Lieusaint (77), France
Post
by GG » Fri Jan 18, 2008 12:49 pm
Doest it insert <space> to indent or <TAB> ?
Purebasic 6.12 64 bits - Windows 11 Pro 64 bits 23H2
eddy
Addict
Posts: 1479 Joined: Mon May 26, 2003 3:07 pm
Location: Nantes
Post
by eddy » Fri Jan 18, 2008 8:53 pm
GG wrote: Doest it insert <space> to indent or <TAB> ?
TAB if you enable 'real TAB' option in your preference panel.
win10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool
HeX0R
Addict
Posts: 1187 Joined: Mon Sep 20, 2004 7:12 am
Location: Hell
Post
by HeX0R » Wed Jan 23, 2008 12:24 pm
chen wrote:
Does it run in Linux?
I can answer myselft... its an exe an a DLL then only windows....
Hope you can do it for Linux...
You can build one on your own for Linux:
Source
eddy
Addict
Posts: 1479 Joined: Mon May 26, 2003 3:07 pm
Location: Nantes
Post
by eddy » Wed Jan 23, 2008 4:00 pm
It's not a cross-platform tool. ( a lot of win$ API functions )
win10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool
blueznl
PureBasic Expert
Posts: 6166 Joined: Sat May 17, 2003 11:31 am
Contact:
Post
by blueznl » Wed Jan 23, 2008 4:23 pm
Euh, do you care to share the source?
( 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 ... )
eddy
Addict
Posts: 1479 Joined: Mon May 26, 2003 3:07 pm
Location: Nantes
Post
by eddy » Fri Jan 25, 2008 3:52 am
PB Code Farmer beta 2 is out...
Ok I'll send the API window hook example. "overloading scintilla callback"
win10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool
techjunkie
Addict
Posts: 1126 Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:
Post
by techjunkie » Mon Jan 28, 2008 3:18 pm
Very nice... Works like a charm!
Thanks.
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.