2012/2/28 Graeme Geldenhuys <[email protected]>

> 2012/2/28 William Oliveira Ferreira :
> > i've installed the editortoolbar0.4 and configured it but i wanna change
> the
> > toolbar's buttons glyph to what they mean. How can i do?
> > my toolbar looks like this:
> > http://imagebin.org/201188
> > and on it i have a cut/copy/paste button, toggle comment on selection,
>
>
> The editor toolbar will normally use the same glyph as was used in the
> main menu (main window of Lazarus). Those glyphs you see, should only
> be shown in the case where the menu item didn't have a glyph.
>
> Can you attach the editor toolbar XML settings file (it should be in
> your ~/.lazarus directory - if you use *nix systems).
>
>
> --
> Regards,
>   - Graeme -
>
>
> _______________________________________________
> fpGUI - a cross-platform Free Pascal GUI toolkit
> http://fpgui.sourceforge.net
>
> --
> _______________________________________________
> Lazarus mailing list
> [email protected]
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>

Sure, here it is...

-- 
________________________________
William de Oliveira Ferreira
Bacharel em Sistemas de Informação
<?xml version="1.0"?>
<CONFIG Count="14">
  <Button01 Value="SourceEditor/Clipboard/Cut"/>
  <Button02 Value="SourceEditor/Clipboard/Copy"/>
  <Button03 Value="SourceEditor/Clipboard/Paste"/>
  <Button04 Value="---------------"/>
  <Button05 Value="SourceEditor/Clipboard/Copy filename"/>
  <Button06 Value="---------------"/>
  <Button07 Value="SourceEditor/First static section/InsertToDo"/>
  <Button08 Value="IDEMainMenu/Source/itmSourceBlockActions/itmSourceToggleComment"/>
  <Button09 Value="---------------"/>
  <Button10 Value="SourceEditor/First static section/Find section/FindIdentifierReferences"/>
  <Button11 Value="SourceEditor/First static section/Find Declaration"/>
  <Button12 Value="---------------"/>
  <Button13 Value="SourceEditor/Pages/Close Page"/>
  <Button14 Value="SourceEditor/Pages/Close All Other Pages"/>
</CONFIG>
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to