Re: [Harbour] hbIDE - Let's review

2010-03-13 Thread francesco perillo
This morning I attended a visual studio 2010 presentation and the
speaker showed us the power of XNA framework (for game development).

He had a pane on the left with a list box containing code snippets.
Double-clicking on one item made VS insert that code (multiline code,
only the first line shown in the listbox) in the source code. He used
this to insert a group of lines in order to explain us what they were
for


I believe that this feature is nice and can be easily accomplished. To
populate the code snippet repository you can make a selection in the
source code and then drag it in the list box... only the first line is
shown in the list box.




On Friday I attented a Spring framework course, using Eclipse I
have to say that Eclipse is a very nice tool and its integration with
Java language is really good.
Today I also saw VS2010 in action and it is also a really good IDE.
Both have very powerfull intellisense, syntax checking (no coloring,
real syntax checking)

Now, can this feature be created in hbide ? ... actually a sort of
compiler is already present in a harbour compiled executable since you
may need to compile codeblock at runtime, so when CR button is pressed
and no ; at the EOL is present, we can pass the line to the compiler
and check for validity... you don't have to execute the code, just do
syntax checking
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] hbIDE - Let's review

2010-03-13 Thread Massimo Belgrano
Imo the way is in debugger with incremental compilation will give powerfull
 intellisense
with debugger hbide will  know varname , function,class


2010/3/13 francesco perillo fperi...@gmail.com

 This morning I attended a visual studio 2010 presentation and the
 speaker showed us the power of XNA framework (for game development).

 He had a pane on the left with a list box containing code snippets.
 Double-clicking on one item made VS insert that code (multiline code,
 only the first line shown in the listbox) in the source code. He used
 this to insert a group of lines in order to explain us what they were
 for


 I believe that this feature is nice and can be easily accomplished. To
 populate the code snippet repository you can make a selection in the
 source code and then drag it in the list box... only the first line is
 shown in the list box.


 

 On Friday I attented a Spring framework course, using Eclipse I
 have to say that Eclipse is a very nice tool and its integration with
 Java language is really good.
 Today I also saw VS2010 in action and it is also a really good IDE.
 Both have very powerfull intellisense, syntax checking (no coloring,
 real syntax checking)

 Now, can this feature be created in hbide ? ... actually a sort of
 compiler is already present in a harbour compiled executable since you
 may need to compile codeblock at runtime, so when CR button is pressed
 and no ; at the EOL is present, we can pass the line to the compiler
 and check for validity... you don't have to execute the code, just do
 syntax checking
 ___



-- 
Massimo Belgrano
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] hbIDE - Let's review

2010-03-11 Thread Pritpal Bedi

Hello Everybody

Today, on 11Mar2010, hbIDE is 3 months and 24 days old, 
and it's time to look at it from different angles.

I invite everybody to express himself as to 

what is left unfinished,
what more is needed, 
what needs to be addressed again,
in context to priorities and preferences.

I am really eager to listen to you.


-
 enjoy hbIDEing...
Pritpal Bedi 
_a_student_of_software_analysis__design_
-- 
View this message in context: 
http://n2.nabble.com/hbIDE-Let-s-review-tp4717833p4717833.html
Sent from the harbour-devel mailing list archive at Nabble.com.
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] hbIDE - Let's review

2010-03-11 Thread Massimo Belgrano
HBIDE is very good tool and imo is very near to xmate level but
I am using hbide as primary editor for harbour

Unfinished the sub project/multi project implementation

What can be done
 more simple create project like visual studio one click create
folder,prg,hbp
 visual define harbour/hbmk flag
 User defined keyboard mapping and user menu
 Project tree require too many click
 automatic tag of  project function lookup for search in seleted project
 when i select a souce of project automatically select this project as
current
 Made possible add documentation to harbour using hbide
 Simple keystroke for open harbour help (f1) and go to selected function
 mark breakpoint  visual debug
 column mode in editor
 extend intellisense capabillty

Follow are requested from other user  that i have received via mail
is Possible use with xharbour or xbase++?
is possible use via command line for edit a project or a prg or rc?
Is possible define the structure of file like fromfoxpro modi stru command?
 Integrate Dot prompt dbase functionaly

Feature can be classified
1) more easy for first time user (i vote this!)
2) more powerfull for advanced user




2010/3/11 Pritpal Bedi bediprit...@hotmail.com


 Hello Everybody

 Today, on 11Mar2010, hbIDE is 3 months and 24 days old,
 and it's time to look at it from different angles.

 I invite everybody to express himself as to

 what is left unfinished,
 what more is needed,
 what needs to be addressed again,
 in context to priorities and preferences.

 I am really eager to listen to you.


 -
 enjoy hbIDEing...
Pritpal Bedi
 _a_student_of_software_analysis__design_
 --
 View this message in context:
 http://n2.nabble.com/hbIDE-Let-s-review-tp4717833p4717833.html
 Sent from the harbour-devel mailing list archive at Nabble.com.
 ___
 Harbour mailing list (attachment size limit: 40KB)
 Harbour@harbour-project.org
 http://lists.harbour-project.org/mailman/listinfo/harbour




-- 
Massimo Belgrano
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] hbIDE - Let's review

2010-03-11 Thread Viktor Szakáts
Hi,

1) To fix the foundation and once and for all 
   the GPFs on all platforms / compiler 
   supported by hbide / QT.
2) To fix .ini file handling to be standard.
3) Related: Merge dangling secondary .ini and similar 
   config files into the central .ini.
4) Related: To solve storing settings on *nix 
   platforms. On these platforms you don't 
   store settings in .ini file in current dir.
5) To use hbmk2 for format conversion.
6) To make the decision: .ui or .uic and stick to 
   only one.
7) Future: To honor formatting and original comments 
   when saving .hbp files.

Brgds,
Viktor

On 2010 Mar 11, at 19:37, Pritpal Bedi wrote:

 
 Hello Everybody
 
 Today, on 11Mar2010, hbIDE is 3 months and 24 days old, 
 and it's time to look at it from different angles.
 
 I invite everybody to express himself as to 
 
 what is left unfinished,
 what more is needed, 
 what needs to be addressed again,
 in context to priorities and preferences.
 
 I am really eager to listen to you.
 
 
 -
 enjoy hbIDEing...
Pritpal Bedi 
 _a_student_of_software_analysis__design_
 -- 
 View this message in context: 
 http://n2.nabble.com/hbIDE-Let-s-review-tp4717833p4717833.html
 Sent from the harbour-devel mailing list archive at Nabble.com.
 ___
 Harbour mailing list (attachment size limit: 40KB)
 Harbour@harbour-project.org
 http://lists.harbour-project.org/mailman/listinfo/harbour

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour