Search found 69 matches: ultra

Return to advanced search

Re: HTMLEditor

I use Ultra Edit Studio for my work. It has a great HTML editor built in. Perhaps this would be a good addition to FiveEdit if there is interest. Otherwise, there are many HTML editors available right now. I think the question ...
by TimStone
Thu Sep 12, 2019 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTMLEditor
Replies: 6
Views: 981

Re: Hunt down my functions in a project

Marc, In Ultra Edit ... make sure you have ALL used .prg files in a project. To find all uses of a function, do a search in All Files. You should then see a list of each occurence, and clicking on it should open that code ... ...
by TimStone
Sat Dec 29, 2018 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hunt down my functions in a project
Replies: 6
Views: 1365

Re: Harbour Problems

... I implemented some of the FWH code. The older methods had some problems because the classes had been significantly enhanced. Using my UE Studio / Ultra Edit, I was able to find and modify the code throughout the source very quickly. In addition, the current code was a significant re-write of my ...
by TimStone
Wed Jul 26, 2017 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Problems | Resolved!!!
Replies: 22
Views: 4020

Re: Warning, MS Edge copy problem

Hi James, I encountered this problem many times when pasting into Ultra Edit. So first I contacted that company. Then I also posted it here, and on the Microsoft forums. The problem is with Edge. It adds that character to every line. I've had interaction ...
by TimStone
Fri May 19, 2017 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning, MS Edge copy problem [Fixed]
Replies: 8
Views: 1384

Re: Using Resource Files with Microsoft resource compiler?

... I just use my regular code editor and do it manually. With the resource tools alignment could be off a few pixels. With a standard coding editor ( Ultra Edit ), you can just make sure all your heights, starting and ending points, and widths are exactly the same. It may seem more difficult, but ...
by TimStone
Mon Aug 01, 2016 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Resource Files with Microsoft resource compiler?
Replies: 4
Views: 969

Re: resedit command

I use Ultra Edit Studio so it would be no problem.

However, I only use one large .rc file. Any resource in it can be found instantly. I just look at the resource name in the .prg, then do a quick find to move to it in the .rc.
by TimStone
Sun Jun 12, 2016 11:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: resedit command
Replies: 11
Views: 2090

One Source, Multiple Builds

... I wanted to have a variety of build options. To do this, I have all of my source .prg and .rc files in one folder which I have as a project in Ultra Edit Studio. In addition, I have .libs for FWH 32 and 64 bit, for Harbour 32 and 64 bit, xHarbour.com, and Microsoft Visual Studio 2015. At the ...
by TimStone
Mon May 16, 2016 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: One Source, Multiple Builds
Replies: 0
Views: 394

Working With Visual Studio 2015 and FWH / Harbour

... to do a setup VS 2015 itself. The advantage here is simple. Use the IDE for everything, and do your builds quickly. I actually edit my files in Ultra Edit Studio, but have VS 2015 open and hit one button to do the build for my tests. It's very fast, and errors of construction are easily displayed. ...
by TimStone
Wed May 04, 2016 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working With Visual Studio 2015 and FWH / Harbour
Replies: 15
Views: 3582

Re: PRG for 32bit & 64bit

... set of .prg files, all in a Source folder. I have 3 builds currently: xHarbour ( .com ), Visual Studio IDE ( with Harbour ), and essentially a Ultra Edit Studio make file that uses VC++ 2013 and Harbour. These are all 32 bit. No matter what build I create ( all determined by their own configurations ...
by TimStone
Wed Mar 23, 2016 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRG for 32bit & 64bit
Replies: 4
Views: 984

Re: New FTDN November/Noviembre 2015 (FWH 15.11)

Antonio, After the 1st of the year, I will be working with these features and more. My test machines include: 1) Tower with ultra-wide monitor 2) All In One desktop with 23" touch monitor 3) Microsoft Surface Book 4) HP 8" Tablet 5) Microsoft Lumia Icon with Windows 10 mobile. ...
by TimStone
Sun Dec 27, 2015 12:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2015 (FWH 15.11)
Replies: 5
Views: 2855

How to avoid the 3 charactor of UTF-8 format?

... format but I have to delete first 3 charactors by edit.exe (Ramesh recommend). For testing is fine, now I try with my existing program and I use Ultra Editor (UE). I cannot compile easily because I have to delete first 3 charactors every time. Have it got some way to ignore this case? Thanks ...
by dutch
Fri Oct 02, 2015 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to avoid the 3 charactor of UTF-8 format?
Replies: 3
Views: 567

Re: New FWH 15.09

Dear Rao, I use Ultra Editor (UE) for writing. Duch What editor do you normally use for writing your programs? You may need notepad or some other such programs only if you want to type in some string constants. Open your program in ...
by dutch
Tue Sep 29, 2015 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.09
Replies: 22
Views: 5046

Re: xHb error - does anyone know what this means

Surprise ... it's not that simple ... Three compiler / linker combinations: 1) xHb.com ( Pelles ) 2) Ultra Edit Studio 3) Visual Studio 2013 The source code is all the same ( in the exact same folder ) The called libraries are the same Now, try to find the actual MakeFile ...
by TimStone
Fri May 22, 2015 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHb error - does anyone know what this means
Replies: 11
Views: 1883

Re: Migrating to Harbour

... FWH, and Microsoft Visual C++ 2013 ( Visual Studio 2013 Professional, with latest updates ) I use one set of source code for both builds. I use Ultra Edit Studio and have a native build ( Windows ) and a called routine ( xHarbour builder ). Thus I only have one set of source code to revise, ...
by TimStone
Mon Dec 15, 2014 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 238
Views: 46051

Re: New Opportunity to try Visual Studio with FWH

Tim, I use Visual Studio 2013 PRO. I also use Ultra Edit Studio. They are connected. When an error occurs, I fix it in UE, then press the Save button. Then in VS 2013, simply press Ctrl F5 and do the build ( and run ). It works smoothly. It sounds ...
by James Bott
Thu Nov 20, 2014 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Opportunity to try Visual Studio with FWH
Replies: 28
Views: 5937
PreviousNext

Return to advanced search

cron