Questions tagged [rulers]

50 questions
1
vote
1 answer

Ruler not showing up in .md files in Sublime Text 2

I cannot make the ruler appear in .md files. The setting "ruler": [80] is set in every possible place, including in the Default and User settings of the package Markdown Editing. Yet still, the ruler would not appear. I thought this was a color…
Alexander Popov
  • 23,073
  • 19
  • 91
  • 130
1
vote
1 answer

WPF Canvas Ruler Scrollbar issue

I want to have ruler always visible even though I have scroll bar visible. See below Images If I scroll down or scroll to right, both canvas ruler will be disappeared as I am scrolling whole panel to bottom/right. And both rulers are Dock.Left and…
Sai Reddy
  • 61
  • 4
  • 13
0
votes
0 answers

VSCode: How to not show the editor ruler and instead display characters past column limit in a different color?

I'm coming from spacemacs and editing Python files. In VSCode, I want to display characters past column limit (80 characters) in a different color (red), as in Spacemacs. I do not want to use editor.rulers to always show a ruler, as it's…
0
votes
0 answers

How do I insert and hide read-only line above specific line in monaco editor?

I need to implement "old school" ruler for monaco editor, which will work similarly to ISPF cols command: =COLS> ----+----1----+----2----+----3----+----4----+----5----+----6----+----7-- 000200 //IEFBR14 EXEC PGM=IEFBR14 …
0
votes
0 answers

How can i add horizontal or vertical rulers around an image in my website?

I want rulers that we have in word or PowerPoint around an image. Is there some kind of library or any inbuilt provision for this?
0
votes
1 answer

Add new pattern in Entity Ruler Spacy with regex in multiple tokens

I have this code that works well if I try to search exact words. from spacy.lang.en import English import spacy #nlp = spacy.load("en_core_web_sm") nlp = spacy.load("en_core_web_sm", disable=["tagger", "attribute_ruler", "lemmatizer","ner"]) ruler…
HeadOverFeet
  • 768
  • 6
  • 13
  • 33
0
votes
2 answers

How do I add rulers through the entirety of the document in SSRS

How do I insert a ruler into SSRS report file? Not just the rulers on the top/side of the page but a line going through the entirety of the file (vertically and horizontally). Something like this --
YelizavetaYR
  • 1,611
  • 6
  • 21
  • 37
0
votes
1 answer

Problem with setting indent of bullet items in textframe

I am trying to port some existing VBA code to C#. One routine controls the indentation of bullet items, and is roughly: indentStep = 13.5 For Each parag In shp.TextRange.Paragraphs() parag.Parent.Ruler.Levels(parag.IndentLevel).FirstMargin =…
0
votes
1 answer

How many columns for Github?

I realized the width of file in GitHub is much wider than '80' (I set 'rulers' in visual studio code as 80). My files are not beautifully displayed. What value should I set on the 'rulers' in my editor?
juanli
  • 583
  • 2
  • 7
  • 19
0
votes
0 answers

Compound Shape Class?

Has anyone ever tried to create a custom shape class for Fabric.js that is a combination of shapes? I want to create something like a ruler, where the left and right ends are vertical lines and is attached to the middle, |---| . I'd also like to…
dchin
  • 311
  • 5
  • 15
0
votes
2 answers

How can I develop scale like measure it add on in Firefox

I want measuring tool in project that will be same as measure it in Firefox (add-on). How to do this?
girish
  • 701
  • 3
  • 12
  • 22
0
votes
1 answer

Google Chrome Developer Tools - Disable the new device emulation ruler without turning off emulation

As many others, I also want to get rid of the new device emulation ruler in Chrome/Chromium Dev Tools. But I still want to keep device emulation, because I need to have the website I work on at a specific resolution (more exactly at a specific…
Emoryy
  • 53
  • 5
0
votes
2 answers

I'm trying to print this ruler horizontally in java

I'm new to java and I'm trying to print an english ruler horizontally instead of vertically, any help is appreciated. I tried to put a sample output but I need 10 reputation but it's very similar to an english ruler. Here is a link of a photo…
0
votes
2 answers

WPF calculate Parent margin based on child control position

I have following XAML. I have to set margin to CanvasRuler as per child control (LabelEditFrame) Left position. How do I do that.
Sai Reddy
  • 61
  • 4
  • 13
0
votes
1 answer

Visiblox Charting: Ruler Behavior for calculating delta values

Has anybody experience of working on RulerBehavior of Visiblox charting toolkit? I am looking for some delta finding examples. Visiblox forum does not contain any such information. So if anyone can share his/her experience. thanks in advance
user1381656