Live Server

2025-06-19 Thread Tom Rushworth
Does NetBeans have an equivalent to Visual Studio's Live Server? - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the Ne

Netbeans/Chrome Error

2024-04-24 Thread Tom Rushworth
Neatbeans version 21 and latest version of Chrome. When I click on "Run Project", I get the following error: error message I know that I can simply click OK and the error has no further effect. My question is, How can I eliminate the error in the first place? Tom

Re: Netbeans and Emmet

2024-04-24 Thread Tom Rushworth
the nbm and try to install it using tools -> plugins -> downloaded -> add plugins -mbien On 23.04.24 22:09, Tom Rushworth wrote: > Sorry, Netbeans version 21. > > On 4/23/2024 4:07 PM, Tom Rushworth wrote: >> Can Emmet be installed

Re: Netbeans and Emmet

2024-04-23 Thread Tom Rushworth
Sorry, Netbeans version 21. On 4/23/2024 4:07 PM, Tom Rushworth wrote: Can Emmet be installed in Netbeans?  If so, how? Tom

Netbeans and Emmet

2024-04-23 Thread Tom Rushworth
Can Emmet be installed in Netbeans?  If so, how? Tom

Refactoring

2023-08-21 Thread Tom Rushworth
Newbie question.  I'm working on an HTML project.  When I change a file name, Netbeans wants to know if I want to "refactor" or not. What does it mean to refactor? - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.or

Live Server Equivalent

2023-08-19 Thread Tom Rushworth
Is there an equivalent to VSCode's Live Server for Netbeans? - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetB

Re: Predefined Variables for File Templates

2023-02-07 Thread Tom Rushworth
eb 7, 2023 at 8:41 AM Tom Rushworth wrote: I'm sorry but for me that's overkill.  I don't need to create a new template.  I'm happy to modify an existing one.  Therefore, all I need is a list of the available predefined variables. Tom On 2/7/2023 2:16 AM,

Re: Predefined Variables for File Templates

2023-02-06 Thread Tom Rushworth
org/tutorials/60/nbm-filetemplates.html Best regards, John On Tue, Feb 7, 2023 at 2:42 AM Tom Rushworth wrote: When creating a file template, I know that there are predefined variables. For example, ${date}, and ${time}.  Will someone point me to a list of all the predefined vari

Predefined Variables for File Templates

2023-02-06 Thread Tom Rushworth
When creating a file template, I know that there are predefined variables. For example, ${date}, and ${time}.  Will someone point me to a list of all the predefined variables that I can use? - To unsubscribe, e-mail: users-uns

Project/File List Font Size

2022-07-13 Thread Tom Rushworth
Is it possible to increase the font size of the Project/Files tree that appears on the left of the start page?  I'll settle for size but can you also change the font? Thanks in advance, Tom - To unsubscribe, e-mail: users-un

Re: Documentation and Screen Splitting

2021-08-11 Thread Tom Rushworth
in orange. Drop it at that point, you’ll have the two windows open. If you just want a side by side comparison, under the “Window" menu Kind Regards, James Ostrowick On 11 Aug 2021, at 08:10, Tom Rushworth mailto:tjr...@twc.com>> wrote: Is there documentation so

Documentation and Screen Splitting

2021-08-10 Thread Tom Rushworth
Is there documentation somewhere that covers the basics of Netbeans?  Each time I have tried to find out how something works, I can't find any documentation. My current problem is that I want to split my window horizontally and put a different file in each window.  I know how to split the scree

Re: Auto Popup Completion Window

2021-08-06 Thread Tom Rushworth
Gj For me it only appears to be a problem in the HTML section of a PHP file. I will try your suggested fix. Tom On 8/6/2021 12:50 PM, Geertjan Wielenga wrote: Can anyone with this issue outside PHP files speak up, please? Gj On Fri, 6 Aug 2021 at 18:48, Neil C Smith

Re: Auto Popup Completion Window

2021-08-05 Thread Tom Rushworth
aybe this is the odd behaviour you are annoyed by? It is odd: in other languages the popup goes away after a while but for HTML you have the dictionary always suggesting something so once opened the popup never closes. (Though, I suspect this happened before 12.4 too? I dunno). --emi On T

Auto Popup Completion Window

2021-08-04 Thread Tom Rushworth
Using Netbeans 12.4 on Windows 10. I do not want the Auto Popup Completion Window to pop up in HTML and PHP. Other file types OK. I have checked the Auto Popup for All Languages and unchecked it for HTML and PHP.  This seems to have no effect on HTML.  If I type ul, I get a pop up with 6 var

PHP CS Fixer

2021-08-01 Thread Tom Rushworth
As a PHP newbee, I thought it would be a good idea to write PHP standard code.  To help me do this, I thought I would install CS Fixer because Netbeans has a plug in for it. I read that the best way to install CS Fixer is with Composer.  I have successfully installed Composer.  But now I'm lost

Font for Projects Panel

2021-07-16 Thread Tom Rushworth
When you open a project all your files are listed in a panel on the left side of the screen.  Can you change the font used for the file list?? Tom

Re: Emmet

2021-07-15 Thread Tom Rushworth
Never mind. I found it. Is 1.4 the latest version? Tom On 7/16/2021 12:23 AM, Tom Rushworth wrote: Maybe I'm just stupid, but where is the download link? Tom On 7/15/2021 10:27 PM, Mark Eggers wrote: 1. Go to the download link 2. Download the release (.nbm file) 3. Start Netbeans 4.

Re: Emmet

2021-07-15 Thread Tom Rushworth
d the video. I did this on 12.0 (I normally run 12.4), but the note on the release said NetBeans 12.0+. I'm not endorsing nor knocking this plugin. I'm just detailing how to install a downloaded plugin. Caveat emptor. . . . just my two cents /mde/ On 7/15/2021 5:58 PM, Tom R

Re: Emmet

2021-07-15 Thread Tom Rushworth
That's the problem. The Emmet website gives the impression that Emmet is available. However, there doesn't appear to be any way to install it in Netbeans. Tom On 7/15/2021 8:08 PM, Mark Eggers wrote: On 7/15/2021 4:02 PM, Tom Rushworth wrote: Is Emmet available for use in Net

Emmet

2021-07-15 Thread Tom Rushworth
Is Emmet available for use in Netbeans 12.4? Tom