Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » tabs settings in editor not honoured
Re: tabs settings in editor not honoured [message #26794 is a reply to message #26183] |
Fri, 28 May 2010 14:45   |
 |
mirek
Messages: 14261 Registered: November 2005
|
Ultimate Member |
|
|
dolik.rce wrote on Thu, 08 April 2010 19:57 | Hi frankdeprins,
I experience (probably) the same thing with some other settings too. In number of colors for scope highlighting, and all the setting in Editor and IDE tabs of Environment dialogue...
I agree that most of these settings should be set globaly, not per package. Or if they are really pacakge specific, they should be set somewhere else, but not in IDE environment. Could you post your patch here, please?
Regards,
Honza
|
If you change tab settings in "File properties", it gets stored into package (for the specific files). It has nothing to do with Environment settings of tab.
Anyway, it is true that some settings are getting stored on per-package basis, although not into the package (in fact, it is per "main-package-and-assembly" basis).
There are two serialization functions:
void Ide::SerializeWorkspace(Stream& s);
and
void Ide::Serialize(Stream& s);
First one contains things supposed to be serialized per package, second global things.
Now, if you feel that something should be moved from SerializeWorkspace to Serialize (or in opposite direction), just suggest 
Mirek
|
|
|
Goto Forum:
Current Time: Sun Jun 08 22:29:18 CEST 2025
Total time taken to generate the page: 0.04360 seconds
|