[Lazarus] Component palette reordering
Juha Manninen
juha.manninen62 at gmail.com
Sun Nov 30 13:14:20 CET 2014
On Sun, Nov 30, 2014 at 1:18 PM, FreeMan <freeman35 at delphiturkiye.com> wrote:
> Sorry for the bad news, its not JUST about DataModule, 'cos I tested in
> empty project, It has just TForm definitions, Just open IDE and check tabs,
> "Data control, ext etc" tabs has no components. and many components not
> showing, example: standard tab has 3 icons. TMainMenu, Tpopupmenu and
> TActionlist. this issue same in Component search form as well (ctrl+alt+P).
Then you have a corrupted configuration.
Go to environment options -> Component palette and click "Restore defauts".
If there still is a problem, open "environmentoptions.xml" in your
local configuration (~/.lazarus) and delete section
<ComponentPaletteOptions> ... </ComponentPaletteOptions>
completely if there is one.
If even that did not help then start Lazarus with clean configuration
: "./lazarus --pcp=~/.laztest" or similar.
BTW, the 3 icons in standard tab are normal for a DataModule.
Juha
More information about the Lazarus
mailing list