Messages - SkyIDE [ switch to compact view ]

Pages: prev1 ... 9 10 11 12 13 [14] 15 16 17 18 19 ... 50next
66
Thanks hamradio

67
A possible idea that should be possible is to make it to where you can enter the search engine(s) and have a special code like FARR does where the user can put at a specific place ($$1) and it will be replaced by the selected word???

Interesting concept. I will have to look into it.

Concernng the search, I know Google has a DLL but I was actually thinking of something else. Instead of using their copyrighted DLL, I will open up a browser window and manually input the search syntax in the address bar. E.g: word at carot is Microsoft, than you would insert

h t t p://w w w.google.com.au/search?hl=en&q=Microsoft&btnG=Google+Search&meta=

Selected word is "int"

h t t p :// w w w .google.com.au/search?hl=en&q=int&btnG=Google+Search&meta=


Ignore the spaces


I can do the same for Yahoo etc...

:)

68
I am about to implement an online help system into SkyIDE. This is how it will work.

E.g: Word at carot is "file". You press F2 and Google opens up searching for that word.
Another example: Word at carot is getline(), you press F2 and Google opens up searching for that word.

I wish there was some C++ help file in a Windows Help file format or in a HTML with JavaScript format which I can freely re-distribute. I would pass the selected word to the JavaScript engine to search for the keyword where it would bring up that page.

For now, I will use Google, if there is anything else I could use, let me know.

Later on I will provide an option for more search engine choices....


I hope I am not violating any rights?

69
Developer's Corner / Re: Here's Why You Shouldn't Program Alone
« on: June 22, 2007, 06:47 PM »
Well, considering this applies to me and many others out there, I can firmly say that having a second coder is not a bad idea. Two brains are better than one and having more than two people is better again. You would have to have some type of protocol that all members must follow and potential conflicts should be resolved that way.

70
Developer's Corner / Re: SkyIDE - Latest Release Information
« on: June 19, 2007, 03:09 AM »
SkyIDE Beta 14 has been released - Release Notes


This release of SkyIDE is huge. A lot of bug fixes and a lot of new features, changes and improvements have been implemented.

I had to postpone some of the features due to lack of time. Some of these features are the Linker Dialog which lets you link object files, the DLL compilation section and spreading the code into DLLs in order to improve overall speed. There are so many other features that I need to implement...


Here is what has been done for Beta 14


Added: Bakefile support is back! (I have big plans with this)
Added: Finalized support for VB.NET
Added: Support for Visual C++ Express 2005 v8.0
Added: Multi-file compilation support for Digital Mars D
Added: Multi-file compilation support for Digital Mars C++
Added: Multi-file compilation support for Digital Mars GNU C++
Added: Multi-file compilation support for Digital Mars Openwatcom C++
Added: Multi-file compilation support for Borland C++
Added: Multi-file compilation support for LCC-WIN32
Added: Multi-file compilation support for Visual C++ Express
Added: Multi-file compilation support for VISUAL C#
Added: Multi-file compilation support for VB.NET
Added: Multi-file compilation support for PASCAL
Added: Brand New Project Properties Dialog -- TreeView style
Added: Now you can include folders to the "include" path of Free Pascal
Added: Double clicking a project now opens up the project folder in Explorer
Added: Enhanced the Project's Folders popup menu
Added: Enhanced the Project's Files popup menu
Added: Enhanced the Project's popup menu
Added: "Set as Main File" to project file explorer pop up menu
Added: /target:<> setting in Change Project Options for .NET languages
Added: Force Dialog Filter Index On/Off Switch for Open/Save Dialogs

Bugfix: Changing Project Profiles sometimes didn't work
Bugfix: Serious bug fixes with the class viewer
Bugfix: Delete View->Save Changes->Cancel deleted the view anyway
Bugfix: Right Click Tab Bar->Set as Project Main file
BugFix: With adding multiple directories with some projects
BugFix: With VB.NET and C# formatted compiler output
BugFix: With Borland C++ formatted compiler output
BugFix: With LCC formatted compiler output
Bugfix: With SkyIDE->Project: Some options didn't work for a C# Project
Bugfix: With GNU C++ Project "libs" setting. SkyIDE produces invalid command
Bugfix: When compiling projects, the default project include directory was not passed to the compiler
Bugfix: In Select Project Dialog in project properties, "Show Root Folder" no longer throws an error
Bugfix: With "Change Project Options" settings with D and C# projects
Bugfix: With compiling: Sometimes if compilation failed, the old exe ran anyway
Bugfix: With the newly added C# and VB.NET Object Viewers (just forgot to add some code)
Bugfix: Some very minor bug fixes with the function viewer
Bugfix: (May be fixed) Multi Search and replace sometimes returned no matches after heavy usage
Bugfix: Free Pascal, Openwatcom and Borland C++ bug fixes with compiling files.
Bugfix: Many bug fixes with the section that shows "Errors:" and "Warnings" when compiling


Improvement: Much better and easier to use Compiler Profiles dialog.
Improvement: Text readability in "Compiler Output" -- Item Height Increased for easy ID
Improvement: Now the Open Dialog initial's dir is the one of the active file
Improvement: Relocated the Object Viewer to the bottom (it will be dockable soon)
Improvement: Redesigned the multi-file search and replace section
Improvement: Improvement with the way SkyIDE works with Openwatcom C++
Improvement: Improvement with the way SkyIDE works with Borland C++
Improvement: Improvement with the way SkyIDE works with Digital Mars C++
Improvement: Improvement with the way SkyIDE works with Digital Mars D
Improvement: Improvement with the way SkyIDE works with Digital Mars GNU C++


Other: Removed limitations with adding dirs in "Compiler Profiles" dialog
Other: Re-wrote most of the Compiling() code in order to make things easier to manage
Other: Relocated "Undo Last Close" a few levels up in the menu


Pages: prev1 ... 9 10 11 12 13 [14] 15 16 17 18 19 ... 50next
Go to full version