Another issue Juha, sorry.
While closing project, if select form is Tdatamodule, form focused or
not focused, Just selected Editor file is Tdatamodule, IDE save this
project info, this is normal, but when reopen project, component palette
showing filtered, and not change if select TForm, always
Please test with the latest changes. Notice my other post about a
Windows specific problem.
Changing the configuration when component filtering (eg. by
DataModule) is active is not very useful but now it works in a
consistent manner.
First, the configuration is not saved by accident, the user real
On Mon, Dec 1, 2014 at 12:30 PM, FreeMan wrote:
> 1-when palette resetting, selected tab being "standard", my idea this is
> not good, no need to change selected tab.
> 2- exp: on TDamodule, "Data Control" tab has no component icon, son this
> tab can be hide.(suggestion)
Yes, these will be f
Do you perhaps have a mixed or corrupted source repository?
Please do:
I did much better, I remove all lazarus files and redownload and remake
(this killing my ssds lifes)
FreeMan, did you get the paletti working? I am curious about what
causes the problems.
There was an issue where the repo
FreeMan, did you get the paletti working? I am curious about what causes
the problems.
There was an issue where the reporter got a filtered palette even when he
did not select a DataModule.
http://bugs.freepascal.org/view.php?id=25224
Nobody could reproduce and it was resolved.
That was before m
On Sun, Nov 30, 2014 at 3:37 PM, FreeMan wrote:
> I wrote, open IDE and new application is started. just one TFORM
> I think problem is, while writing in "environmentoptions.xml" just writing
> visible items.
>
>
>
>
>
I guess you have 21 pages in total. They are all saved
I wrote, open IDE and new application is started. just one TFORM
I think problem is, while writing in "environmentoptions.xml" just
writing visible items.
<*Components Count="_3_"*>
Delete this tag from xml, IDE is started and component palette is
normal. Close IDE
On Sun, Nov 30, 2014 at 1:18 PM, FreeMan 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: stan
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 TActi
On Sun, Nov 30, 2014 at 12:28 PM, FreeMan
wrote:
> Has a new problems, svn r47031 kubuntu 14.04 QT
>
You have a DataModule in your project. You also probably have a mouse
movement stealing focus policy active in KDE.
When the DataModule gets focus, all pages are recreated. It needs
optimization
Has a new problems, svn r47031 kubuntu 14.04 QT
1-) lazarus some main component's tabs is empty, "Data Control, laz
control, ext, custom drawn" etc
2-) Select any tab different the first, Not use 'cos I can not track
specific reason, selected tab been first (standard tab) not sure but my
i
My idea is, Component list is useful then kzdestop's. Maybe need some
improve, in "inheritance" tab, Treeview's lines can show, and founded
component name's node can colored so much readable.
On 21-11-2014 16:08, Flávio Etrusco wrote:
>How does it work? I have not used kzdesktop?
>We have the
On Fri, Nov 21, 2014 at 4:01 AM, Juha Manninen
wrote:
> On Fri, Nov 21, 2014 at 3:37 AM, Flávio Etrusco
> wrote:
>> BTW don't you like the "integrated find" feature, like in e.g. kzdesktop?
>
> How does it work? I have not used kzdesktop?
> We have the Component List (Ctrl-Alt-P) which has a filt
If anybody has problems installing packages or similar, please remove
...
section from local environmentoptions.xml.
The component palette related code was broken for some days last week
and may have corrupted the config.
If packages and their components install fine then no worries.
Reordering
On Fri, Nov 21, 2014 at 3:37 AM, Flávio Etrusco
wrote:
> BTW don't you like the "integrated find" feature, like in e.g. kzdesktop?
How does it work? I have not used kzdesktop?
We have the Component List (Ctrl-Alt-P) which has a filter.
Juha
--
___
Laz
On Wed, Nov 19, 2014 at 1:37 PM, Juha Manninen
wrote:
> On Wed, Nov 19, 2014 at 5:52 PM, FreeMan wrote:
>> Sorry for didn't say before, this job is good.
>
> Thanks.
>
>> Long time ago I was think
>> this. And I thinked, usually programmer use less then 10 component, (Tlabel,
>> Tedit etc.) First
ComponentPalette is refreshed everytime when IDE Options window is closed
clicking the OK button. It should refresh only if something has been
modified.
Sandro
On 19 November 2014 17:37, Juha Manninen wrote:
> On Wed, Nov 19, 2014 at 5:52 PM, FreeMan
> wrote:
> > Sorry for didn't say before, t
On Wed, Nov 19, 2014 at 5:52 PM, FreeMan wrote:
> Sorry for didn't say before, this job is good.
Thanks.
> Long time ago I was think
> this. And I thinked, usually programmer use less then 10 component, (Tlabel,
> Tedit etc.) First Component palette tab can favorite components, can Clone
> icon'
This is not too much important for me, My project open in a just second,
problem can be on my system, Just I let you know, can be some property
triggered, so I wrote.
Sorry for didn't say before, this job is good. Long time ago I was think
this. And I thinked, usually programmer use less then 10
On Wed, Nov 19, 2014 at 3:11 PM, Sandro Cumerlato
wrote:
> Attached patch solves CheckBox panting issue.
Applied, thanks. You are clever, I did not notice that one.
> P.S.: CheckBox is not yet aligned correctly if corresponding row is
> selected.
Aligned to what?
In fact there are 2 very differ
Attached patch solves CheckBox panting issue.
P.S.: CheckBox is not yet aligned correctly if corresponding row is
selected.
Sandro
On 19 November 2014 11:35, Juha Manninen wrote:
> On Wed, Nov 19, 2014 at 10:30 AM, Sandro Cumerlato
> wrote:
> > Painting is not working properly under Windows.
On Wed, Nov 19, 2014 at 10:30 AM, Sandro Cumerlato
wrote:
> Painting is not working properly under Windows. Look at the attachments.
Pease try commenting out the code I added in r46885. For me it makes
no difference but I don't see the redraw errors either.
You can try other experiments around th
>
>
> P.S
> I have also made an option to use CheckBoxes for Boolean values in Object
> Inspector.
> Please check how it works.
> This is not related to component palette though.
>
>
Painting is not working properly under Windows. Look at the attachments.
Sandro
--
I still cannot see any slowdowns when opening forms.
Can anybody else see it?
I can also profile the code later but it is not a high priority.
Juha
P.S
I have also made an option to use CheckBoxes for Boolean values in Object
Inspector.
Please check how it works.
This is not related to component
On Tue, 18 Nov 2014 17:19:17 +0200
FreeMan wrote:
>[...]
> just coincidence I found, RunTimeTypeInfoControls.lpk has
> "rttictrls.lrs" filename, but file not there.
Thanks for the hint. Fixed.
Mattias
--
___
Lazarus mailing list
Lazarus@lists.lazar
For test I downgrade to r46870. I make and rebuild lazarus and test
forms opening speed while opening project, and its normal timeing for
me, mean fast. I add 4 more units, source editor has 7 units and forms
in this test
➜ lazarus svn up -r46872
'.' güncelleniyor:
Uide/componentlist.pas
On Tuesday, November 18, 2014, FreeMan wrote:
> lazarus svn r46872,
> Component Palette order and icon space fixed. On Start IDE and after open
> project Component Palette order and space is normal now.
> But when open project, so much slow opening forms.
>
The palette changes should not affec
On Tue, 18 Nov 2014 11:54:32 +0200
FreeMan wrote:
> But when open project, so much slow opening forms.
You can disable
Tools / Options / Form Editor / Open Designer on open unit
Mattias
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.or
lazarus svn r46872,
Component Palette order and icon space fixed. On Start IDE and after
open project Component Palette order and space is normal now.
But when open project, so much slow opening forms.
On 16-11-2014 11:23, FreeMan wrote:
Hello,
...
from ~/.lazarus/environmentoptions.xml.
Hello,
...
from ~/.lazarus/environmentoptions.xml.
That tag not in there, looked for all files in my profile folder too.
I updated to r46868
Reopen IDE and result is same. I open IDE options, then "Open last
project at start" to Unchecked and Click ok. Re start IDE now
ComponentPalette show
On Sat, Nov 15, 2014 at 1:45 PM, FreeMan
wrote:
> Hello Juha,
> If its possible, can you fix this issue too? I can not click to up button.
> Kubuntu 14.04x64, last svn and QT widgetset
>
It may be fixed already.
I did not see the large gap between icons but I saw the wrong order of
tabs. After
Hello Juha,
If its possible, can you fix this issue too? I can not click to up button.
Kubuntu 14.04x64, last svn and QT widgetset
This picture from first run IDE. After change tab to any other tab ,
space is been normal between icons. My IDE's main window not maximize or
full width of scree
On 11/14/2014 03:15 PM, Juha Manninen wrote:
How to set item height in ListView?
I added :
ComponentsListView.SmallImages := IDEImages.Images_24;
in the settings GUI and somehow the height is now correct on Windows
but on Linux with GTK2 or with QT it is too low. Parts of icons are
cut off.
How to set item height in ListView?
I added :
ComponentsListView.SmallImages := IDEImages.Images_24;
in the settings GUI and somehow the height is now correct on Windows
but on Linux with GTK2 or with QT it is too low. Parts of icons are
cut off.
Juha
--
There is a new feature for reordering tabs and components in the
component palette. See "Component palette" in environment options.
Please test but don't open bug reports yet. The feature is under heavy
development and still has known issues.
One issue is that the tabs show in reverse order sometim
35 matches
Mail list logo