• Welcome to Powerbasic Museum 2020-B.
 

News:

Forum in repository mode. No new members allowed.

Main Menu

Multiple interesting Tools from Pierre B.

Started by Pierre Bellisle, October 02, 2010, 03:42:23 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Pierre Bellisle

This is a new Gotcha, version 4.01.
Even if I did program many updates for myself,
I did not posted any newer version since a long time.
So here it is...

Gotcha works as a standalone program and is also integrated in the SED package.

I'm sure that José will provide a cleaner way, but until then,
if you want the new Gotcha to work with SED you can add it via "Tools/More tools"
or to make it work directly you can delete "Gotcha.ini" and "GotChaEx.Exe.Manifest",
then rename "Gotcha.exe" (v4.01) to "GotChaEx.exe".
Even if it is not directly needed by Gotcha itself, keep "GotCha.dll" becose SED expect it.

Unlike previous version, source code will not be aviable for now, maybe later.

Hope that you will have as much fun using it as I had coding it.

Gotcha               

Pierre

José Roca


Pierre Bellisle

#2
 - New Gotcha 4.02

Added José's idea: A Run button to start a default Editor/Help file.
Added another José's idea: Editor/Help variable like %Line%, %Sel%, %Search%, %SelElseSearch%, etc.
Added F5 to F12 hotkeys association with Editor/Help file.
Added Letter assigment Editor/Help hotkey to context menu via (&).
Many touchups and bugfix.

Gotcha

Pierre

Pierre Bellisle

#3
New Gotcha 4.03


  • Caret is now always visible
  • Enter key in the edit control will flip FileList/FileView
  • Tab key in the edit control will flip focus to other control
  • Quick to Quest or Quest to Quick action will keep the caret on the proper line
  • Bug correction for Bookmark attribution
  • %Line% will be set according to first bookmark when FileList is in Quick-View mode
  • %Col% is added for column position, see Editor/Help dialog
  • Will avoid VirtualStore folder for ini file if impossible to write to current path, path shown in the Help
  • If Gotcha CommandLine argument is a valid existing Path, it will be assigned to the Path-Combobox, else it will be assigned to the SearchString-Combobox.
  • If argument contain a slash (/), the left part of the first slash will be assigned to the Path-Combobox and the part past the first slash will be assigned to the searchString-Combobox.

Gotcha

Pierre

Pierre Bellisle


Pierre Bellisle

#5
Version 4.04


       
  • Faster LCASE-UCASE that is accent insensitive for ComboSearch (Not with "Find in text").
  • Better positionning at 1/3 of text height using "F2" function or "Jump/Prev-Button".
  • Always reset horizontal scroll to leftmost if no iterference with string visibility.
  • Enter key on ComboFolder will start the search.
  • UpDown button now jump from bookmark to bookmark in ViewCode.
  • Separator for file or path is now "/" instead of ";".
  • Supression of "rc, h, txt" and "inc, bas or bi" checkbox.
  • New FileSpec-Combobox to set filespec to be search, many filespects separated by a "/" can be used (Wildcard aware). for filename-only search (Right-Click the Search-Button).
  • Added a no sound "Silent" option.
  • PopMenu rearrangement.
  • Correction of ini file location when Gotcha is started from Window-Explorer context menu.
  • Jump and Prev button are now auto-repeat.

Gotcha
Pierre

Pierre Bellisle

#6
Version 4.05


  • Faster internal LCASE-UCASE for ComboSearch.
  • Added Gotcha to popupmenu to run a second instance.
  • Faster action when stopping "Search for filename only".
  • Delete key can be used on the listbox part of a combobox for cleaning.

Gotcha
Pierre