Opened 15 years ago
Closed 12 years ago
#4794 closed bug (fixed)
[StyledEdit] doesn't handle "be:line" in RefsReceived
Reported by: | augiedoggie | Owned by: | siarzhuk |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/StyledEdit | Version: | R1/alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In BeOS, both StyledEdit and the BeIDE editor were able to handle a line number to scroll to and select when opening the file. This was sent in the B_REFS_RECEIVED message by adding an int32 with a name of "be:line" and the value being the line number.
Change History (3)
follow-up: 2 comment:1 by , 15 years ago
comment:2 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Replying to augiedoggie:
I think it also supported sending an int32 named something like "be:count" to select a
They were:
"be:line", "be:selection_offset", "be:selection_length"
This ticket was selected as GCI 2012 task: http://google-melange.appspot.com/gci/task/view/google/gci2012/7954210 I take ownership of it.
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Implemented in hrev45071.
Our thank goes to GCI 2012 student Vlad Slepukhin.
I think it also supported sending an int32 named something like "be:count" to select a certain number of lines/characters and if it didn't receive a count field in the message it defaulted to selecting the whole line given in "be:line". I don't remember for sure what the name was and whether it selected lines or characters.