2012-02-07 15:49 UTC+0100 Viktor Szakats (harbour syenar.net)

* INSTALL
    + added new item to TROUBLESHOOTING section:
      "12. If you are to report a problem with Harbour itself, always provide
           self-contained, minimal sample source code. Do not use xhb contrib
           library, or any 3rd party Harbour libraries. The sample shall reproduce
           the problem using official stable or nightly Harbour build."
This commit is contained in:
Viktor Szakats
2012-02-07 14:50:09 +00:00
parent 1074ae16b1
commit 3a09c40c29
2 changed files with 16 additions and 4 deletions

View File

@@ -16,11 +16,19 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-02-07 15:49 UTC+0100 Viktor Szakats (harbour syenar.net)
* INSTALL
+ added new item to TROUBLESHOOTING section:
"12. If you are to report a problem with Harbour itself, always provide
self-contained, minimal sample source code. Do not use xhb contrib
library, or any 3rd party Harbour libraries. The sample shall reproduce
the problem using official stable or nightly Harbour build."
2012-02-03 17:26 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp
* contrib/hbqt/qtgui/hbqt_hbqplaintextedit.h
+ Implemented: Drag & Drop of selected text.
It confirms to the standard Windows behavior per drop protocol,
It confirms to the standard Windows behavior per drop protocol,
and in addition, also confirms to the hbIDE's column-selection mode.
2012-02-02 10:32 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

View File

@@ -1296,11 +1296,15 @@ HARBOUR
enough information. Compress your log using zip if it is larger
than 25KB. (use the extension .zip)
With these, you have much better chance to get useful or any response.
10. If you are to report a build problem with a Harbour application,
10. Do not alter the directory layout and files in Harbour and 3rd party
packages.
11. If you are to report a build problem with a Harbour application,
most of the above point applies, plus make sure to use '-trace'
command line option when running hbmk2.
11. Do not alter the directory layout and files in Harbour and 3rd party
packages.
12. If you are to report a problem with Harbour itself, always provide
self-contained, minimal sample source code. Do not use xhb contrib
library, or any 3rd party Harbour libraries. The sample shall reproduce
the problem using official stable or nightly Harbour build.
11. QUICK START TO BUILD YOUR OWN HARBOUR APPLICATIONS