User forums > Nightly builds

The 28 March 2009 build (5489) is out.

<< < (7/9) > >>

lobby:
i think the option about the scrollbar width calculation should be set by default.

Ergonomy should be prefered over the performance, it will be harder to deduce that there is an option to fix the scrollbar width instead of another one to improve performance (if needed)

Anyway that's a pity that the scrollbar width have to be completely recalculated, while it could be done when lines are printed.

Jenna:

--- Quote from: lobby on April 03, 2009, 01:39:45 pm ---i think the option about the scrollbar width calculation should be set by default.

Ergonomy should be prefered over the performance, it will be harder to deduce that there is an option to fix the scrollbar width instead of another one to improve performance (if needed)

Anyway that's a pity that the scrollbar width have to be completely recalculated, while it could be done when lines are printed.

--- End quote ---

You are right, that ergonomy should be prefered over the performance.
But there have been reasosns to have the option switched off by default:

* it only matters for very (in source code unusual) long lines,
* it changes the default-behaviour,
* there have been more posts, because of editor performace issues, than about the scrollbarwidth-issue
The scrollbar-width will be recalculated according to the longest visible line, seen by the editor, not always and not for the complete file.

stahta01:
Patch Needed for NON-PCH Windows Build.

Tim S


--- Code: ---Index: src/plugins/contrib/ThreadSearch/TextFileSearcherRegEx.cpp
===================================================================
--- src/plugins/contrib/ThreadSearch/TextFileSearcherRegEx.cpp (revision 5518)
+++ src/plugins/contrib/ThreadSearch/TextFileSearcherRegEx.cpp (working copy)
@@ -11,6 +11,7 @@
 #include "sdk.h"
 #ifndef CB_PRECOMP
  // Required extra includes
+ #include <wx/intl.h>
  #include <wx/string.h>
 #endif
 

--- End code ---

Biplab:

--- Quote from: stahta01 on April 04, 2009, 08:18:24 am ---Patch Needed for NON-PCH Windows Build.

--- End quote ---

Applied. Thanks Tim. :)

critic:
Who knows when codecompletion plugin will work properly, especially with template classes?
It work fast, but with errors.
I think that developers of C::B will notice this, because this engine in IDEs is very important for users today.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version