Blog moved to Blogspot
Saturday, September 5, 2009 4:33:59 PM
The spirit of Delphi -- moved to delphigeist.blogspot.com
Saturday, September 5, 2009 4:33:59 PM
Thursday, September 3, 2009 8:38:14 PM
)Tuesday, September 1, 2009 10:25:08 AM
Code Completion:
When you type a identifier name that doesn't exist, maybe you forgot to declare you should have this options
Loops:
C++/C#/Java/Other languages benefit have a nice feauter in for loops like so
void myFreakyLoop(){
for (int index = 0; index<=MaxValue; index++){
// do the samba //
}
}
You can write index+=2, so it won't increment index by 1 but by 2 or whatever value you want.
An equivalent in Delphi should be
procedure NewKindOfLoop;
var
index: Integer;
begin
for index := 0 to 1000 step 2 do
// nada //
end;
Looks better ey?
Inlined variables(who, what, where, why...?):
This should be available but in order to keep code readable not like other programming languages i.e. C++ we can live without it. Delphi IDE is very rich, but developers need more feauters that let them focus on the job not on the(where was that option), IDE must be intuitive and options like code completion that I've mentioned above should have been implemented in Delphi 7 aswell(I know you have CTRL+J, but you use CTRL+SPACE alot and it should know what you want or give you options).For example, how does generics help me, seriously now i can't really see it increasing my productivity one bit, here are some links to learn about generics(i won't post any of this ever)
I really hope Delphi developers open eyes and ask for more, because Delphi 7 was a really good release, developers who used it for a long time don't really want to change it just for generics or other price of crap wich doesn't increase you productivity but slows it down!
Saturday, August 29, 2009 9:25:38 AM
Friday, August 28, 2009 9:36:35 PM



Friday, August 28, 2009 9:24:29 PM
WARNING Using pirated software is illegal in most countries and you can be sued to the full extend possible by law in your country. Countries like Sweden does not recognize this as a crime, but most countries do.
Friday, August 28, 2009 8:41:37 PM
anonymous
Анонимно writes: When you are in a not good position and ha ...
anonymous
Анонімний writes: When you're in uncomfortable position and ...
anonymous
Анонимно writes: Buildings are not very cheap and not every ...
anonymous
Анонімний writes: I had got a dream to make my business, ho ...
anonymous
anonymous
nice delphi site
components, tips, etc.
nice site with delphi components
nice delphi examples
german delphi forum, nice one
delphi basic stuff, very good for beginners
too many examples and very well commented
tutorials
a must see site
Open source Delphi game engine
Almost 100% compatibility
Delphi like IDE
You must read this blog
very advanced programming