Pavel Sanda wrote:
diff --git a/src/BufferView.h b/src/BufferView.h
index d418260..585792d 100644
--- a/src/BufferView.h
+++ b/src/BufferView.h
@@ -92,9 +92,11 @@ public:
///
void setFullScreen(bool full_screen) { full_screen_ = full_screen; }
+ //FIXME: In RTL text this is the left-margin
/// right margin
int rightMargin() const;
+ //FIXME: In RTL text this is the right-margin
/// left margin
int leftMargin() const;
Those names should be changed, then, too. Probably beginMargin and
endMargin, as you did below.
Richard