|
|||
|
Hi,
since today I'm using TSE (Dos) source code editor for Clipper and xharbour, because I have not found a better one. Sometimes I'm working with Vulcan, here I'm using VIDE instead of VisualStudio. Now I have the idea to use VIDE also for editing the xhb-prg files. And I think VIDE does a good job for this. In VIDE I can define a projekt for my xhb-projects and can manage alle the source files. I have syntax highliting, split windows, Word completion and all what I'm expecting. Ok compiling within VIDE does not work for it is Vulcan, but that does not matter. Those who are searching for a good sourcecode editor for xbase prg-files, have a look on VIDE !! VIDE can be downloaded on www.govulcan.net. On site for Trialversion you can find VIDE. Michael Hagl |
|
|
||||
|
||||
|
|
|
|||
|
On 22 Lug, 14:48, "Michael Hagl" <hag...@hagl.de> wrote:
> Hi, > > since today I'm using TSE (Dos) source code editor for Clipper and xharbour, > because I have not found a better one. > > Sometimes I'm working with Vulcan, here I'm using VIDE instead of > VisualStudio. Now I have the idea to use VIDE also for editing the xhb-prg > files. And I think VIDE does a good job for this. In VIDE I can define a > projekt for my xhb-projects and can manage alle the source files. I have > syntax highliting, split windows, Word completion and all what I'm > expecting. Ok compiling within VIDE does not work for it is Vulcan, but that > does not matter. > > Those who are searching for a good sourcecode editor for xbase prg-files, > have a look on VIDE !! > > VIDE can be downloaded onwww.govulcan.net. On site for Trialversion you can > find VIDE. > > Michael Hagl Michael Hbide have a good sourcecodeeditor and work for clipper harbour and xharbour here the official documentation: http://hbide.vouch.info/ Here same info from my blog http://harbourlanguage.blogspot.com/ where you can find a ready to use version Belgrano Massimo |
|
|||
|
Hi Massimo.
realy good tool. Intellisence works realy great. Mosttimes splitwindow veritcal does not work. In splited window I want to edit another source file so I can see two sourcefiles on screen How to setup to compile/link xharbour.com version ? Have not find any info Michael Hagl "Massimo Belgrano" <massimo.belgrano@gmail.com> schrieb im Newsbeitrag news:157cc7ce-23b4-454e-8da7-ad3da0792b7b@5g2000yqz.googlegroups.com... > On 22 Lug, 14:48, "Michael Hagl" <hag...@hagl.de> wrote: >> Hi, >> >> since today I'm using TSE (Dos) source code editor for Clipper and >> xharbour, >> because I have not found a better one. >> >> Sometimes I'm working with Vulcan, here I'm using VIDE instead of >> VisualStudio. Now I have the idea to use VIDE also for editing the >> xhb-prg >> files. And I think VIDE does a good job for this. In VIDE I can define a >> projekt for my xhb-projects and can manage alle the source files. I have >> syntax highliting, split windows, Word completion and all what I'm >> expecting. Ok compiling within VIDE does not work for it is Vulcan, but >> that >> does not matter. >> >> Those who are searching for a good sourcecode editor for xbase prg-files, >> have a look on VIDE !! >> >> VIDE can be downloaded onwww.govulcan.net. On site for Trialversion you >> can >> find VIDE. >> >> Michael Hagl > > Michael > > Hbide have a good sourcecodeeditor and work for clipper harbour and > xharbour > here the official documentation: http://hbide.vouch.info/ > > Here same info from my blog http://harbourlanguage.blogspot.com/ > where you can find a ready to use version > > Belgrano Massimo |
|
|||
|
On 23 Lug, 09:45, "Michael Hagl" <hag...@hagl.de> wrote:
> Hi Massimo. > > realy good tool. Intellisence works realy great. > > Mosttimes splitwindow veritcal does not work. In splited window I want to > edit another source file so I can see two sourcefiles on screen > > How to setup to compile/link xharbour.com version ? Have not find any info > > Michael Hagl > > "Massimo Belgrano" <massimo.belgr...@gmail.com> schrieb im Newsbeitragnews:157cc7ce-23b4-454e-8da7-ad3da0792b7b@5g2000yqz.googlegroups.com... > > > > > On 22 Lug, 14:48, "Michael Hagl" <hag...@hagl.de> wrote: > >> Hi, > > >> since today I'm using TSE (Dos) source code editor for Clipper and > >> xharbour, > >> because I have not found a better one. > > >> Sometimes I'm working with Vulcan, here I'm using VIDE instead of > >> VisualStudio. Now I have the idea to use VIDE also for editing the > >> xhb-prg > >> files. And I think VIDE does a good job for this. In VIDE I can definea > >> projekt for my xhb-projects and can manage alle the source files. I have > >> syntax highliting, split windows, Word completion and all what I'm > >> expecting. Ok compiling within VIDE does not work for it is Vulcan, but > >> that > >> does not matter. > > >> Those who are searching for a good sourcecode editor for xbase prg-files, > >> have a look on VIDE !! > > >> VIDE can be downloaded onwww.govulcan.net. On site for Trialversion you > >> can > >> find VIDE. > > >> Michael Hagl > > > Michael > > > Hbide have a good sourcecodeeditor and work for clipper harbour and > > xharbour > > here the official documentation:http://hbide.vouch.info/ > > > Here same info from my blog *http://harbourlanguage.blogspot.com/ > > where you can find a ready to use version > > > Belgrano Massimo I try a reply 1) from here http://docs.google.com/leaf?id=0B8Gg...OGU4M2Ri&hl=it Download hbide Download hbmk2 if you want use with xharbou and visit the online documentation http://hbide.vouch.info/ 2) convert xhp to hbp hbmk2 test.hbp -xhp=test.xhp use follow coomand line of hbmk2 -xhp=<file> convert .xhp (xMate) project file to .hbp file adapt if use hbmake or xbp -hbmake=<file> convert hbmake project file to .hbp file -xbp=<file> convert .xbp (xbuild) project file to .hbp file 3) open with notepad test..hbp project created in prev step add follow row if yoy use xharbour -3rd=hbide_xhb=YES add follow row if yoy use xbase++ -3rd=hbide_xpp=YES add follow row if yoy use clipper -3rd=hbide_clp=YES 4) addlib missing from your env that nor are standard like with -l and name of lib or better refer to hbc is present -lfivehx -lFivehc. -lhbzip.lib -lct.lib 5) open your project from hbide using open project and test.hbp press f9 to compile |
|
|||
|
Hello Michael
> realy good tool. Intellisence works realy great. Thanks. > Mosttimes splitwindow veritcal does not work. I could not follow "Mosttimes splitwindow veritcal does not work". It always work. Please download the latest from: http://hbide.vouch.info/ ( uploaded just now ). and please report any issues with splitting. > In splited window I want to edit another source file so I can see two > sourcefiles on screen This is not implemented yet. I will think on this issue and hopefully will comeup with a solution. I agree it is needed many times. > How to setup to compile/link xharbour.com version ? Have not find any info As such hbIDE does not support any other compilation protocol except Harbour and xHarbour.org. But luckily there is a work-around. Follow the steps outlined below: 1. Download latest hbIDE from link above and install. ( It is important because this distro contains latest hbmk2.exe also ) 2. Open <Setup><hbIDE Setup><Paths> page. 3. Provide - hbIDE_root_folder/hbmk2.exe - in <hbmk2 executable> field. You can input manually or click on "folder" button next to the field, navigate to hbIDE's root folder and select hbmk2.exe. 4. Save and exit hbIDE, re-run hbIDE which will ensure that your settings are saved permanently. 5. Open <Setup><Tools & Utilities> dialog. 6. Provide a <Name>. In <Command Line> field provide path to xbuild.exe. In <Parameters> field provide your_project.xbp with full path. 7. Check both <Capture Output> and <Open Console> checkboxes. 8. Click <Execute> to test if your project is build. 9. Report back upto above point if carried out successfully. I will explain then how to hook them as your build tool next. Regards Pritpal Bedi a student of software analysis & design |
|
|||
|
On 23 Lug, 19:52, "Pritpal Bedi" <prit...@vouchcac.com> wrote:
>How to setup to compile/link xharbour.com version ? Have not find any info > > As such hbIDE does not support any other compilation protocol except > Harbour and xHarbour.org. But luckily there is a work-around. Follow the > steps > outlined below: > > 1. Download latest hbIDE from link above and install. > * * ( It is important because this distro contains latest hbmk2.exe also ) > 2. > Regards > Pritpal Bedi > a student of software analysis & design Hello Pritpal Here i have updated hbmk2,hbide at https://docs.google.com/leaf?id=0B8G...OGU4M2Ri&hl=it i propose follow way convert from hbmake,xmate,xpbuild xhp to hbp ( hbmake to hbp) hbmk2 test.bc -hbmake=test.hbp (xmate to hbp) hbmk2 test.hbp -xhp=test.xhp (xbpuild to hbp) hbmk2 test.hbp -hbmake=test.hbp i suggest analyse resultcommand line of hbmk2 -help to undestrand what is test.hbp is a collect of command line each command contained in command line of "hbmk2 -help" may be used as row in hbp ...... xhp=<file> convert .xhp (xMate) project file to .hbp file -hbmake=<file> convert hbmake project file to .hbp file -xbp=<file> convert .xbp (xbuild) project file to .hbp file ..... 3) open with notepad test.hbp project created in prev step add follow row as first if you use xharbour -3rd=hbide_xhb=YES add follow row if yoy use xbase++ -3rd=hbide_xpp=YES add follow row if yoy use clipper -3rd=hbide_clp=YES 4) addd any lib missing from your env that nor are standard like with -l and name of lib or better refer to hbc is present -lfivehx -lFivehc. -lhbzip.lib -lct.lib ore better load hbc if aivable |
|
|||
|
Hi,
I got the following error when want to build ********************************************* Project [ Y:/xp/CSAUFx/APRG.PRG ] Launch [ Yes ] Rebuild [ Yes ] Started [ 09:16:25 ] ---------------------------------------------------------------------------------------------------- Batch File Exists => c:\temp\rn4lvq.bat Batch File Contents => hbmk2 -q -trace -info -lang=en -width=0 -rebuild -hbexe Y:\xp\CSAUFx\APRG.PRG Command => C:\WINDOWS\system32\cmd.exe Arguments => /C c:\temp\rn4lvq.bat ---------------------------------------------------------------------------------------------------- CurDir() => Dokumente und Einstellungen\ich Starting in => Y:\xp\CSAUFx\ Y:\xp\CSAUFx>hbmk2 -q -trace -info -lang=en -width=0 -rebuild -hbexe Y:\xp\CSAUFx\APRG.PRG hbmk2: Autodetected platform: win hbmk2: Error: HB_INSTALL_PREFIX not set, failed to autodetect. Please run this tool from its original location inside the Harbour installation or set HB_INSTALL_PREFIX environment variable to Harbour's root directory. ---------------------------------------------------------------------------------------------------- Exit Code [ 3 ] Exit Status [ 0 ] Finished at [ 09:16:25 ] Done in [ 0.09 Secs ] ---------------------------------------------------------------------------------------------------- Detected executable => Y:\xp\CSAUFx\ Sorry, cannot launch project because of errors... ************************************************** ******* "Massimo Belgrano" <massimo.belgrano@gmail.com> schrieb im Newsbeitrag news:21851bcf-3282-4c0f-bb1c-f6015a35eaf7@z10g2000yqb.googlegroups.com... On 23 Lug, 09:45, "Michael Hagl" <hag...@hagl.de> wrote: > Hi Massimo. > > realy good tool. Intellisence works realy great. > > Mosttimes splitwindow veritcal does not work. In splited window I want to > edit another source file so I can see two sourcefiles on screen > > How to setup to compile/link xharbour.com version ? Have not find any info > > Michael Hagl > > "Massimo Belgrano" <massimo.belgr...@gmail.com> schrieb im > Newsbeitragnews:157cc7ce-23b4-454e-8da7-ad3da0792b7b@5g2000yqz.googlegroups.com... > > > > > On 22 Lug, 14:48, "Michael Hagl" <hag...@hagl.de> wrote: > >> Hi, > > >> since today I'm using TSE (Dos) source code editor for Clipper and > >> xharbour, > >> because I have not found a better one. > > >> Sometimes I'm working with Vulcan, here I'm using VIDE instead of > >> VisualStudio. Now I have the idea to use VIDE also for editing the > >> xhb-prg > >> files. And I think VIDE does a good job for this. In VIDE I can define > >> a > >> projekt for my xhb-projects and can manage alle the source files. I > >> have > >> syntax highliting, split windows, Word completion and all what I'm > >> expecting. Ok compiling within VIDE does not work for it is Vulcan, but > >> that > >> does not matter. > > >> Those who are searching for a good sourcecode editor for xbase > >> prg-files, > >> have a look on VIDE !! > > >> VIDE can be downloaded onwww.govulcan.net. On site for Trialversion you > >> can > >> find VIDE. > > >> Michael Hagl > > > Michael > > > Hbide have a good sourcecodeeditor and work for clipper harbour and > > xharbour > > here the official documentation:http://hbide.vouch.info/ > > > Here same info from my blog http://harbourlanguage.blogspot.com/ > > where you can find a ready to use version > > > Belgrano Massimo I try a reply 1) from here http://docs.google.com/leaf?id=0B8Gg...OGU4M2Ri&hl=it Download hbide Download hbmk2 if you want use with xharbou and visit the online documentation http://hbide.vouch.info/ 2) convert xhp to hbp hbmk2 test.hbp -xhp=test.xhp use follow coomand line of hbmk2 -xhp=<file> convert .xhp (xMate) project file to .hbp file adapt if use hbmake or xbp -hbmake=<file> convert hbmake project file to .hbp file -xbp=<file> convert .xbp (xbuild) project file to .hbp file 3) open with notepad test..hbp project created in prev step add follow row if yoy use xharbour -3rd=hbide_xhb=YES add follow row if yoy use xbase++ -3rd=hbide_xpp=YES add follow row if yoy use clipper -3rd=hbide_clp=YES 4) addlib missing from your env that nor are standard like with -l and name of lib or better refer to hbc is present -lfivehx -lFivehc. -lhbzip.lib -lct.lib 5) open your project from hbide using open project and test.hbp press f9 to compile |
|
|||
|
Hi,
when building there is the following error: ************************************************** ********************************************* Project [ CSauf-hbide ] Launch [ No ] Rebuild [ No ] Started [ 12:10:08 ] ---------------------------------------------------------------------------------------------------- Batch File Exists => c:\temp\6ceuw4.bat Batch File Contents => C:\hbIDE\hbmk2.exe C:\hbIDE\projects\_temp.hbp -q -trace -info -lang=en -width=512 Command => C:\WINDOWS\system32\cmd.exe Arguments => /C c:\temp\6ceuw4.bat ---------------------------------------------------------------------------------------------------- CurDir() => Dokumente und Einstellungen\ich Starting in => C:\hbIDE\projects C:\hbIDE\projects>C:\hbIDE\hbmk2.exe C:\hbIDE\projects\_temp.hbp -q -trace -info -lang=en -width=512 hbmk2: Autodetected platform: win hbmk2: Error: HB_INSTALL_PREFIX not set, failed to autodetect. Please run this tool from its original location inside the Harbour installation or set HB_INSTALL_PREFIX environment variable to Harbour's root directory. ---------------------------------------------------------------------------------------------------- Exit Code [ 3 ] Exit Status [ 0 ] Finished at [ 12:10:08 ] Done in [ 0.06 Secs ] ---------------------------------------------------------------------------------------------------- ************************************************** ************************************************* Michael "Massimo Belgrano" <massimo.belgrano@gmail.com> schrieb im Newsbeitrag news:21851bcf-3282-4c0f-bb1c-f6015a35eaf7@z10g2000yqb.googlegroups.com... On 23 Lug, 09:45, "Michael Hagl" <hag...@hagl.de> wrote: > Hi Massimo. > > realy good tool. Intellisence works realy great. > > Mosttimes splitwindow veritcal does not work. In splited window I want to > edit another source file so I can see two sourcefiles on screen > > How to setup to compile/link xharbour.com version ? Have not find any info > > Michael Hagl > > "Massimo Belgrano" <massimo.belgr...@gmail.com> schrieb im > Newsbeitragnews:157cc7ce-23b4-454e-8da7-ad3da0792b7b@5g2000yqz.googlegroups.com... > > > > > On 22 Lug, 14:48, "Michael Hagl" <hag...@hagl.de> wrote: > >> Hi, > > >> since today I'm using TSE (Dos) source code editor for Clipper and > >> xharbour, > >> because I have not found a better one. > > >> Sometimes I'm working with Vulcan, here I'm using VIDE instead of > >> VisualStudio. Now I have the idea to use VIDE also for editing the > >> xhb-prg > >> files. And I think VIDE does a good job for this. In VIDE I can define > >> a > >> projekt for my xhb-projects and can manage alle the source files. I > >> have > >> syntax highliting, split windows, Word completion and all what I'm > >> expecting. Ok compiling within VIDE does not work for it is Vulcan, but > >> that > >> does not matter. > > >> Those who are searching for a good sourcecode editor for xbase > >> prg-files, > >> have a look on VIDE !! > > >> VIDE can be downloaded onwww.govulcan.net. On site for Trialversion you > >> can > >> find VIDE. > > >> Michael Hagl > > > Michael > > > Hbide have a good sourcecodeeditor and work for clipper harbour and > > xharbour > > here the official documentation:http://hbide.vouch.info/ > > > Here same info from my blog http://harbourlanguage.blogspot.com/ > > where you can find a ready to use version > > > Belgrano Massimo I try a reply 1) from here http://docs.google.com/leaf?id=0B8Gg...OGU4M2Ri&hl=it Download hbide Download hbmk2 if you want use with xharbou and visit the online documentation http://hbide.vouch.info/ 2) convert xhp to hbp hbmk2 test.hbp -xhp=test.xhp use follow coomand line of hbmk2 -xhp=<file> convert .xhp (xMate) project file to .hbp file adapt if use hbmake or xbp -hbmake=<file> convert hbmake project file to .hbp file -xbp=<file> convert .xbp (xbuild) project file to .hbp file 3) open with notepad test..hbp project created in prev step add follow row if yoy use xharbour -3rd=hbide_xhb=YES add follow row if yoy use xbase++ -3rd=hbide_xpp=YES add follow row if yoy use clipper -3rd=hbide_clp=YES 4) addlib missing from your env that nor are standard like with -l and name of lib or better refer to hbc is present -lfivehx -lFivehc. -lhbzip.lib -lct.lib 5) open your project from hbide using open project and test.hbp press f9 to compile |
|
|||
|
Hi Pritpal,
Slitwindown seem to work. HbIde does not save projects functions lookup. When closing and restarting HbIde it re-tags the lookup table. But when first closing the Lookup table and than closing HbIde and starten HbIde and than opens the projects functions lookup by clicking an ican at right side than the lookup table appears at once without re-tag Michael "Pritpal Bedi" <pritpal@vouchcac.com> schrieb im Newsbeitrag news:i2cksi$qp6$1@news.eternal-september.org... > Hello Michael > >> realy good tool. Intellisence works realy great. > > Thanks. > >> Mosttimes splitwindow veritcal does not work. > > I could not follow "Mosttimes splitwindow veritcal does not work". > It always work. Please download the latest from: > http://hbide.vouch.info/ ( uploaded just now ). > and please report any issues with splitting. > >> In splited window I want to edit another source file so I can see two >> sourcefiles on screen > > This is not implemented yet. I will think on this issue and hopefully > will comeup with a solution. I agree it is needed many times. > >> How to setup to compile/link xharbour.com version ? Have not find any >> info > > As such hbIDE does not support any other compilation protocol except > Harbour and xHarbour.org. But luckily there is a work-around. Follow the > steps > outlined below: > > 1. Download latest hbIDE from link above and install. > ( It is important because this distro contains latest hbmk2.exe also ) > 2. Open <Setup><hbIDE Setup><Paths> page. > 3. Provide - hbIDE_root_folder/hbmk2.exe - in <hbmk2 executable> field. > You can input manually or click on "folder" button next to the field, > navigate to hbIDE's root folder and select hbmk2.exe. > 4. Save and exit hbIDE, re-run hbIDE which will ensure that your > settings are saved permanently. > 5. Open <Setup><Tools & Utilities> dialog. > 6. Provide a <Name>. > In <Command Line> field provide path to xbuild.exe. > In <Parameters> field provide your_project.xbp with full path. > 7. Check both <Capture Output> and <Open Console> checkboxes. > 8. Click <Execute> to test if your project is build. > > 9. Report back upto above point if carried out successfully. > I will explain then how to hook them as your build tool next. > > Regards > Pritpal Bedi > a student of software analysis & design > > |
|
|||
|
Hi Pritpal,
I would wish to sort the prg functions list. Because in big prgs its hard to find a special function name Michael "Pritpal Bedi" <pritpal@vouchcac.com> schrieb im Newsbeitrag news:i2cksi$qp6$1@news.eternal-september.org... > Hello Michael > >> realy good tool. Intellisence works realy great. > > Thanks. > >> Mosttimes splitwindow veritcal does not work. > > I could not follow "Mosttimes splitwindow veritcal does not work". > It always work. Please download the latest from: > http://hbide.vouch.info/ ( uploaded just now ). > and please report any issues with splitting. > >> In splited window I want to edit another source file so I can see two >> sourcefiles on screen > > This is not implemented yet. I will think on this issue and hopefully > will comeup with a solution. I agree it is needed many times. > >> How to setup to compile/link xharbour.com version ? Have not find any >> info > > As such hbIDE does not support any other compilation protocol except > Harbour and xHarbour.org. But luckily there is a work-around. Follow the > steps > outlined below: > > 1. Download latest hbIDE from link above and install. > ( It is important because this distro contains latest hbmk2.exe also ) > 2. Open <Setup><hbIDE Setup><Paths> page. > 3. Provide - hbIDE_root_folder/hbmk2.exe - in <hbmk2 executable> field. > You can input manually or click on "folder" button next to the field, > navigate to hbIDE's root folder and select hbmk2.exe. > 4. Save and exit hbIDE, re-run hbIDE which will ensure that your > settings are saved permanently. > 5. Open <Setup><Tools & Utilities> dialog. > 6. Provide a <Name>. > In <Command Line> field provide path to xbuild.exe. > In <Parameters> field provide your_project.xbp with full path. > 7. Check both <Capture Output> and <Open Console> checkboxes. > 8. Click <Execute> to test if your project is build. > > 9. Report back upto above point if carried out successfully. > I will explain then how to hook them as your build tool next. > > Regards > Pritpal Bedi > a student of software analysis & design > > |
|
|||
|
Michael said:
> since today I'm using TSE (Dos) source code editor for Clipper and > xharbour, because I have not found a better one. Michael: Since you are familiar with TSE (the very old DOS Version), why don't you try out their modern offering: TSEPro (Windows 32 version). It works perfectly at the Command Prompt level and has all the features (and key strokes) that you are used to, and besides has *many* new and modern features that will help you immensely in your work and productivity. I think you can download a demo version freely from The Semware Editor (TSE) company site with no obligation. The executable is G32.exe -Mel Smith |
|
|||
|
Hi
> Slitwindown seem to work. Ok. > HbIde does not save projects functions lookup. When closing and restarting > HbIde it re-tags the lookup table. > But when first closing the Lookup table and than closing HbIde and starten > HbIde and than opens the projects functions lookup by clicking an ican at > right side than the lookup table appears at once without re-tag Yes, first time you are to re-tag. Then subsequent runs just load re-tagged projects. hbIDE does not save tags for modified sources automatically. You need to re-tag projects periodically to keep it uptodate. enjoy hbIDEing... Pritpal Bedi |
|
|||
|
On 27 Lug, 21:50, Pritpal Bedi <bedipritpa...@gmail.com> wrote:
> Hi > > > I would wish to sort the prg functions list. Because in big prgs its hard to > > find a special function name > > On my TODO list, will do it soon. > > enjoy hbIDEing... Pritpal Bedi Done by Pritpal Revision: 15212 http://harbour-project.svn.sourcefor...15212&view=rev Author: vouchcac Date: 2010-07-28 15:41:16 +0000 (Wed, 28 Jul 2010) Log Message: ----------- 2010-07-28 08:29 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbplistbox.prg + Added: method :setVisible(). * contrib/hbide/ideedit.prg * contrib/hbide/hbide.prg + Implemented: "Functions List" now supports "Sorted" and "Natural Order" display which is switchable via right-click context menu. * contrib/hbide/idedocks.prg % Fixed: a rare bug where if hbIDE is minimized by any other action than clicking on the "Minimize" title-bar icon on the right, on restoration it was producing RTE. * contrib/hbide/idesaveload.prg + Added: ::aDictionaries instance variable. Futuristic implementation. |
|
|||
|
Hi,
I have a great problem with special chars. All german umlauts (ASCII 81, 84, 149 and so on) are converted to ? when saving a prg file. Therefore the HbIde is useless for european users. Michael "Pritpal Bedi" <bedipritpal.s@gmail.com> schrieb im Newsbeitrag news:5523d98f-ecec-4552-8165-b92d1d478ab8@o7g2000prg.googlegroups.com... > Hi > >> I would wish to sort the prg functions list. Because in big prgs its hard >> to >> find a special function name > > On my TODO list, will do it soon. > > enjoy hbIDEing... Pritpal Bedi > |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|