The other thing we want to happen is for the list of possible styles to not change depending on the type of object that is currently selected.
so for example we have a float-img-right style that adds a class object, which is currently only shown when an img is selected. we want it to be shown all the time, so that users know it is there.
also, then, when the img is selected, it doesnt show the ones that are related to text. again id like these to still be shown in the list.
possible?
so for example we have a float-img-right style that adds a class object, which is currently only shown when an img is selected. we want it to be shown all the time, so that users know it is there.
also, then, when the img is selected, it doesnt show the ones that are related to text. again id like these to still be shown in the list.
possible?

Re: styles dropdown not highlight dependant?
I went into the _source folder and found the appropriate place to edit.
In the classes folder and in the fcktoolbarstylecombo.js is a function called onBeforeClick(...).
if you remove the main if statement of the for loop so that the style.display is always set to '' and it always does the inner if, then it will not remove items from the dropdownlist that cannot be applied.
NOTE: unless you are going to run a build command, you actually need to find these same lines in both the fckeditorcode_ie.js and the fckeditorcode_gecko.js and remove them there. this code is minimalised and so is harder to read, but it is there.