Re: [Lazarus] Git Plug-in for Lazarus

2015-07-03 Thread hinstance
Learn about many terrible flaws of Git version control system http://bit.ly/1H1NZB2 (in case you haven't yet)I am sure that after you read that article, the idea of having a Git plugin for Lazarus will seem far less appealing 03.07.2015, 11:35, "Eric Kom" eric...@metropolitancollege.ac.sz:Good day

[Lazarus] Lazarus saves source files implicitly

2014-10-24 Thread hinstance
for example, let's say I have project.lpr and unit1.pas. I have both opened in Lazarus. Then I go to version control client and revert my working dir to previous commit. Suppose I changed both project.lpr and unit1.pas in last commit. I revert files; Lazarus asks: project file changed; reload

Re: [Lazarus] Lazarus saves source files implicitly

2014-10-24 Thread hinstance
no I didn't have unsaved changes. or did I ??? 24.10.2014, 17:02, Frederic Da Vitoria davito...@gmail.com: 2014-10-24 14:54 GMT+02:00 Juha Manninen juha.mannine...@gmail.com: You had unsaved changes in the unit source. Juha In this situation IMO, there is an update conflict. Couldn't

Re: [Lazarus] Redundant text on project buttons

2014-10-15 Thread hinstance
yesss indeed a good idea for saving even more space on Project Explorer window: Add files = green thingy Remove files = red thingy Options = grey thingy Help = blue thingy Hmm I just come up with another idea: alternatively we could remove all these buttons from panel and then make it a menu

Re: [Lazarus] Option hints popup truncated

2014-10-15 Thread hinstance
What is the default key combination to get this thing visible??? 04.06.2014, 12:10, zeljko zel...@holobit.net: On 06/04/2014 08:25 AM, Mattias Gaertner wrote:  On Wed, 04 Jun 2014 08:11:38 +0200  zeljko zel...@holobit.net wrote:  On 06/03/2014 01:36 PM, John Landmesser wrote:  .. same issue

[Lazarus] Redundant text on project buttons

2014-10-14 Thread hinstance
These urgently need to be reduced to icons with no text http://s30.postimg.org/5hxkrzfkx/LWaste.png -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Cody package crashes

2014-08-28 Thread hinstance
Okay I reported it: http://bugs.freepascal.org/view.php?id=26639 I am posting this message to the mailing list in case package maintainer reads it 26.08.2014, 14:33, hinsta...@yandex.ru hinsta...@yandex.ru: Show all identifiers dialog of cody package crashes in certain conditions. When I

[Lazarus] Cody package crashes

2014-08-26 Thread hinstance
"Show all identifiers" dialog of cody package crashes in certain conditions. When I have my large project loaded, it always crashes.  -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] EpikTimer v1.0.1 released

2014-05-28 Thread hinstance
I used EpikTimer on Android ARM, it works Well, at least it seems to work. Why you need an example? Just use it; the process is obvious and straightforward. Add epiktimer unit to uses seciton of ur source file; clear timer, start timer, stop timer, read result 28.05.2014, 13:26, Michael

Re: [Lazarus] Shared project configuration

2014-03-25 Thread hinstance
25.03.2014 11:53, Xiangrong Fang ?: Hi All, Is it possible for lazarus to use shared project configurations? The scenario is: 1. I have a project layout as below: root src units demos bin doc The core units I am writing will be put into root/src/units, while demos