|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
[ scintilla-Feature Requests-1772103 ] Notification after caret movedFeature Requests item #1772103, was opened at 2007-08-10 23:02
Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1772103&group_id=2439 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Scintilla Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Notification after caret moved Initial Comment: It would be nice if scintilla could send a notification after caret moved. We could do lots of things then, such as updating the current position of caret and so on. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1772103&group_id=2439 _______________________________________________ Scintilla-interest mailing list Scintilla-interest@... http://mailman.lyra.org/mailman/listinfo/scintilla-interest |
|
|
Re: [ scintilla-Feature Requests-1772103 ] Notification after caret movedSourceForge.net wrote:
> Feature Requests item #1772103, was opened at 2007-08-10 23:02 > Message generated for change (Tracker Item Submitted) made by Item Submitter > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1772103&group_id=2439 > ... > Summary: Notification after caret moved > > Initial Comment: > It would be nice if scintilla could send a notification after caret moved. We could do lots of things then, such as updating the current position of caret and so on. How about SCN_UPDATEUI? Are these notifications not delivered at the times you want? Robert Roessler robertr@... http://www.rftp.com _______________________________________________ Scintilla-interest mailing list Scintilla-interest@... http://mailman.lyra.org/mailman/listinfo/scintilla-interest |
|
|
Re: Re: [ scintilla-Feature Requests-1772103 ] Notificationafter caret movedHi, Robert Roessler
SCN_UPDATEUI is too frequently notified for me. ======= 2007-08-12 06:44:11 you said:======= >SourceForge.net wrote: >> Feature Requests item #1772103, was opened at 2007-08-10 23:02 >> Message generated for change (Tracker Item Submitted) made by Item Submitter >> You can respond by visiting: >> https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1772103&group_id=2439 >> ... >> Summary: Notification after caret moved >> >> Initial Comment: >> It would be nice if scintilla could send a notification after caret moved. We could do lots of things then, such as updating the current position of caret and so on. > >How about SCN_UPDATEUI? Are these notifications not delivered at the >times you want? > >Robert Roessler >robertr@... >http://www.rftp.com >_______________________________________________ >Scintilla-interest mailing list >Scintilla-interest@... >http://mailman.lyra.org/mailman/listinfo/scintilla-interest = = = = = = = = = = = = = = = = = = = = Regards YangFan missdeer@... 2007-08-12 _______________________________________________ Scintilla-interest mailing list Scintilla-interest@... http://mailman.lyra.org/mailman/listinfo/scintilla-interest |
|
|
Re: [ scintilla-Feature Requests-1772103 ] Notificationafter caret movedYangFan wrote:
> SCN_UPDATEUI is too frequently notified for me. > > ======= 2007-08-12 06:44:11 you said:======= > >> SourceForge.net wrote: >>> Feature Requests item #1772103, was opened at 2007-08-10 23:02 >>> Message generated for change (Tracker Item Submitted) made by Item Submitter >>> You can respond by visiting: >>> https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1772103&group_id=2439 >>> ... >>> Summary: Notification after caret moved >>> >>> Initial Comment: >>> It would be nice if scintilla could send a notification after caret moved. We could do lots of things then, such as updating the current position of caret and so on. >> How about SCN_UPDATEUI? Are these notifications not delivered at the >> times you want? No problem - just check whatever state you actually care about changing, and return quickly if nothing interesting has happened. Robert Roessler robertr@... http://www.rftp.com _______________________________________________ Scintilla-interest mailing list Scintilla-interest@... http://mailman.lyra.org/mailman/listinfo/scintilla-interest |
| Free embeddable forum powered by Nabble | Forum Help |