2012-07-31 02:53 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbide/projectwizard.prg
  * contrib/hbide/projectwizard.ui
    + Implemented: the contents entered in the "New Project Wizard" are 
       saved in _thePathdesignatedForHbp_.hbptmplt. This will be the 
       intermediate file from where .hbp will be created as per standardards
       adopted so far and then loaded in HbIDE. If such template already 
       exists on the .hbp path asked for, it will be loaded in the 
       interface. How and what action will ask for loading/saving may 
       change. for now examine the template file.
This commit is contained in:
Pritpal Bedi
2012-07-31 10:00:00 +00:00
parent 91f41b6d0f
commit 7a9db15248
3 changed files with 759 additions and 132 deletions

View File

@@ -16,6 +16,17 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-07-31 02:53 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/projectwizard.prg
* contrib/hbide/projectwizard.ui
+ Implemented: the contents entered in the "New Project Wizard" are
saved in _thePathdesignatedForHbp_.hbptmplt. This will be the
intermediate file from where .hbp will be created as per standardards
adopted so far and then loaded in HbIDE. If such template already
exists on the .hbp path asked for, it will be loaded in the
interface. How and what action will ask for loading/saving may
change. for now examine the template file.
2012-07-30 21:01 UTC+0200 Viktor Szakats (harbour syenar.net)
* INSTALL
+ added NOTE on 'install' not working in partial rebuild mode

File diff suppressed because it is too large Load Diff

View File

@@ -1279,7 +1279,7 @@
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QPlainTextEdit" name="plainSwitches">
<widget class="QPlainTextEdit" name="plainExtras">
<property name="geometry">
<rect>
<x>8</x>