python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Bind event runs before character typed is put in entry
I am making a special Text widget with tkinter that is supposed to have working indentation. To get the indentation to work I binded the function that puts down the tabs to the Enter button. This bind...
TRCK
Votes: 0
Answers: 2
How does Xdebug know about breakpoints in an IDE?
I am a big proponent of Xdebug and love PhpStorm. I have worked with many different setups for local environments and configuration seems to be a bit different each time.
My current environment is a d...
user1015214
Votes: 0
Answers: 1
Multiline class name to single line in PhpStorm/VSCode/Sublime
Not sure if this relevant question or not
Here is an example HTML block
<div
class="
ltr:ml-auto
rtl:mr-auto
...
Emtiaz Zahid
Votes: 0
Answers: 1
Regular expression to match strings for syntax highlighter
I'm looking for a regular expression that matches strings for a syntax highlighter used in a code editor. I've found
(")(?:(?!\1|\\).|\\.)*\1
from here regex-grabbing-values-between-quotation-ma...
osiris81
Votes: 0
Answers: 1