Searched +hist:8 +hist:a85cd4c (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/stylededit/
H A DStatusView.cppdiff f8668ab4 Sat Apr 13 16:55:46 MDT 2013 Siarzhuk Zharski <zharik@gmx.li> Improve File Encoding StatusView cell. (Fixes #9653)

* Encoding cell of the StyledEdit StatusView is visible now only in case
the currently opened file encoding is not equal to default UTF-8 one;
* The Encodings menu that was opened by click on this cell is removed;
* Cmd-Opt-PgDn/PgUp shortcuts are added for quick iteration through the
list of encodings.
diff 8a85cd4c Wed Jan 16 06:51:41 MST 2013 Siarzhuk Zharski <zharik@gmx.li> StyledEdit::StatusView Encoding context menu implemented
diff 8a85cd4c Wed Jan 16 06:51:41 MST 2013 Siarzhuk Zharski <zharik@gmx.li> StyledEdit::StatusView Encoding context menu implemented
diff f8668ab42f2b09cdd3f7fe4964fe5485b2960dc2 Sat Apr 13 16:55:46 MDT 2013 Siarzhuk Zharski <zharik@gmx.li> Improve File Encoding StatusView cell. (Fixes #9653)

* Encoding cell of the StyledEdit StatusView is visible now only in case
the currently opened file encoding is not equal to default UTF-8 one;
* The Encodings menu that was opened by click on this cell is removed;
* Cmd-Opt-PgDn/PgUp shortcuts are added for quick iteration through the
list of encodings.
diff 8a85cd4ce8e1d53e676e7abbd4fa016001f4489c Wed Jan 16 06:51:41 MST 2013 Siarzhuk Zharski <zharik@gmx.li> StyledEdit::StatusView Encoding context menu implemented
H A DStyledEditWindow.hdiff f8668ab4 Sat Apr 13 16:55:46 MDT 2013 Siarzhuk Zharski <zharik@gmx.li> Improve File Encoding StatusView cell. (Fixes #9653)

* Encoding cell of the StyledEdit StatusView is visible now only in case
the currently opened file encoding is not equal to default UTF-8 one;
* The Encodings menu that was opened by click on this cell is removed;
* Cmd-Opt-PgDn/PgUp shortcuts are added for quick iteration through the
list of encodings.
diff 8a85cd4c Wed Jan 16 06:51:41 MST 2013 Siarzhuk Zharski <zharik@gmx.li> StyledEdit::StatusView Encoding context menu implemented
diff 8a85cd4c Wed Jan 16 06:51:41 MST 2013 Siarzhuk Zharski <zharik@gmx.li> StyledEdit::StatusView Encoding context menu implemented
diff 0cc8d8ab Mon Dec 10 08:25:06 MST 2012 Siarzhuk Zharski <zharik@gmx.li> Node monitoring and on-the-fly textencoding change

This work is based on the draft node monitoring implementation
created by Vlad Slepukhin during GCI 2012 and includes following:

* Refactoring of the document "Reload" feature - it replaces
"Revert to saved" one because do the same things and a bit more.
Looks like we have to keep "Reload" menu entry alive until
StyledEdit will get more functional Undo/Redo features. Reload
functionality is also heavily used in node monitoring and
on-the-fly text encoding changing. Fixes #6887;

* Support for text encoding on-the-fly switching. This make
life easier for those who lives in countires with multiple
popular 8-bit encodings. Russia is the sample of such
de facto standards' clash (KOI-8R vs CP1251 etc.);

* Node Monitoring support with alerting user in case the file
size or modification time were changed. Another alert is shown
in case edited file was removed or moved outside of the current
volume. Moving file inside of current volume silently changes
references. Choosing "Ignore" will supress new change alerts
until next Reload or Save user request;

* Do not nag user on quiting window with zero-length untitled
document. Not a Big Deal but annoys in some cases using this
editor session as temporary storage.
diff 0cc8d8ab Mon Dec 10 08:25:06 MST 2012 Siarzhuk Zharski <zharik@gmx.li> Node monitoring and on-the-fly textencoding change

This work is based on the draft node monitoring implementation
created by Vlad Slepukhin during GCI 2012 and includes following:

* Refactoring of the document "Reload" feature - it replaces
"Revert to saved" one because do the same things and a bit more.
Looks like we have to keep "Reload" menu entry alive until
StyledEdit will get more functional Undo/Redo features. Reload
functionality is also heavily used in node monitoring and
on-the-fly text encoding changing. Fixes #6887;

* Support for text encoding on-the-fly switching. This make
life easier for those who lives in countires with multiple
popular 8-bit encodings. Russia is the sample of such
de facto standards' clash (KOI-8R vs CP1251 etc.);

* Node Monitoring support with alerting user in case the file
size or modification time were changed. Another alert is shown
in case edited file was removed or moved outside of the current
volume. Moving file inside of current volume silently changes
references. Choosing "Ignore" will supress new change alerts
until next Reload or Save user request;

* Do not nag user on quiting window with zero-length untitled
document. Not a Big Deal but annoys in some cases using this
editor session as temporary storage.
diff 8e26769c Sun Mar 29 10:29:53 MDT 2009 Rene Gollent <anevilyak@gmail.com> Patch by Bryce Groff: add line number display to StyledEdit. Fixes ticket #2623. It does however expose an interesting curiosity in BTextView - CurrentLine() does not count a line until it's actually had some text put into it (i.e. simply hitting enter at the last line of the doc does not increment the number that CurrentLine() returns. Is this an oversight or does R5 behave this way also?



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29782 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff f8668ab42f2b09cdd3f7fe4964fe5485b2960dc2 Sat Apr 13 16:55:46 MDT 2013 Siarzhuk Zharski <zharik@gmx.li> Improve File Encoding StatusView cell. (Fixes #9653)

* Encoding cell of the StyledEdit StatusView is visible now only in case
the currently opened file encoding is not equal to default UTF-8 one;
* The Encodings menu that was opened by click on this cell is removed;
* Cmd-Opt-PgDn/PgUp shortcuts are added for quick iteration through the
list of encodings.
diff 8a85cd4ce8e1d53e676e7abbd4fa016001f4489c Wed Jan 16 06:51:41 MST 2013 Siarzhuk Zharski <zharik@gmx.li> StyledEdit::StatusView Encoding context menu implemented
diff 0cc8d8ab3e4ac684e0ac1c8d6b5b45046b8f6bea Mon Dec 10 08:25:06 MST 2012 Siarzhuk Zharski <zharik@gmx.li> Node monitoring and on-the-fly textencoding change

This work is based on the draft node monitoring implementation
created by Vlad Slepukhin during GCI 2012 and includes following:

* Refactoring of the document "Reload" feature - it replaces
"Revert to saved" one because do the same things and a bit more.
Looks like we have to keep "Reload" menu entry alive until
StyledEdit will get more functional Undo/Redo features. Reload
functionality is also heavily used in node monitoring and
on-the-fly text encoding changing. Fixes #6887;

* Support for text encoding on-the-fly switching. This make
life easier for those who lives in countires with multiple
popular 8-bit encodings. Russia is the sample of such
de facto standards' clash (KOI-8R vs CP1251 etc.);

* Node Monitoring support with alerting user in case the file
size or modification time were changed. Another alert is shown
in case edited file was removed or moved outside of the current
volume. Moving file inside of current volume silently changes
references. Choosing "Ignore" will supress new change alerts
until next Reload or Save user request;

* Do not nag user on quiting window with zero-length untitled
document. Not a Big Deal but annoys in some cases using this
editor session as temporary storage.
diff 0cc8d8ab3e4ac684e0ac1c8d6b5b45046b8f6bea Mon Dec 10 08:25:06 MST 2012 Siarzhuk Zharski <zharik@gmx.li> Node monitoring and on-the-fly textencoding change

This work is based on the draft node monitoring implementation
created by Vlad Slepukhin during GCI 2012 and includes following:

* Refactoring of the document "Reload" feature - it replaces
"Revert to saved" one because do the same things and a bit more.
Looks like we have to keep "Reload" menu entry alive until
StyledEdit will get more functional Undo/Redo features. Reload
functionality is also heavily used in node monitoring and
on-the-fly text encoding changing. Fixes #6887;

* Support for text encoding on-the-fly switching. This make
life easier for those who lives in countires with multiple
popular 8-bit encodings. Russia is the sample of such
de facto standards' clash (KOI-8R vs CP1251 etc.);

* Node Monitoring support with alerting user in case the file
size or modification time were changed. Another alert is shown
in case edited file was removed or moved outside of the current
volume. Moving file inside of current volume silently changes
references. Choosing "Ignore" will supress new change alerts
until next Reload or Save user request;

* Do not nag user on quiting window with zero-length untitled
document. Not a Big Deal but annoys in some cases using this
editor session as temporary storage.
H A DStyledEditWindow.cppdiff f8668ab4 Sat Apr 13 16:55:46 MDT 2013 Siarzhuk Zharski <zharik@gmx.li> Improve File Encoding StatusView cell. (Fixes #9653)

* Encoding cell of the StyledEdit StatusView is visible now only in case
the currently opened file encoding is not equal to default UTF-8 one;
* The Encodings menu that was opened by click on this cell is removed;
* Cmd-Opt-PgDn/PgUp shortcuts are added for quick iteration through the
list of encodings.
diff 8a85cd4c Wed Jan 16 06:51:41 MST 2013 Siarzhuk Zharski <zharik@gmx.li> StyledEdit::StatusView Encoding context menu implemented
diff 8a85cd4c Wed Jan 16 06:51:41 MST 2013 Siarzhuk Zharski <zharik@gmx.li> StyledEdit::StatusView Encoding context menu implemented
diff 0cc8d8ab Mon Dec 10 08:25:06 MST 2012 Siarzhuk Zharski <zharik@gmx.li> Node monitoring and on-the-fly textencoding change

This work is based on the draft node monitoring implementation
created by Vlad Slepukhin during GCI 2012 and includes following:

* Refactoring of the document "Reload" feature - it replaces
"Revert to saved" one because do the same things and a bit more.
Looks like we have to keep "Reload" menu entry alive until
StyledEdit will get more functional Undo/Redo features. Reload
functionality is also heavily used in node monitoring and
on-the-fly text encoding changing. Fixes #6887;

* Support for text encoding on-the-fly switching. This make
life easier for those who lives in countires with multiple
popular 8-bit encodings. Russia is the sample of such
de facto standards' clash (KOI-8R vs CP1251 etc.);

* Node Monitoring support with alerting user in case the file
size or modification time were changed. Another alert is shown
in case edited file was removed or moved outside of the current
volume. Moving file inside of current volume silently changes
references. Choosing "Ignore" will supress new change alerts
until next Reload or Save user request;

* Do not nag user on quiting window with zero-length untitled
document. Not a Big Deal but annoys in some cases using this
editor session as temporary storage.
diff 0cc8d8ab Mon Dec 10 08:25:06 MST 2012 Siarzhuk Zharski <zharik@gmx.li> Node monitoring and on-the-fly textencoding change

This work is based on the draft node monitoring implementation
created by Vlad Slepukhin during GCI 2012 and includes following:

* Refactoring of the document "Reload" feature - it replaces
"Revert to saved" one because do the same things and a bit more.
Looks like we have to keep "Reload" menu entry alive until
StyledEdit will get more functional Undo/Redo features. Reload
functionality is also heavily used in node monitoring and
on-the-fly text encoding changing. Fixes #6887;

* Support for text encoding on-the-fly switching. This make
life easier for those who lives in countires with multiple
popular 8-bit encodings. Russia is the sample of such
de facto standards' clash (KOI-8R vs CP1251 etc.);

* Node Monitoring support with alerting user in case the file
size or modification time were changed. Another alert is shown
in case edited file was removed or moved outside of the current
volume. Moving file inside of current volume silently changes
references. Choosing "Ignore" will supress new change alerts
until next Reload or Save user request;

* Do not nag user on quiting window with zero-length untitled
document. Not a Big Deal but annoys in some cases using this
editor session as temporary storage.
diff 8e26769c Sun Mar 29 10:29:53 MDT 2009 Rene Gollent <anevilyak@gmail.com> Patch by Bryce Groff: add line number display to StyledEdit. Fixes ticket #2623. It does however expose an interesting curiosity in BTextView - CurrentLine() does not count a line until it's actually had some text put into it (i.e. simply hitting enter at the last line of the doc does not increment the number that CurrentLine() returns. Is this an oversight or does R5 behave this way also?



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29782 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 8f63353b Fri Nov 22 00:52:00 MST 2002 shatty <shatty@nowhere.fake> lots of font related changes to reduce memory consumption and speed up initialization. also fixes for word wrapping screen width.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2062 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff f8668ab4 Sat Apr 13 16:55:46 MDT 2013 Siarzhuk Zharski <zharik@gmx.li> Improve File Encoding StatusView cell. (Fixes #9653)

* Encoding cell of the StyledEdit StatusView is visible now only in case
the currently opened file encoding is not equal to default UTF-8 one;
* The Encodings menu that was opened by click on this cell is removed;
* Cmd-Opt-PgDn/PgUp shortcuts are added for quick iteration through the
list of encodings.
diff 8a85cd4c Wed Jan 16 06:51:41 MST 2013 Siarzhuk Zharski <zharik@gmx.li> StyledEdit::StatusView Encoding context menu implemented
diff 8a85cd4c Wed Jan 16 06:51:41 MST 2013 Siarzhuk Zharski <zharik@gmx.li> StyledEdit::StatusView Encoding context menu implemented

Completed in 180 milliseconds