line-numbers Questions
3
Solved
This is a bit challenging even probably for a team project, let alone for a one-man implementation, but I was trying to put together a simple yet elegant text editor with syntax highlighting, using...
Hoodlum asked 1/10, 2012 at 17:31
5
Solved
my current line number colors
I like to have a very visible line number coloring and I couldn't find a way to configure it in v0.8.2 of Neovim. I'm using tokionight-night as my color theme and wou...
Handcart asked 29/1, 2023 at 19:56
9
Solved
I want to delete one or more specific line numbers from a file. How would I do this using sed?
Evidential asked 21/1, 2010 at 20:8
3
Solved
Does anyone know how I can get the current line number of an System.Xml.XmlReader? I am trying to record where in a file I find Xml elements.
Koblenz asked 7/3, 2009 at 0:58
20
Solved
I use huge data files, sometimes I only need to know the number of lines in these files, usually I open them up and read them line by line until I reach the end of the file
I was wondering if ther...
Interglacial asked 17/1, 2009 at 8:59
12
Solved
When I do a git diff or a git log -p, how do I get line numbers of the source file(s) inlined with the output?
I tried to look it up man git-diff | grep "line numbers" and I tried googling but got...
Santonin asked 27/6, 2014 at 15:22
7
Solved
I'm currently building quite a complex system in Python, and when I'm debugging I often put simple print statements in several scripts. To keep an overview I often also want to print out the file n...
Voluptuous asked 26/6, 2014 at 19:47
11
Does JavaScript have a mechanism for determining the line number of the currently executing statement (and if so, what is it)?
Darned asked 26/2, 2010 at 17:3
7
Solved
How would one display what line number caused the error and is this even possible with the way that .NET compiles its .exes?
If not is there an automated way for Exception.Message to display the s...
Saluki asked 27/3, 2009 at 2:44
3
Solved
I'm working with RichTextFx's CodeArea to highlight custom mini language code.
Now while executing this code I want to show a small arrow in front of current executed line. I know the specific li...
Helfrich asked 22/2, 2015 at 15:40
6
Hi I am new to UNIX and I have to get the count of lines from incoming csv files. I have used the following command to get the count.
wc -l filename.csv
Consider files coming with 1 record iam get...
Townscape asked 19/3, 2014 at 16:32
3
Solved
Note: I have searched in Google and other SO posts, but none of them have helped me.
I know that we can move up or down with Alt+Arrow. Is there a way to move, let's say 25 lines up, at once? I d...
Pronucleus asked 3/1, 2022 at 5:7
8
Solved
How can I add line numbers to a range of lines in a file opened in Vim? Not as in :set nu—this just displays line numbers—but actually have them be prepended to each line in the file?
Skipper asked 31/10, 2008 at 7:5
4
Solved
I've tried linum and nlinum. Both have dreadful performance on files with 100k+ lines.
$ for x in {1.100000}; do echo $x; done > 100k.txt
$ emacs -q 100k.txt
M-x load-library linum
M-x linum-mo...
Brachiopod asked 3/10, 2013 at 11:15
8
Solved
Is there a way to display the lines in the stack trace for the .NET assembly build/deployed in Release mode?
UPDATE:
My application is divided into three class library projects and one ASP.NET "...
Disaccord asked 10/3, 2009 at 0:44
4
I'm pretty sure I know the answer to this one cause I've been searching everywhere, but if anyone knows he's probably on this site.
Is it possible to display line numbers that are relative to the ...
Treacherous asked 11/2, 2011 at 9:6
6
Solved
Does anyone know how if something like this Vim Relative Line Numbers exists for emacs? I use vimpulse, and man, that would be super handy to have! I know some lisp, so if it doesn't, I could try t...
Barabarabarabas asked 29/7, 2011 at 14:16
4
Solved
I require help to search a text file (log file) using c# and display the line number and the complete line that contains the search keyword.
Bushbuck asked 13/3, 2010 at 8:9
9
Solved
I can :set number from within a file I'm editing but how can I have them always be on by default?
Decaffeinate asked 23/4, 2012 at 2:30
7
Solved
Here is an example of what I want to do:
MessageBox.Show("Error line number " + CurrentLineNumber);
In the code above the CurrentLineNumber, should be the line number in the source code of this ...
Loni asked 23/9, 2012 at 22:23
2
Solved
Consider this short program that I wrote:
#include <iostream>
template<bool Debug = false>
constexpr int add(const int& a, const int& b) {
if (Debug)
std::cout << ...
Tryst asked 13/7, 2020 at 5:39
2
I know that you can toggle line numbers with the key combination SPC + t + l but it changes back to absolute line numbers when restarting Doom Emacs. How can I configure Doom Emacs to set relative ...
Caresa asked 10/8, 2019 at 5:15
3
Solved
I know of an Eclipse feature to show revision information (gradual coloring, more info like revisionnumber, date and author on mouseover) for the last changes in a line in the linenumbers-view.
Do...
Gaylord asked 7/12, 2009 at 14:46
10
Solved
In the sake of debugging purposes, can I get the line number in C/C++ compilers?
(standard way or specific ways for certain compilers)
e.g
if(!Logical)
printf("Not logical value at line number %...
Vange asked 17/5, 2010 at 14:25
0
I am trying to show line numbers to a div that is contenteditable. So the content is not static and can be edited like a normal editor.
So far I could add line numbers but when I add new lines or d...
Ratiocination asked 13/4, 2020 at 11:42
1 Next >
© 2022 - 2025 — McMap. All rights reserved.