Difference between revisions of "User talk:Mariocup"

From Code::Blocks
Line 14: Line 14:
  
 
==Search Dialog==
 
==Search Dialog==
The Thread Search dialogue should be added to the normal search dialogue.--[[User:Mariocup|Mariocup]] 11:38, 13 March 2008 (CET)
+
The Thread Search dialogue should be added also to the normal search dialogue.--[[User:Mariocup|Mariocup]] 11:38, 13 March 2008 (CET)
  
 
==Scope for Search==
 
==Scope for Search==

Revision as of 21:40, 13 March 2008

Editor Improvements

Resize editor window

A double click on a tab of an opened file should enlarge the editor window, and put the Log & Others and the management panel (F2 and Alt+F2) in the background. If you double click again on the tab, the window will be resized to the original size and the panels are visible again.--Mariocup 11:38, 13 March 2008 (CET)

Icons in the Management window

If you want to switch the different views in the management window you have to scroll, the tabs (projects, symbols, Files etc.). It would be easier for the user to have different icons like (http://kile.sourceforge.net/showscreenshot.php?id=2) in the margin to switch between the views. If you select e.g. the project icon then the project view will appear. Clicking again on the same icon will collapse the project view.--Mariocup 11:38, 13 March 2008 (CET)

Save copy as

Sometimes user want to make a backup of files or want to save a copy at a different location. Therefore a menu save copy as could be useful.--Mariocup 11:38, 13 March 2008 (CET)

Clipboard History

Editors like vi or Jedit offer clipboards for copy and paste. The user can select in which register is put the content of the clipboard and can paste the content of one of the buffer/register.--Mariocup 11:38, 13 March 2008 (CET)

Search Dialog

The Thread Search dialogue should be added also to the normal search dialogue.--Mariocup 11:38, 13 March 2008 (CET)

Scope for Search

The search dialog should offer a filter for the search scope: Function, Class etc.--Mariocup 11:38, 13 March 2008 (CET)

Window docking

Docking/Undocking of windows in CB with split view (See patch of dmoore for detaching CB windows).--Mariocup 11:38, 13 March 2008 (CET)

Incremental Search

The search for a word will be highlighted within the text. All occurences should be highlighted.--Mariocup 11:38, 13 March 2008 (CET)

Show value of defines

For embedded developing often defines are used for bit masks. So it would be helpful if the user puts the cursor over a define and CB will hover the value of the define.--Mariocup 11:38, 13 March 2008 (CET)

Wrap Mode

If a text is wrapped in several lines (wrap mode) and the cursor is between these lines, then the Home-key will put the cursor in beginning of the first line instead of the start of the current line. This behaviour should be changed.--Mariocup 11:38, 13 March 2008 (CET)

Convert Tab to spaces and vice versa

If you mark a text in the editor and select the context menu, then tabs will converted to spaces within the selection.--Mariocup 11:38, 13 March 2008 (CET)