Thank you for adapting the icons, feel free to change or modify them.
I don't know what you think about it but I think it would be more logical to have:
Code: Select all
EnableFolding = Enable automatic unfolding of the procedure after the click
Code: Select all
DisableUnfolding = Disable automatic unfolding of the procedure after the click
If you want to take a look, i prepared a package changing DisableUnfolding to EnableFolding for constants, variables, If, catalogs, be free to take it or not.
PB-IDE-v612-Code-MulticoloredProcedureList_Mod.zip (based on your last package)
And I think it's good enough and useful to enable it by default:
Code: Select all
ProcedureMulticolor = ReadPreferenceLong ("Multicolor", 1) ; PeDre
ProcedureBrowserHideModuleName = ReadPreferenceLong("HideModuleName", 1) ; PeDre
ProcedureBrowserHighlightProcedure = ReadPreferenceLong("HighlightProcedure", 1) ; PeDre
ProcedureBrowserHighlightTimer = ReadPreferenceLong("HighlightTimer", 1000) ; PeDre
ProcedureBrowserScrollProcedure = ReadPreferenceLong("ScrollProcedure", 1) ; PeDre
ProcedureBrowserEnableFolding = ReadPreferenceLong("EnableFolding", 1) ; PeDre
ProcedureBrowserSwitchButtons = ReadPreferenceLong("SwitchButtons", 0) ; PeDre
With the pleasure of seeing AZJIO take part, I've also added the Russian language catalogs
I took the translations here PureBasic_6.10_Rus.zip @AZJIO why isn't it integrated natively, it looks good ?