jaPBe für PB 4.00

Ankündigungen PureBasic oder die Community betreffend.
Benutzeravatar
gnozal
Beiträge: 219
Registriert: 04.12.2004 13:01
Wohnort: Frankreich (67)
Kontaktdaten:

Beitrag von gnozal »

hallodri hat geschrieben:japbe laesst sich nicht starten.
Sorry, no problem here (Win98SE and NT4).
BTW, I have uploaded a new version.
hallodri hat geschrieben:Selber kompilieren geht , schmiert aber beim Aufruf
der Einstellungen ab.
Note that to compile the source correctly, you have to execute PackData.pb first to generate up-to-date *.pck files.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Benutzeravatar
edel
Beiträge: 3667
Registriert: 28.07.2005 12:39
Computerausstattung: GameBoy
Kontaktdaten:

Beitrag von edel »

gnozal hat geschrieben:
hallodri hat geschrieben:[...]
hallodri hat geschrieben:Selber kompilieren geht , schmiert aber beim Aufruf
der Einstellungen ab.
Note that to compile the source correctly, you have to execute PackData.pb first to generate up-to-date *.pck files.
Stimmt. Ich habe es schon wieder vergessen :oops:.

Kannst du die Marker (case 2 / box) noch Farbig gestalten (PBIDE) ,
oder habe ich eine Einstellung uebersehen ?

Code: Alles auswählen

case 2 
      SCI_MarkerDefine(#Fold_Open,#SC_MARK_BOXMINUS)
      SCI_MarkerDefine(#Fold_Close,#SC_MARK_BOXPLUS)
      SCI_MarkerDefine(#Fold_End,#SC_MARK_LCORNER)
      SCI_MarkerDefine(#Fold_Mid,#SC_MARK_VLINE)
      
      SCI_MarkerSetFore(#Fold_Open,$FFFFFF)
      SCI_MarkerSetBack(#Fold_Open,0)
      
      SCI_MarkerSetFore(#Fold_Close,$FFFFFF)
      SCI_MarkerSetBack(#Fold_Close,0)
      
      SCI_MarkerSetFore(#Fold_End,$FFFFFF)
      SCI_MarkerSetBack(#Fold_End,0)
      
      SCI_MarkerSetFore(#Fold_Mid,$FFFFFF)
      SCI_MarkerSetBack(#Fold_Mid,0)
Ansonsten gibt es nicht zu meckern , tolle arbeit :allright:
Benutzeravatar
gnozal
Beiträge: 219
Registriert: 04.12.2004 13:01
Wohnort: Frankreich (67)
Kontaktdaten:

Beitrag von gnozal »

hallodri hat geschrieben:Kannst du die Marker (case 2 / box) noch Farbig gestalten (PBIDE) , oder habe ich eine Einstellung uebersehen ?
There is no color option at the moment.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Benutzeravatar
nicolaus
Moderator
Beiträge: 1175
Registriert: 11.09.2004 13:09
Kontaktdaten:

Beitrag von nicolaus »

gnzola hat wieder ein update von jaPBe für PB 4.00 raus gebracht.

Orginal thread im Englischen Forum

Hier die Changelog:
UPDATE TO PB 4.0x

- added new keywords and indentation and/or folding if applicable
- changed /NT4 compiler switch to /SUBSYSTEM NT4
- changed DefType to Define
- added /THREAD compiler switch [language file entry 467]
- added /UNICODE compiler switch [language file entry 468]
- added /SUBSYSTEM OPENGL compiler switch [language file entry 478]
- added compiler restarting if NT4 and/or UNICODE flag has changed [info message : language file entry 469]
- updated syntax coloring for exponential numbers like 123.5e-20
- added brace match check for {} (new fixed length strings)

MISC

- added 'compile manually to resident' menu item [language file entries 482 - 483]
- added new explorer panel to browse *.pb/*.pbi files (double-click to load the file) [language file entry 479]
- fixed 'automatic add end tags for If/Select/For...'
- fixed #gadget_Pref_ToolbarSkin combobox height
- fixed 'paste from info panel' bug
- added two new options for info panel : 'Enable paste from panel' and 'Enable restyling from panel' [language file entries 480 - 481]
- new autoindent alternative [Ctrl+Shift+Tab] : like Ctrl+Tab but all comments on lines with code are set to same column as the first line [language file entry 475]
- new folding style options in Files\Preferences\Style/Editor [language file entries 470-474] : source loading takes more time (if not default style)
- option 'Optimize comment positions' for [Ctrl+Shift+Tab] [language file entry 476]
- new option 'Save source(s) before Compile/Run or Compile/Debug' enabled by default [language file entry 477]
Bild

Download (jaPBe.exe): http://people.freenet.de/gnozal/jaPBeForPB400.zip

Download (source): http://people.freenet.de/gnozal/jaPBeForPB400.7z

Gruß,
Nico
Benutzeravatar
Kiffi
Beiträge: 10711
Registriert: 08.09.2004 08:21
Wohnort: Amphibios 9

Beitrag von Kiffi »

gnozal hat geschrieben:Update

Changes :
- the null byte to separate source code and jaPBe options in the saved file is now optional [language file entry 492]
- another step toward final version : jaPBe for PB4 is now an autoextractible archive ; it contains all you need to use jaPBe (no need to install the old jaPBe).
OriginalThread: http://www.purebasic.fr/english/viewtop ... 602#132602

Download: http://people.freenet.de/gnozal/
a²+b²=mc²
Benutzeravatar
gnozal
Beiträge: 219
Registriert: 04.12.2004 13:01
Wohnort: Frankreich (67)
Kontaktdaten:

Beitrag von gnozal »

Complete change log since original jaPBe hat geschrieben:UPDATE TO PB 4.0x

- added new keywords and indentation and/or folding if applicable
- changed /NT4 compiler switch to /SUBSYSTEM NT4
- changed DefType to Define
- added /THREAD compiler switch [language file entry 467]
- added /UNICODE compiler switch [language file entry 468]
- added /SUBSYSTEM OPENGL compiler switch [language file entry 478]
- added compiler restarting if NT4 and/or UNICODE flag has changed [info message : language file entry 469]
- updated syntax coloring for exponential numbers like 123.5e-20
- added brace match check for {} (new fixed length strings)
- added custom subsystem in Project/Options [language file entry 490]
- updated help system
- updated Ref-Purebasic.txt
- adapted Visual Designer plugin

MISC

- the null byte to separate source code and jaPBe options in the saved file is now optional [language file entry 492]
- added context constant autocompletion : only the pertinent constants are shown (only for PB functions) [language file entry 491]
- added a 'Find variable' feature : F1 with cursor on variable (dialog : double-click = goto line) [language file entries 487 - 489]
- added red error marker '>>>' for marking the last compiler error line (reset before compile)
- added menu item 'Goto last error line' [language file entry 485]
- fixed OffsetOf() syntax coloring bug
- added a checkbox in 'Find / Replace' dialog to avoid replacing items by mistake
- added 'TailBite' menu item (to create a user library)
- added option for Tailbite : cut library file name (MyLIB_V5.pb -> MyLIB) [language file entry 486]
- integrated Constant Explorer plugin to jaPBe [F11, or F1 with cursor on constant]
- added option 'Start Constant Explorer after compile error 'Constant not found'' [language file entry 484]
- added 'compile manually to resident' menu item [language file entries 482 - 483]
- added new explorer panel to browse *.pb/*.pbi files (double-click to load the file) [language file entry 479]
- fixed 'automatic add end tags for If/Select/For...'
- fixed #gadget_Pref_ToolbarSkin combobox height
- fixed 'paste from info panel' bug
- added two new options for info panel : 'Enable paste from panel' and 'Enable restyling from panel' [language file entries 480 - 481]
- new autoindent alternative [Ctrl+Shift+Tab] : like Ctrl+Tab but all comments on lines with code are set to same column as the first line (and much more if 'Optimize code indentation' is activated) [language file entry 475]
- option 'Optimize code indentation' for [Ctrl+Shift+Tab] [language file entry 476]
- new folding style options in Files\Preferences\Style/Editor [language file entries 470-474]
- new option 'Save source(s) before Compile/Run or Compile/Debug' enabled by default [language file entry 477]
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Benutzeravatar
ts-soft
Beiträge: 22292
Registriert: 08.09.2004 00:57
Computerausstattung: Mainboard: MSI 970A-G43
CPU: AMD FX-6300 Six-Core Processor
GraKa: GeForce GTX 750 Ti, 2 GB
Memory: 16 GB DDR3-1600 - Dual Channel
Wohnort: Berlin

Beitrag von ts-soft »

Die ganzen Standard Plugins sind nicht enthalten :(
Hab sie mir aber vorher gesichert :D

//Nachtrag:
Keine deutsche Sprachdatei enthalten :freak:
PureBasic 5.73 LTS | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Nutella hat nur sehr wenig Vitamine. Deswegen muss man davon relativ viel essen.
Bild
Benutzeravatar
gnozal
Beiträge: 219
Registriert: 04.12.2004 13:01
Wohnort: Frankreich (67)
Kontaktdaten:

Beitrag von gnozal »

ts-soft hat geschrieben:Die ganzen Standard Plugins sind nicht enthalten :(
Hab sie mir aber vorher gesichert :D
I never use them. I wanted to have a < 1Mb archive. How many people use what plugins ?
ts-soft hat geschrieben:Keine deutsche Sprachdatei enthalten :freak:
Sorry, this was a mistake : download fixed.
BTW, could someone update deutsch.txt ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Benutzeravatar
ts-soft
Beiträge: 22292
Registriert: 08.09.2004 00:57
Computerausstattung: Mainboard: MSI 970A-G43
CPU: AMD FX-6300 Six-Core Processor
GraKa: GeForce GTX 750 Ti, 2 GB
Memory: 16 GB DDR3-1600 - Dual Channel
Wohnort: Berlin

Beitrag von ts-soft »

gnozal hat geschrieben:
ts-soft hat geschrieben:Die ganzen Standard Plugins sind nicht enthalten :(
Hab sie mir aber vorher gesichert :D
I never use them. I wanted to have a < 1Mb archive. How many people use what plugins ?
Okay, aber vielleicht als Extra-Download? Sind doch sinnvolle Sachen bei!
gnozal hat geschrieben:
ts-soft hat geschrieben:Keine deutsche Sprachdatei enthalten :freak:
Sorry, this was a mistake : download fixed.
BTW, could someone update deutsch.txt ?
Hab zwar die auch fehlende Translate.exe, aber mein englisch ist nicht so gut, ich denke, da wird jemand anderes ran müssen :wink:
PureBasic 5.73 LTS | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Nutella hat nur sehr wenig Vitamine. Deswegen muss man davon relativ viel essen.
Bild
Benutzeravatar
gnozal
Beiträge: 219
Registriert: 04.12.2004 13:01
Wohnort: Frankreich (67)
Kontaktdaten:

Beitrag von gnozal »

ts-soft hat geschrieben:Okay, aber vielleicht als Extra-Download? Sind doch sinnvolle Sachen bei!
Maybe, I will think about it. Meanwhile, there is still GPI's site.
ts-soft hat geschrieben:Hab zwar die auch fehlende Translate.exe, aber mein englisch ist nicht so gut, ich denke, da wird jemand anderes ran müssen :wink:
Vieleicht besser als mein Deustch :wink:
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Antworten