News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Editor Tweaks plugin

Started by dmoore, December 09, 2009, 10:58:23 PM

Previous topic - Next topic

Kalith

I don't know if this is related, but the current nightly build doesn't really remember my setting for this particular feature.
The value is correctly saved (for example if I choose "None", then "Settings -> Editor -> EditorTweaks settings -> Editor caret buffer" correctly shows "None" after restarting C::B), but not properly restored : after a fresh restart of C::B, the plugin behaves as if "Center carret" was selected. I have to change the setting to some other value, and change it back to "None" for it to be disabled correctly.

Alpha

Quote from: Kalith on November 29, 2012, 11:51:41 AM
I don't know if this is related, but the current nightly build doesn't really remember my setting for this particular feature.
[...]

Quote from: Alpha on November 26, 2012, 01:20:41 AM
Quote from: Sagaceil on November 26, 2012, 12:40:07 AM
I'm just downloaded RC2 vesrion, and I noticed, that when I'm putting new charcters or delete them from to top most or bottom lines in current view in editor, whole tekst scrolls in direction to achive active line as close to middle as it can be. It happens every typed key in the new opened file. It may stop for a while but it comes back in non determistic moment ;)
Quote from: MortenMacFly on November 23, 2012, 11:40:48 PM
Quote from: Alpha on November 23, 2012, 08:33:03 PM
As a warning, the annoyance may have been removed, but the position buffering settings are not loaded until the settings window is opened (at least once) due to a missing initialization.
Done in trunk.
Sorry, RC2 is rev 8598, but the missing initialization was fixed in rev 8599 (fix arrived one commit too late :().  This means that in RC2, this one setting (for buffering the caret position in the editor) is a random number at startup, and only reads your config when the editor settings window is opened.
You may want to disable the EditorTweaks plugin until you either create your own build from the trunk, or the next RC is released.

RC2 does remember your settings, it just does not read the config file until the editor settings window is open (this bug is already fixed in the trunk).

Kalith