Page 1 of 1

New standar toolbar and search panel improvements.

Posted: Tue Aug 10, 2010 4:46 pm
by Xavi
Hi,

With the recent makeover has lost some tool as "Save All" that for historical reasons and frequency of use are uncomfortable.
Would it be possible to reintroduce it?

In the Output View, Output and Debug panel have the Find Bar.
IMHO if the Search panel had this option would be a great improvement because it would avoid the use of regular expressions in many cases and would provide a great power.

Best regards,
--
Xavi

Re: New standar toolbar and search panel improvements.

Posted: Tue Aug 10, 2010 5:04 pm
by evstevemd
Xavi wrote:Hi,

With the recent makeover has lost some tool as "Save All" that for historical reasons and frequency of use are uncomfortable.
Would it be possible to reintroduce it?
--
Xavi
I have lost Outline Tab!
Latest Codelite Installer and windows XP

Re: New standar toolbar and search panel improvements.

Posted: Tue Aug 10, 2010 5:23 pm
by jfouche
evstevemd wrote:I have lost Outline Tab!
It's normal : It was removed. Use the SymbolView plugin instead (it's disabled by default)

Re: New standar toolbar and search panel improvements.

Posted: Tue Aug 10, 2010 8:44 pm
by eranif
Xavi wrote:With the recent makeover has lost some tool as "Save All" that for historical reasons and frequency of use are uncomfortable.
Would it be possible to reintroduce it?
codelite now uses the GNOME UI icons / guidelines - and there is no "save all" button.
The "save all" is now accessible via the menu, or you can define a shortcut for it from 'settings -> keyboard shortcuts'
evstevemd wrote:I have lost Outline Tab!
Latest Codelite Installer and windows XP
You did not lose it - I removed it.

Quoting from the release notes:
- Removed the 'Outline' tab from the 'Workspace View'
*** If you really need this view, use the SymbolView plugin (which is disabled by default) ***
I dont see any point of maintaining the same code twice - SymbolView contains the 'Outline' functionality and much more (e.g. it can display a view of the entire workspace/project)

Eran

Re: New standar toolbar and search panel improvements.

Posted: Wed Aug 11, 2010 11:03 pm
by Xavi
Hi Eran,
codelite now uses the GNOME UI icons / guidelines - and there is no "save all" button.
Perhaps it's a free interpretation of "document-send The icon for the send action. Should be an arrow pointing up and away from a hard disk." or "drive-harddisk The icon used for hard disk drives." :D

BTW show_find button in ShellTab does not have the Bitmap, attached patch.

Now when I run CodeLite with Run Active Project show .-
---------------------------
wxWidgets Debug Alert
---------------------------
../../src/msw/dib.cpp(148): assert "bmp.Ok()" failed in Create(): wxDIB::Create(): invalid bitmap
Do you want to stop the program?
You can also choose [Cancel] to suppress further warnings.
---------------------------
when open a document and update the toolbar.
Any ideas? Can you reproduce the alerts in XP?

--
Xavi

Re: New standar toolbar and search panel improvements.

Posted: Thu Aug 12, 2010 9:06 am
by eranif
Thanks. I dont know how I missed that one...

but the actual bug is in the icon's manifest file - a typo in the bitmap name, i named it "find_and_repalce" rather than "find_and_replace"

In addition to the fact that I used the wrong icon (find_and_replace rather than find)

Eran

Re: New standar toolbar and search panel improvements.

Posted: Sat Aug 14, 2010 10:47 pm
by Xavi
Thank to you for this great tool.

After revision 4294, when running in debug mode, gdb receive signal SIGSEGV
because QuickFindBar has an invalid editor for the class FindResultsTab.

Attached patch but also added 'Find' tool button to the following output windows:
. Search
. Replace
. Task
by default if not disabled.

HTH,
Best regards
--
Xavi

Re: New standar toolbar and search panel improvements.

Posted: Sun Aug 15, 2010 10:28 am
by eranif
Thanks for the info ( I was not realizing that codelite crashes in debug mode )

I applied a fix


Eran

Re: New standar toolbar and search panel improvements.

Posted: Wed Aug 18, 2010 6:49 pm
by evstevemd
jfouche wrote:
evstevemd wrote:I have lost Outline Tab!
It's normal : It was removed. Use the SymbolView plugin instead (it's disabled by default)
I Got it!