-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
access violation on shift-tab #322
Comments
Hmm, good catch. Shift Tab removes the Tab but if your cursor is at the end of the line, bang ! The whole tab thing is, IMHO unusable. Its an indent, not a tab, its is limited to one indent and is confusing, ugly and, as you have demonstrated, dangerous. I reserved the Tab key to do some real tabbing but the nature of KMemo, the underlying component that does the actual editor makes that impossible. I am sorely tempted to remove current Tab functionality and, do as you (and commen sense) suggest, use it to control bullets. Bullets would still be Alt ,left/right arrow but a user of the 0.40 release who might be using that indent would not be too surprised if they got a bullet instead ? Davo |
I've got family visit, so no time to do testing. Officially I'm only on a beer run ;-).
When copying the text back out of tomboy, maybe the user would like to have his tabs back? |
Replicated with 0.41 Gtk2 with X11 on the following:
However, I wonder if the ng behavour should be changed (as requested in Issue 323) or an upstream (Kmemo) bug fix sought... |
OK, this relates to ( #324, #323 and #322 ) but I'll answer here because this was the first logged. New key usage further down ! OK, I have had a pretty miserable XMas (due to some family issues) but had plenty of time to play here. Firstly, yennor, AV fixed. That was easy. Then, can we do Bullets with Tab key ? Maybe, I have committed code to do so but it is not the way Tomboy did it. But I see bullets as more useful than Indents. (Tomboy used Tab key for Indent). KG576 - I have committed code that will Indent paragraphs when it imports legacy notes that have a line starting with a Tab, ie Tomboy style. Note it does NOT indent just the first line, it indents the whole para. Tomboy, in some releases, indented just the first line, word processor like. Now, how to do it ? Pressing the Tab key with the cursor somewhere in a para (with no existing indent) will (at present) create a Bullet (or extend a Bullet). Pressing the Ctrl-Tab keys with the cursor somewhere in a para (with no bullet set) will (at present) indent that para. Pressing Shift-Tab keys in a para with either bullet or indent will reduce that bullet of indent. Bullets are still controlled by the traditional Tomboy Alt Arrow Juts load an old, legacy note containing Tabs to see how well it handles them ! At present, its only possible to trigger one level of Indent (but importing a Legacy note with more might be rendered correctly). Its not possible, and will never be possible to embed tabs in text to create "columns" of data. Thats just not going to happen. Anyone who wants a try (please, please do) should tell me their OS and, if Linux, Widget set (see tomboy-ng About) and I'll make a alpha test version for them. Thanks for reporting / contributing ! Davo |
-=> access violation
in general as it seems it is not possible to
The text was updated successfully, but these errors were encountered: