Giter VIP home page Giter VIP logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
Just one more possible improvement:
It could be also nice, to have distance of point or dot same as tab
i.e. equal to 1 tab or number of spaces defined globally, because now
it misses about 1px and is shifted right.
e.g.
1)some text1
  some text2
See here both "some text" are aligned, try this in keynote.

Original comment by [email protected] on 30 Jan 2009 at 7:49

from keynote-nf.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
With issue #42 it is possible to adjust that indentation. Also, if you indent 
the
paragraph the lines are aligned.
However I want to revise the initial values of indentation of numbering. For 
example
if you copy and paste a line with numbering (or bullet) you can see that it is 
no
aligned with original. The correct one is the pasted one. If you save and 
reopen the
file can see that the two numbering lines are equal to the pasted one.

Original comment by [email protected] on 30 Jan 2009 at 6:55

  • Changed state: Accepted

from keynote-nf.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
I tried to play with indentation of paragraph, but somehow it is buggy.
In fact I can simply say so: in 1.6.5 it was quite OK, beside of 2 issues:
- Alignment(or indent) after a new line was missing 1px in comparison to
  numbering or bullet paragraph, but when no new line was added, it was allingend
  correctly with numbering or bullets.
- continuation of numbering not possible

Original comment by [email protected] on 31 Jan 2009 at 9:33

from keynote-nf.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
Solution to allignment problem:
in kn_MacroMng.pas
            If tipo = nsBullet Then
            begin
              ActiveNote.Editor.Paragraph.NumberingTab := 12;
              ActiveNote.Editor.Paragraph.LeftIndent   := 19;
            end
            Else begin
              ActiveNote.Editor.Paragraph.NumberingTab := 1;
              ActiveNote.Editor.Paragraph.LeftIndent   := 19;
            End;
and comment in RxRichEd.pas:
  //case Value of
  //  nsNone: LeftIndent := 0;
  //  else if LeftIndent < 12 then LeftIndent := 12;
  //end;

It was really confusing that some code is in RxRichEd which is modyfying that..

Original comment by [email protected] on 2 Feb 2009 at 10:17

from keynote-nf.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
One more notice: that is in fact font size dependent...
Correlation with font is needed, question is how good can it be done..?
these allignment works nice with Courier New size 10
Coincidentially I found one more small bug - if I change properties of empty 
line,
they will not be saved, e.g. font size, consequenlty one have to put something 
on
a line to save it.

Original comment by [email protected] on 2 Feb 2009 at 10:54

from keynote-nf.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
With correction on issue #200 bullets and numbered lists behaves better.

Original comment by [email protected] on 5 Jun 2010 at 12:06

  • Changed state: Duplicate

from keynote-nf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.