keine Lust das jetzt da oben nochmal zu ändern.
// wurde angepaßt
Hier mal der Header nach PB übersetzt:
Code: Alles auswählen
Enumeration 1
#lc_copy
#lc_newparams
#lc_selectall
#lc_setpercent
EndEnumeration
#lcp_wraptext = 1
#lcp_fittowindow = 2
#lcp_ansi = 4
#lcp_ascii = 8
#lcp_variable = 12
#lcp_forceshow = 16
#lcs_findfirst = 1
#lcs_matchcase = 2
#lcs_wholewords = 4
#lcs_backwards = 8
#itm_percent = $FFFE
#itm_fontstyle = $FFFD
#itm_wrap = $FFFC
#itm_fit = $FFFB
#LISTPLUGIN_OK = 0
#LISTPLUGIN_ERROR = 1
Structure ListDefaultParamStruct
PluginInterfaceVersionLow.l
PluginInterfaceVersionHi.l
DefaultIniName.s{#MAX_PATH}
EndStructure
Prototype.i ListLoad(ParentWin.i, FileToLoad.s, ShowFlags.l)
Prototype ListCloseWindow(ListWin.i)
Prototype ListGetDetectString(*DetectString, maxlen.l)
Prototype.i ListSearchText(ListWin.i, *SearchString, SearchParameter.l)
Prototype.i ListSendCommand(ListWin.i, Command.l, Parameter.l)
Prototype.i ListPrint(ListWin.i, *FileToPrint, *DefPrinter, PrintFlags.l, *Margins.rect)
Prototype.i ListNotificationReceived(ListWin.i, Message.l, wParam.l, lParam.l)
Prototype ListSetDefaultParams(*dps.ListDefaultParamStruct)
erste Funktion.