rabbit 2.1.2 → 2.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +26 -0
- data/data/locale/en/LC_MESSAGES/rabbit.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rabbit.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rabbit.mo +0 -0
- data/doc/_config.yml +2 -3
- data/doc/en/development.rd +9 -9
- data/doc/en/faq.rd +132 -0
- data/doc/en/hiki.hiki +2 -1
- data/doc/en/index.rd +19 -29
- data/doc/en/install/homebrew.rd +1 -0
- data/doc/en/install/windows.rd +6 -3
- data/doc/en/news.rd +68 -1
- data/doc/en/rd.rd +2 -1
- data/doc/en/sample/hiki/rabbit.hiki +2 -1
- data/doc/en/usage.rd +4 -0
- data/doc/en/usage/platform/os-x.rd +13 -0
- data/doc/images/screenshots/en/blue-circle-raw.png +0 -0
- data/doc/images/screenshots/en/blue-circle.png +0 -0
- data/doc/images/screenshots/en/clear-blue-raw.png +0 -0
- data/doc/images/screenshots/en/clear-blue.png +0 -0
- data/doc/images/screenshots/en/cozmixng-raw.png +0 -0
- data/doc/images/screenshots/en/cozmixng.png +0 -0
- data/doc/images/screenshots/en/dark-gradation-raw.png +0 -0
- data/doc/images/screenshots/en/dark-gradation.png +0 -0
- data/doc/images/screenshots/en/day-white-raw.png +0 -0
- data/doc/images/screenshots/en/day-white.png +0 -0
- data/doc/images/screenshots/en/debian-raw.png +0 -0
- data/doc/images/screenshots/en/debian.png +0 -0
- data/doc/images/screenshots/en/green-circle-raw.png +0 -0
- data/doc/images/screenshots/en/green-circle.png +0 -0
- data/doc/images/screenshots/en/night-black-raw.png +0 -0
- data/doc/images/screenshots/en/night-black.png +0 -0
- data/doc/images/screenshots/en/rabbit-raw.png +0 -0
- data/doc/images/screenshots/en/rabbit.png +0 -0
- data/doc/images/screenshots/en/ranguba-raw.png +0 -0
- data/doc/images/screenshots/en/ranguba.png +0 -0
- data/doc/images/screenshots/en/red-frame-raw.png +0 -0
- data/doc/images/screenshots/en/red-frame.png +0 -0
- data/doc/images/screenshots/en/ruby-gnome2-raw.png +0 -0
- data/doc/images/screenshots/en/ruby-gnome2.png +0 -0
- data/doc/images/screenshots/en/rubykaigi2011-raw.png +0 -0
- data/doc/images/screenshots/en/rubykaigi2011.png +0 -0
- data/doc/images/screenshots/ja/blue-circle-raw.png +0 -0
- data/doc/images/screenshots/ja/blue-circle.png +0 -0
- data/doc/images/screenshots/ja/clear-blue-raw.png +0 -0
- data/doc/images/screenshots/ja/clear-blue.png +0 -0
- data/doc/images/screenshots/ja/cozmixng-raw.png +0 -0
- data/doc/images/screenshots/ja/cozmixng.png +0 -0
- data/doc/images/screenshots/ja/dark-gradation-raw.png +0 -0
- data/doc/images/screenshots/ja/dark-gradation.png +0 -0
- data/doc/images/screenshots/ja/day-white-raw.png +0 -0
- data/doc/images/screenshots/ja/day-white.png +0 -0
- data/doc/images/screenshots/ja/debian-raw.png +0 -0
- data/doc/images/screenshots/ja/debian.png +0 -0
- data/doc/images/screenshots/ja/green-circle-raw.png +0 -0
- data/doc/images/screenshots/ja/green-circle.png +0 -0
- data/doc/images/screenshots/ja/night-black-raw.png +0 -0
- data/doc/images/screenshots/ja/night-black.png +0 -0
- data/doc/images/screenshots/ja/rabbit-raw.png +0 -0
- data/doc/images/screenshots/ja/rabbit.png +0 -0
- data/doc/images/screenshots/ja/ranguba-raw.png +0 -0
- data/doc/images/screenshots/ja/ranguba.png +0 -0
- data/doc/images/screenshots/ja/red-frame-raw.png +0 -0
- data/doc/images/screenshots/ja/red-frame.png +0 -0
- data/doc/images/screenshots/ja/ruby-gnome2-raw.png +0 -0
- data/doc/images/screenshots/ja/ruby-gnome2.png +0 -0
- data/doc/images/screenshots/ja/rubykaigi2011-raw.png +0 -0
- data/doc/images/screenshots/ja/rubykaigi2011.png +0 -0
- data/doc/ja/hiki.hiki +2 -1
- data/doc/ja/install/windows.rd +6 -3
- data/doc/ja/news.rd +68 -1
- data/doc/ja/rd.rd +2 -1
- data/doc/ja/sample/hiki/rabbit.hiki +2 -1
- data/lib/rabbit/canvas.rb +1 -5
- data/lib/rabbit/command/rabbit.rb +9 -2
- data/lib/rabbit/element/container-element.rb +5 -3
- data/lib/rabbit/element/slide-element.rb +11 -0
- data/lib/rabbit/gtk.rb +25 -0
- data/lib/rabbit/image-data-loader.rb +46 -0
- data/lib/rabbit/image/base.rb +9 -11
- data/lib/rabbit/image/default.rb +1 -2
- data/lib/rabbit/image/eps.rb +2 -2
- data/lib/rabbit/image/gimp.rb +1 -2
- data/lib/rabbit/image/pdf.rb +1 -0
- data/lib/rabbit/info-window.rb +62 -21
- data/lib/rabbit/logger.rb +20 -4
- data/lib/rabbit/logger/gui.rb +5 -8
- data/lib/rabbit/logger/stderr.rb +5 -9
- data/lib/rabbit/parser/rd.rb +1 -1
- data/lib/rabbit/renderer/display/button-handler.rb +2 -2
- data/lib/rabbit/renderer/display/drawing-area-base.rb +2 -6
- data/lib/rabbit/renderer/display/progress.rb +1 -1
- data/lib/rabbit/renderer/engine/cairo.rb +17 -13
- data/lib/rabbit/slideshare.rb +1 -1
- data/lib/rabbit/source/base.rb +24 -40
- data/lib/rabbit/task/slide.rb +1 -1
- data/lib/rabbit/theme/applier.rb +8 -3
- data/lib/rabbit/theme/default-preformatted/default-preformatted.rb +4 -1
- data/lib/rabbit/theme/default-text/default-text.rb +0 -10
- data/lib/rabbit/theme/slide-show/slide-show.rb +2 -2
- data/lib/rabbit/theme/syntax-highlighting/syntax-highlighting.rb +6 -0
- data/lib/rabbit/theme/tag/tag.rb +4 -0
- data/lib/rabbit/version.rb +2 -2
- data/po/en/rabbit.edit.po +2675 -0
- data/po/en/rabbit.po +3 -862
- data/po/fr/rabbit.edit.po +2674 -0
- data/po/fr/rabbit.po +3 -862
- data/po/ja/rabbit.edit.po +2737 -0
- data/po/ja/rabbit.po +4 -864
- data/sample/image-reflection.rab +12 -0
- data/sample/note.rab +31 -0
- data/sample/rabbit-slide-show-logo.svg +597 -0
- data/test/parser/test-rd.rb +45 -0
- data/test/test-source.rb +78 -30
- metadata +767 -756
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8aa40eb58148060ffc901519695ddd120b0f4ad8
|
4
|
+
data.tar.gz: 994990cef70ff133e2f68f23177f83e8b6111624
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc87a88ddfcdf9d7520cbb651ab727de41d6ed6d1a3a1f9cfe88105ac98d0118177cf39cf975dc492394285958054e5277b938858156ebd52e52b52ae777b6b5
|
7
|
+
data.tar.gz: 454f959ece8a8b5530f9d3781bf70819722dd3a19f266be4493c2a30688a384e6d515dd03cb16ea1e42257a092667e07f43304288eea20e4c05be038ea00e886
|
data/Rakefile
CHANGED
@@ -232,3 +232,29 @@ desc "Run test"
|
|
232
232
|
task :test do
|
233
233
|
ruby("test/run-test.rb")
|
234
234
|
end
|
235
|
+
|
236
|
+
namespace :doc do
|
237
|
+
related_products = [
|
238
|
+
"rabwii",
|
239
|
+
"rabbirack",
|
240
|
+
"rabbiter",
|
241
|
+
]
|
242
|
+
related_product_directories = []
|
243
|
+
related_products.each do |related_product|
|
244
|
+
related_product_directory = "../#{related_product}"
|
245
|
+
related_product_directories << related_product_directory
|
246
|
+
directory related_product_directory do
|
247
|
+
sh("git",
|
248
|
+
"clone",
|
249
|
+
"https://github.com/rabbit-shocker/#{related_product}.git",
|
250
|
+
related_product_directory)
|
251
|
+
end
|
252
|
+
end
|
253
|
+
|
254
|
+
desc "Run documentation server"
|
255
|
+
task :server => related_product_directories do
|
256
|
+
Dir.chdir("doc") do
|
257
|
+
sh("jekyll", "server", "--watch")
|
258
|
+
end
|
259
|
+
end
|
260
|
+
end
|
Binary file
|
Binary file
|
Binary file
|
data/doc/_config.yml
CHANGED
data/doc/en/development.rd
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
---
|
2
|
-
layout:
|
2
|
+
layout: en
|
3
3
|
title: Development
|
4
4
|
---
|
5
5
|
== Repository
|
@@ -10,8 +10,8 @@ Rabbit's repository is
|
|
10
10
|
== Commit mail
|
11
11
|
|
12
12
|
You can stay up to date on the latest development by
|
13
|
-
subscribing to the git commit ML. If you want to
|
14
|
-
|
13
|
+
subscribing to the git commit ML. If you want to join,
|
14
|
+
send an e-mail like the following.
|
15
15
|
|
16
16
|
To: commit@ml.rabbit-shocker.org
|
17
17
|
Cc: null@cozmixng.org
|
@@ -28,22 +28,22 @@ reporting a bug or a request.
|
|
28
28
|
|
29
29
|
== Contribution
|
30
30
|
|
31
|
-
We welcome
|
31
|
+
We welcome your contribution. :)
|
32
32
|
|
33
33
|
=== Theme
|
34
34
|
|
35
|
-
We always welcome
|
36
|
-
when you create
|
35
|
+
We always welcome new theme. Please tell us your own theme
|
36
|
+
when you create one.
|
37
37
|
|
38
38
|
=== Documentation
|
39
39
|
|
40
|
-
Rabbit lacks documentation in English. Please consider
|
41
|
-
|
40
|
+
Rabbit lacks of documentation in English. Please consider
|
41
|
+
to write your tips to ((<faq.rd/FAQ>)) page.
|
42
42
|
|
43
43
|
=== Translation
|
44
44
|
|
45
45
|
Please translate messages in Rabbit into your native
|
46
|
-
language. You can make po/#{LANG}/rabbit.po by
|
46
|
+
language. You can make po/#{LANG}/rabbit.po by running
|
47
47
|
the following:
|
48
48
|
|
49
49
|
% mkdir po/#{LANG}
|
data/doc/en/faq.rd
CHANGED
@@ -10,9 +10,141 @@ This page lists frequently asked questions. Here is a format used in this page.
|
|
10
10
|
|
11
11
|
Answer...
|
12
12
|
|
13
|
+
== How can I embed tweets on Rabbit slide?
|
14
|
+
|
15
|
+
Use "rabbiter" command. For exapmle, you hit rabbitter command as follows
|
16
|
+
after starting Rabbit and you will see tweets including word "ruby" in the bottom of the slides in form of comment.
|
17
|
+
|
18
|
+
% rabbiter --filter ruby
|
19
|
+
|
20
|
+
== How can I flow tweets on slides like embeded video?
|
21
|
+
|
22
|
+
Run ((%rabbit%)) command with ((%--comment-theme stream-comment%)) options.
|
23
|
+
|
24
|
+
% rabbit --comment-theme stream-comment slide.rab
|
25
|
+
|
26
|
+
Taking into tweets with ((%rabbiter%)) command,
|
27
|
+
you can flow them on your slides.
|
28
|
+
|
13
29
|
== How to make a PDF which has some slides per page?
|
14
30
|
|
15
31
|
For example, we make XXX_multi.pdf which has 8 slides per
|
16
32
|
page from XXX.rd.
|
17
33
|
|
18
34
|
% rabbit -p --slides-per-page 8 -o XXX_multi.pdf XXX.rd
|
35
|
+
|
36
|
+
== What should I do to use hare and tortoise on PDF slide?
|
37
|
+
|
38
|
+
Use --allotted-time option.
|
39
|
+
|
40
|
+
% rabbit --allotted-time 5m slide.pdf
|
41
|
+
|
42
|
+
The same value format of
|
43
|
+
|
44
|
+
# _
|
45
|
+
: allotted-time
|
46
|
+
5m
|
47
|
+
|
48
|
+
on slides are available for that of --allotted-time.
|
49
|
+
|
50
|
+
For this example you set "5m" and the tortoise runs just 5 minutes.
|
51
|
+
|
52
|
+
== How can I reset tortoise to start?
|
53
|
+
|
54
|
+
Hit Alt+t
|
55
|
+
|
56
|
+
== How can I include default style slides with one used "Takahashi method"?
|
57
|
+
|
58
|
+
Takahashi method is called lightning-talk as far as Rabbit.
|
59
|
+
|
60
|
+
We generally use the theme when we want to make pure Takahashi method slides.
|
61
|
+
|
62
|
+
= Title
|
63
|
+
: author
|
64
|
+
Anonymous
|
65
|
+
: theme
|
66
|
+
lightning-talk # <= like this
|
67
|
+
|
68
|
+
= I am
|
69
|
+
|
70
|
+
= a Rubyist!
|
71
|
+
|
72
|
+
If you'd like to include plain slide which has e.g. unordered list as well as Takahashi method, you cannot do it in that way. Because the theme lightning-talk does not have any style definition for its display like list.
|
73
|
+
|
74
|
+
You can resolve the issue with including theme. Some themes which are mixed with lightning-talk theme are prepared. For example, a theme named "lightning-rabbit" is a mixture of "rabbit" and "lightning-talk". With this, you will get what you want as follows:
|
75
|
+
|
76
|
+
= Title
|
77
|
+
: author
|
78
|
+
anonymous
|
79
|
+
: theme
|
80
|
+
lightning-rabbit
|
81
|
+
|
82
|
+
= I am
|
83
|
+
|
84
|
+
= ...
|
85
|
+
|
86
|
+
* ...
|
87
|
+
* ...
|
88
|
+
* ...
|
89
|
+
|
90
|
+
= a Rubyist
|
91
|
+
|
92
|
+
The theme "lightning-rabbit" is very neat like below.
|
93
|
+
|
94
|
+
# enscript ruby
|
95
|
+
include_theme("rabbit") # (1)
|
96
|
+
|
97
|
+
@lightning_talk_proc_name = "lightning-rabbit"
|
98
|
+
@lightning_talk_as_large_as_possible = true
|
99
|
+
include_theme("lightning-talk-toolkit")
|
100
|
+
|
101
|
+
match(Slide) do |slides|
|
102
|
+
slides.each do |slide|
|
103
|
+
if slide.lightning_talk? # (2)
|
104
|
+
slide.lightning_talk # (3)
|
105
|
+
end
|
106
|
+
end
|
107
|
+
end
|
108
|
+
|
109
|
+
So in other words,
|
110
|
+
|
111
|
+
(1) Apply a theme for its base.((1))
|
112
|
+
(2) For only slides for lightning-talk((2))
|
113
|
+
overwrite its definition for look in one for lightning-talk. ((3))
|
114
|
+
|
115
|
+
In this way, you can include Takahashi method to your slide. Note that ((*slide.lightning_talkは最後に!*)) should be loaded in the last owing to overwrite default settings.
|
116
|
+
|
117
|
+
Finally, some themes have another name, for example, (({slide.lightning_talk})) also can be called (({slide.takahashi})) and (({slide.lightning_talk?}))can be called (({slide.takahashi?})).
|
118
|
+
|
119
|
+
Happy Rabbitting!
|
120
|
+
|
121
|
+
== How can I change property of specific slides?
|
122
|
+
|
123
|
+
In following example, you can change font to Italic on slides containing phrase "Redhanded".
|
124
|
+
|
125
|
+
match Slide do |slides|
|
126
|
+
slides.each do |slide|
|
127
|
+
if slide.match?(/Redhanded/)
|
128
|
+
slide.prop_set("style", "italic")
|
129
|
+
end
|
130
|
+
end
|
131
|
+
end
|
132
|
+
|
133
|
+
== How can I set new line?
|
134
|
+
|
135
|
+
Use following charachters.
|
136
|
+
|
137
|
+
\n
|
138
|
+
|
139
|
+
This is available in both content and title.
|
140
|
+
|
141
|
+
TODO: Formery we should use 
 but now can use \n
|
142
|
+
, which means following sentence is oblsolate. Oh my god...
|
143
|
+
|
144
|
+
Rabbit has got into the magic as well as Ruby, which "makes what you shouldn't looks ugly". ((-Using (({$})) for global vars is a kind of "Magic Powder" for Ruby. -)).
|
145
|
+
|
146
|
+
The reason it is difficult to put new lines in Rabbit and they makes source dirty is that Rabbit wants you not to use so many new lines.
|
147
|
+
|
148
|
+
The most important reason of it is that you shouldn't take too long sentences to set new line on slides. You'd better think of shorter one rather than use long terms with many new lines.
|
149
|
+
|
150
|
+
If you show so long sentence on your stage, they will achieve more attention than that towards you. Note that some says you should be appearant when want to tell them the most important thing((-sure ?-)). Longer sentence makes it much difficult for you to do so.
|
data/doc/en/hiki.hiki
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
---
|
2
2
|
layout: ja
|
3
3
|
title: Hiki notation
|
4
|
-
apply_data: false
|
5
4
|
---
|
5
|
+
{% raw %}
|
6
6
|
!Paragraphs
|
7
7
|
|
8
8
|
Consecutive lines are concatenated into a single paragraph.
|
@@ -323,3 +323,4 @@ which is not surrounded by <p> ... </p>.
|
|
323
323
|
{{pre('
|
324
324
|
...
|
325
325
|
')}}
|
326
|
+
{% endraw %}
|
data/doc/en/index.rd
CHANGED
@@ -2,47 +2,37 @@
|
|
2
2
|
layout: en
|
3
3
|
title: README
|
4
4
|
---
|
5
|
-
==
|
5
|
+
== About Rabbit
|
6
6
|
|
7
|
-
Rabbit is a presentation tool for programmer, especially
|
8
|
-
Rubyist.
|
7
|
+
Rabbit is a presentation tool for programmer, especially Rubyist.
|
9
8
|
|
10
|
-
|
11
|
-
can use your favorite editor and version control system for
|
12
|
-
creating presentation slides.
|
9
|
+
Slide is written in text format, so you can use your favorite editor or versioning tool to make it.
|
13
10
|
|
14
|
-
Rabbit has programmer-friendly keybord interface.
|
15
|
-
|
16
|
-
|
11
|
+
Rabbit also has programmer-friendly keybord interface.
|
12
|
+
You can use Rabbit just as a slide viewer because Rabbit also supports PDF format.
|
13
|
+
It means even after making slide in other tool like Keynote, you can use Rabbit for displaying it.
|
17
14
|
|
18
|
-
You can
|
19
|
-
also show PDF format slide. You can create by Keynote or
|
20
|
-
what you like and use Rabbit as a slide viewer for
|
21
|
-
programmer-friendly keybord interface.
|
22
|
-
|
23
|
-
You can customize slide look and feed by Ruby. It's very
|
24
|
-
important for Rubyist that you can program when you make
|
25
|
-
presentation slides.
|
15
|
+
You can customize its look with Ruby code, so you can hack even when making slides!
|
26
16
|
|
27
17
|
=== Format
|
28
18
|
|
29
|
-
Rabbit supports RD, Wiki
|
19
|
+
Rabbit supports RD, Wiki markup and Markdown for its format.
|
30
20
|
|
31
|
-
((<rd.rd/RD>)) is an abbreviation of Ruby Document
|
32
|
-
easy to read text format.
|
21
|
+
((<rd.rd/RD>)) is an abbreviation of Ruby Document, which is
|
22
|
+
easy to read for its simple text format.
|
33
23
|
|
34
|
-
Rabbit supports a ((<hiki.rd/Hiki notation>))
|
35
|
-
|
24
|
+
Rabbit supports a ((<hiki.rd/Hiki notation>)); one of
|
25
|
+
the dialects of Wiki notations.
|
36
26
|
|
37
27
|
=== Interface
|
38
28
|
|
39
|
-
Rabbit has useful slide operation interface.
|
29
|
+
Rabbit has useful slide operation interface as follows.
|
40
30
|
|
41
|
-
* Keybord interface: If you
|
31
|
+
* Keybord interface: If you hit a key, then you will get
|
42
32
|
what you want.
|
43
|
-
* Mouse gesture: Just for a fun. It'll not be used
|
44
|
-
presentation but it's fun
|
45
|
-
*
|
33
|
+
* Mouse gesture: Just for a fun. It'll not be used during
|
34
|
+
presentation but it's fun for creating.
|
35
|
+
* Hare and tortoise: Visualize remaining time with animation of their race.
|
46
36
|
|
47
37
|
== Install
|
48
38
|
|
@@ -158,14 +148,14 @@ other words the committer retains copyright of his or her
|
|
158
148
|
committed code and patch authors retain the copyright of
|
159
149
|
their submitted patch code.
|
160
150
|
|
161
|
-
The images above are
|
151
|
+
The images above are copyrighted by their respective owners.
|
162
152
|
|
163
153
|
== License
|
164
154
|
|
165
155
|
Licensed under GPLv2 or later. For more information see 'GPL'
|
166
156
|
file. Provided patches, codes and so on are also licensed under GPLv2
|
167
157
|
or later. Kouhei Sutou can change the license of them. He considers
|
168
|
-
that
|
158
|
+
that authors of them agree with the rule when they contribute their
|
169
159
|
patches, codes and so on.
|
170
160
|
|
171
161
|
lib/rabbit/div/prototype.js released under an MIT-style
|
data/doc/en/install/homebrew.rd
CHANGED
data/doc/en/install/windows.rd
CHANGED
@@ -20,11 +20,14 @@ Here are required softwares.
|
|
20
20
|
|
21
21
|
Install Ruby 2.0.0 from ((<download page of RubyInstall for
|
22
22
|
Windows|URL:http://rubyinstaller.org/downloads/>)). For
|
23
|
-
example, Ruby 2.0.0-
|
23
|
+
example, Ruby 2.0.0-p451 installer can be downloaded via the
|
24
24
|
following URL.
|
25
25
|
|
26
|
-
: rubyinstaller-2.0.0-
|
27
|
-
((<URL:http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.0.0-
|
26
|
+
: rubyinstaller-2.0.0-p451.exe
|
27
|
+
((<URL:http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.0.0-p451.exe>))
|
28
|
+
|
29
|
+
Note: You need to install 32bit version Ruby instead of 64bit, even if you use 64bit Windows.
|
30
|
+
Currently Rabbit doesn't work with 64bit Ruby on Windows.
|
28
31
|
|
29
32
|
==== Install Rabbit
|
30
33
|
|
data/doc/en/news.rd
CHANGED
@@ -1,8 +1,74 @@
|
|
1
1
|
---
|
2
2
|
layout: en
|
3
3
|
title: News
|
4
|
-
apply_data: false
|
5
4
|
---
|
5
|
+
{% raw %}
|
6
|
+
== 2.1.3: 2014-08-03
|
7
|
+
|
8
|
+
A drawing performance improved release.
|
9
|
+
|
10
|
+
=== Improvements
|
11
|
+
|
12
|
+
==== rabbit
|
13
|
+
|
14
|
+
* Improved input encoding detection for UTF-8 case.
|
15
|
+
[GitHub#34] [Reported by Colin Dean]
|
16
|
+
* Markdown: Supported no text item list.
|
17
|
+
[GitHub#37] [Reported by Colin Dean]
|
18
|
+
* Improved drawing performance when vertical centering isn't used.
|
19
|
+
[GitHub#35] [Reported by Colin Dean]
|
20
|
+
* Avoided memory usage growing.
|
21
|
+
[GitHub#41] [Reported by Enrico Rivarola]
|
22
|
+
|
23
|
+
==== Theme
|
24
|
+
|
25
|
+
* default-preformatted: Changed text size element to
|
26
|
+
(({PreformattedBlock})) from (({PreformattedText})).
|
27
|
+
* tag: Supported (({xx-small})) tag and (({xx-large})) tag.
|
28
|
+
[GitHub#39] [Patch by Enrico Rivarola]
|
29
|
+
* syntax-highlighting: Supported float literal.
|
30
|
+
|
31
|
+
==== Document
|
32
|
+
|
33
|
+
* Updated Ruby Installer version. [Masafumi Yokoyama]
|
34
|
+
* Updated how to install with Homebrew.
|
35
|
+
[GitHub#30] [Patch by Bert Chang]
|
36
|
+
* Improved English and translated into English.
|
37
|
+
[GitHub#33] [Patch by Tomohiro Imaizumi]
|
38
|
+
* Added a description about Rabbit doesn't support 64bit Ruby on Windows.
|
39
|
+
[GitHub#43] [Patch by YUKI Hiroshi]
|
40
|
+
|
41
|
+
=== Fixes
|
42
|
+
|
43
|
+
==== rabbit
|
44
|
+
|
45
|
+
* Fixed a bug that rabbit command's exit code is always non-zero.
|
46
|
+
* Fixed a crash bug when rabbit command is ran on no window system
|
47
|
+
environment.
|
48
|
+
[shocker-ja:1189] [Reported by Kazuhiro NISHIYAMA]
|
49
|
+
* Information window: Fixed a bug that note text isn't changed when
|
50
|
+
window size is changed.
|
51
|
+
[shocker-en:71][shocker-en:74] [Reported by Enrico Rivarola]
|
52
|
+
* Information window: Fixed a bug that long word in note text is cut.
|
53
|
+
[shocker-en:78] [Reported by Enrico Rivarola]
|
54
|
+
* Information window: Fixed a bug that markup in note text isn't applied.
|
55
|
+
[GitHub#38] [Patch by Enrico Rivarola]
|
56
|
+
* Fixed a bug that temporary files aren't removed when they aren't needed.
|
57
|
+
[GitHub#40] [Patch by Enrico Rivarola]
|
58
|
+
|
59
|
+
==== rabbit-slide
|
60
|
+
|
61
|
+
* Fixed a bug that tags are ignored on uploading SlideShare.
|
62
|
+
|
63
|
+
=== Thanks
|
64
|
+
|
65
|
+
* Masafumi Yokoyama
|
66
|
+
* Kazuhiro NISHIYAMA
|
67
|
+
* Bert Chang
|
68
|
+
* Enrico Rivarola
|
69
|
+
* Colin Dean
|
70
|
+
* YUKI Hiroshi
|
71
|
+
|
6
72
|
== 2.1.2: 2014-03-08
|
7
73
|
|
8
74
|
A bug fix release of 2.1.1.
|
@@ -1786,3 +1852,4 @@ SASAKI]
|
|
1786
1852
|
=== Other news
|
1787
1853
|
|
1788
1854
|
* Mac OS X package (DarwinPorts) is available by kimura wataru.
|
1855
|
+
{% endraw %}
|