View previous topic :: View next topic |
Author |
Message |
funkypepper Sentinel
Joined: Jan 09, 2009 Posts: 25
|
|
Back to top |
|
|
jakeOSX Ninja
Joined: Aug 12, 2003 Posts: 1373
|
Posted: Tue Jan 20, 2009 7:12 pm Post subject: |
|
looks cool! good to see they are continuing forward progress
(and bug fixing ) |
|
Back to top |
|
|
Samwise Captain Naiobi
Joined: Apr 25, 2006 Posts: 2315 Location: Montpellier, France
|
Posted: Wed Jan 21, 2009 2:54 am Post subject: |
|
FWIW, the Calc equivalent to the second feature in that list (new highlighting) has been disasbled in NeoOffice 3.0 Early Access. The reasons for this are explained in the following thread:
Selection colour in Calc NeoOffice 3.0 |
|
Back to top |
|
|
pkidwell Agent
Joined: Nov 24, 2005 Posts: 11
|
Posted: Mon Apr 13, 2009 8:02 am Post subject: Re: Calc selection color |
|
So, here's a silly question (and I know I'm late in finding this thread): can NeoOffice add a user preference for this? And basically make the code look like:
if(preference set)
{
new OO 3.0 code
}
else
{
old OO 2 code
}
I guess that depends on how easy it is to add a new preference into the OO user prefs system.
Pete K. |
|
Back to top |
|
|
pluby The Architect
Joined: Jun 16, 2003 Posts: 11949
|
Posted: Mon Apr 13, 2009 8:13 am Post subject: |
|
You can already do this in both NeoOffice and OpenOffice.org using the GetSolarVersion() function.
- In any NeoOffice 2.2.x and OpenOffice.org 2.2.x thorugh 2.4.x, this will return an integer between 680
- In any NeoOffice 3.0.x and OpenOffice.org 3.0.x release, this will return 300
- In any OpenOffice.org 3.1.x release, this will return 310
Hope that helps,
Patrick |
|
Back to top |
|
|
pkidwell Agent
Joined: Nov 24, 2005 Posts: 11
|
Posted: Mon Apr 13, 2009 8:17 am Post subject: |
|
Sorry - I wasn't clear. I was referring specifically to the discussion on Calc selection coloring - the 3.0-style "pale blue" vs. the 2.x-style "inverted color". So the new user preference would be "use system highlight color" and in the code, it would switch between the 3.0 highlighting code that was disabled, and the 2.x highlighting code that was put back.
So even if OO.o didn't make it a preference, could Neo do so?
Thanks,
Pete K. |
|
Back to top |
|
|
pluby The Architect
Joined: Jun 16, 2003 Posts: 11949
|
Posted: Mon Apr 13, 2009 8:36 am Post subject: |
|
pkidwell wrote: | Sorry - I wasn't clear. I was referring specifically to the discussion on Calc selection coloring - the 3.0-style "pale blue" vs. the 2.x-style "inverted color". So the new user preference would be "use system highlight color" and in the code, it would switch between the 3.0 highlighting code that was disabled, and the 2.x highlighting code that was put back.
So even if OO.o didn't make it a preference, could Neo do so? |
Sorry to give you the bad news, but we cannot implement your feature request.
Unfortunately, our very limited funding and developer resources limits the current scope of the NeoOffice project to keeping a native version of OpenOffice.org running on Mac OS X and implementing new OpenOffice.org features is outside that scope.
You can file a feature request in the OpenOffice.org issue tracker to get it on the radar of the core OpenOffice.org developers and if they implement your feature request, the new behavior will get included in a future release of NeoOffice:
http://qa.openoffice.org/issue_handling/pre_submission.html
Note: our advice is to not mention NeoOffice as mentioning NeoOffice may cause OOo volunteers to accidentally close it without actually reviewing your feature request.
Patrick |
|
Back to top |
|
|
|