Questions tagged [liveedit]

tag for discussion involving real-time distributed code editing.

62 questions
0
votes
2 answers

LiveEdit in Microsoft Edge (Chromium)

I want to use the LiveEdit plugin for debugging my website on PhpStorm. I have configured the plugin in the settings and even downloaded the JetBrains Chrome Extension and applied to Microsoft edge. I have also allowed the extension to read and…
Nishant Jalan
  • 844
  • 9
  • 20
0
votes
1 answer

fill not defined in JavaScript?

So I am making a number analyzer code in JavaScript and previously i was using https://www.khanacademy.org to write the code and run it in their live editor but that doesn't allow me to run window.prompt so i shifted to some other editors but all…
0
votes
0 answers

PHP re post variable edit table jquery

I am working on JQuery Edit Table with PHP. I am posting the table name via a form in order to display the table and do in live modifcation. My issue is to re passing the tablename variable to the second php file (live_edit.php) to perform…
user979974
  • 883
  • 3
  • 13
  • 32
0
votes
1 answer

live edit xhtml with wildfly and idea

I need to change gui of enterprise application, which contain gui.war and core.war artifacts. After every little change in xhtml or backing bean I build and depoy application by idea run/debug configurations. It takes 1-2 minuts usually. Does Idea…
Vadim
  • 557
  • 8
  • 21
0
votes
0 answers

Why does my UWP app crash when I live edit specific properties in XAML?

For instance, as soon as I delete the background/foreground/borderBrush value, the app crashes and debugging stops which I think due to the invalid value (empty string). Also with margin/padding set to 3 values only, e.g. padding="0 0 0" (VS doesn't…
Sid Go
  • 2,041
  • 3
  • 16
  • 29
0
votes
1 answer

WebStorm 11 Live Edit not working when use external css with Chrome 47

Live Edit works well when there is only html file,but whenever I change a external css file, there is no active change in Chrome. I have open the Auto Update in Live Edit... Can any body help me? Thanks! This is my Setting
Index
  • 60
  • 6
0
votes
0 answers

PhpStorm 8 Live Edit and Chrome Extension don't update external CSS

After googling for answers and trying everything that was suggested, I still can't resolve this issue. What I tried: Downloaded/installed/enabled Live Edit plugin Configured a JavaScript Debug configuration Changed Update to Auto in (ms) and…
pimmey
  • 461
  • 2
  • 7
0
votes
0 answers

WebStorm's debugger doesn't reload some JavaScript files

I am trying to get live edit working on my AngularJS project. The project has about 300 JavaScript files. I was previously using gulp to concatenate these files into one and then watching the concatenated file with LiveReload. That was becoming a…
kpg
  • 7,644
  • 6
  • 34
  • 67
0
votes
1 answer

Trying to configure debug server in WebStorm 9.03

I have a project which uses a node.js/express server to serve an AngularJS SPA. The project contains a number of different applications which share some common resources. The express server is configured to serve assets from different locations: …
kpg
  • 7,644
  • 6
  • 34
  • 67
0
votes
1 answer

Live Edit feature doesn't work with Jetbrains chrome extension

I am using Google Chrome 40.02 and Intellij IDEA 13.1 and JetBrains IDE Support Extension 2.0.7. Live Edit plugin doesn't work and after click on debug button on the Intellij IDEA the browser open and notify me "JetBrains IDE Support" is debugging…
user4540007
0
votes
1 answer

Chrome extension development with live edit

How do I get Chrome extension code to work with JetBrains Live Edit extension during development? I'm trying to develop a Chrome extension in PHPStorm 8 and I would like for the code to work with the Live Edit feature the way a normal HTML/JS page…
eComEvo
  • 11,669
  • 26
  • 89
  • 145
0
votes
2 answers

Everything inside < > lost the content in ajax-Jquery html

I'm doing some live edit on my table and I am trying to print some content inside this < sdfsdfsdfsdfs>. I am not able to print this in html in the jquery html as I'm able to show this content as I give a space before the content then it works fine…
Ramesh Singh
  • 98
  • 1
  • 14
0
votes
1 answer

Change a table cell to text area and save and cancel button

I have a table that gets all the data from a MySql database and displays it, and was wondering how to change the table cell to a text area on click and also display 2 buttons, a save button and a cancel button. The save button would then send the…
dhruveonmars
  • 409
  • 1
  • 11
  • 24
0
votes
1 answer

Phpstorm 7, LiveEdit - configuring Chrome extention JetBrains IDE Support to run remotely

I want to see how the website is changing while I'm coding and I want to see this on the screen of the other machine (with Chrome browser opened). There is an option to change IP and PORT in JetBrains IDE Support extention. I'm pasting there the IP…
Bartchie
  • 45
  • 5
0
votes
1 answer

Sublime Text 2 live multi-user edit detection

Me and a buddy of mine have been working on a website project using Sublime Text 2 as an editor. We're hosting everything locally, and we love Sublime but sometimes things get tangled when we're both trying to edit the same file, or when we both…