[00:08:40] *** bbankes_ <bbankes_!~bbankes@162.218.222.150> has quit IRC (Ping timeout: 240 seconds)[00:12:04] *** javabot <javabot!~javabot@unaffiliated/javabot> has quit IRC (Ping timeout: 255 seconds)[00:30:54] *** javabot <javabot!~javabot@unaffiliated/javabot> has joined #netbeans[00:36:22] *** javabot <javabot!~javabot@unaffiliated/javabot> has quit IRC (Ping timeout: 260 seconds)[00:43:17] *** wildlander <wildlander!~wildlande@unaffiliated/wildlander> has quit IRC (Quit: Saliendo)[00:43:50] *** javabot <javabot!~javabot@unaffiliated/javabot> has joined #netbeans[00:52:00] *** javabot <javabot!~javabot@unaffiliated/javabot> has quit IRC (Ping timeout: 240 seconds)[00:55:41] *** bbankes_ <bbankes_!~bbankes@75-169-251-158.slkc.qwest.net> has joined #netbeans[00:59:07] *** millerti <millerti!~millerti@cpe-66-24-91-119.stny.res.rr.com> has joined #netbeans[01:07:52] *** javabot <javabot!~javabot@unaffiliated/javabot> has joined #netbeans[01:15:40] *** javabot <javabot!~javabot@unaffiliated/javabot> has quit IRC (Ping timeout: 240 seconds)[01:31:11] *** javabot <javabot!~javabot@unaffiliated/javabot> has joined #netbeans[02:56:28] *** bbankes_ <bbankes_!~bbankes@75-169-251-158.slkc.qwest.net> has quit IRC (Ping timeout: 240 seconds)[03:44:51] *** millerti <millerti!~millerti@cpe-66-24-91-119.stny.res.rr.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)[04:10:28] *** cpe <cpe!~cpe@unaffiliated/cpe> has quit IRC (Ping timeout: 256 seconds)[04:15:57] *** cpe <cpe!~cpe@unaffiliated/cpe> has joined #netbeans[05:33:38] *** mr_lou <mr_lou!~sirlou@77.214.59.112> has joined #netbeans[07:55:53] *** bof22 <bof22!~Thunderbi@185.13.183.107> has joined #netbeans[08:37:07] *** bof23 <bof23!~Thunderbi@185.13.183.107> has joined #netbeans[08:39:00] *** bof22 <bof22!~Thunderbi@185.13.183.107> has quit IRC (Ping timeout: 258 seconds)[08:39:00] *** bof23 is now known as bof22[12:33:18] *** jost__ <jost__!~jost@p508BE595.dip0.t-ipconnect.de> has joined #netbeans[12:35:46] *** jost_ <jost_!~jost@p508BE371.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 264 seconds)[13:27:09] *** TheWild <TheWild!~Thunderbi@hgv18.internetdsl.tpnet.pl> has joined #netbeans[13:27:17] <TheWild> hello[13:27:30] <TheWild> how I am supposed to change extension of a file that has now .html?[13:33:12] <DASPRiD> right click -> properties[13:33:15] <DASPRiD> there you can change the extension[13:39:22] *** Zed__ <Zed__!~Zed_@109.202.107.5> has quit IRC (Ping timeout: 264 seconds)[13:58:10] <TheWild> DASPRiD: Yes, that I already know. The problem is that behavior of properties window is different on HTML file.[14:02:52] *** Zed__ <Zed__!~Zed_@109.202.107.5> has joined #netbeans[14:06:06] *** millerti <millerti!~millerti@cpe-66-24-91-119.stny.res.rr.com> has joined #netbeans[14:09:48] *** cust <cust!amaama@108.175.237.163> has quit IRC (Ping timeout: 240 seconds)[14:18:25] <netbeans-slack> <chrizzly> TheWild, I mentioned that too, sometimes it worked, sometimes not. Try to open the file that you want to change and then a right click on the file -> properties[14:19:16] <TheWild> yeah, it worked when I closed the file. Thanks chrizzly.[14:19:25] <netbeans-slack> <chrizzly> or so[15:40:21] *** Della <Della!~Della@46.183.219.231> has joined #netbeans[15:40:24] <Della> hi[15:41:23] <Della> i am writing a C program with Netbeans, everything compiles and works correctly but when i try to run it i get: "No executable specified in project.". How should i fix this?[15:53:44] <Della> hello?[16:00:41] *** TheWild <TheWild!~Thunderbi@hgv18.internetdsl.tpnet.pl> has quit IRC (Remote host closed the connection)[16:05:32] <DASPRiD> Della, you specify the executable in the project settings (educated guess)[16:06:13] <Della> hm, how do i do that?[16:06:25] <Della> (that is a no)[16:06:25] <DASPRiD> no idea, open the project settings and search for "executable"[16:07:01] <netbeans-slack> <chrizzly> Right click the Project and click on properties[16:08:01] <Della> i have[16:08:08] <Della> everything seems to be set up correctly[16:09:36] <sfisque> Della do you have "." in your PATH? if not you might have to prefix the executable artifact with a path variable so it can be found.[16:10:16] <Della> "${OUTPUT_PATH}"[16:10:19] <Della> this is what i have[16:10:27] <Della> under Run Command[16:11:02] <Della> is that it?[16:11:11] <sfisque> ok. that's just a path reference. you probably need something like " ${OUTPUT_PATH}/your_executable_artifact"[16:11:21] <Della> oh[16:11:23] <Della> let me check[16:12:07] <Della> it doesnt seem to be compiling properly[16:12:13] <Della> i did "${OUTPUT_PATH}/main"[16:12:19] <Della> and i got that main doesnt exist[16:12:32] <sfisque> did you do a "clean and build"?[16:12:40] <Della> yes[16:12:55] <sfisque> and no complaints in the output tab?[16:13:22] <sfisque> and you're sure that your Makefile is setup to compile to a program named "main"?[16:13:33] <Della> hm[16:13:37] <Della> i am not sure[16:14:18] <Della> dont know how to check either, i am "reading" over Makefile with no clue[16:15:40] <Della> sfisque: there are no complaints on the output tab btw[16:20:41] <Della> hello?[16:27:16] <sfisque> hello. was afk for a bit.[16:28:09] *** bbankes_ <bbankes_!~bbankes@162.218.222.150> has joined #netbeans[16:28:24] <sfisque> dunno. i'm guessing you have either 1) some form of quiet failure in the build or 2) your output artifact has a different name than "main"[16:28:35] <Della> i am starting to freak out[16:28:40] <Della> this is too hard for me[16:28:56] <sfisque> i've only done a little bit of C dev in NB, but i was also using my own hand rolled Makefiles, not the generated ones[16:29:12] <sfisque> so i had subtle control over what was going on under the hood[16:29:55] <Della> i dont know why[16:30:00] <Della> it wants me to use a .exe[16:30:05] <Della> when i am in Linux...[16:30:29] <Della> let me try something[16:30:39] * sfisque nods[16:30:58] <netbeans-slack> <chrizzly> Della please bei Patient if no one are there so no one can help[16:31:18] <netbeans-slack> <chrizzly> Have a little Problem to wait for answers[16:32:05] <Della> yes[16:32:06] <Della> sorry[16:32:21] <Della> i am just tired[16:32:46] <netbeans-slack> <chrizzly> Have a little patience. Not.problrm.i mean[16:33:06] <netbeans-slack> <chrizzly> So Go to sleep. Tomorrow it will be clearer ;)[16:33:25] <Della> why do you say <chrizzly> every time?[16:33:40] <Della> it is 4 pm btw[16:41:24] *** Bob <Bob!2a3cd452@gateway/web/freenode/ip.42.60.212.82> has joined #netbeans[16:41:33] <netbeans-slack> <chrizzly> Im on slack. Chrizzly is my nick it is Bridge between IRC and slack[16:41:47] *** Bob is now known as Guest38162[16:42:42] <Della> ok[16:42:51] <Della> i have build a new project and now it is working[16:42:53] <Della> so good enough[16:43:46] * sfisque cheers[16:44:10] <Guest38162> Hey um, I'm experiencing an issue with netbeans where typing a class name found in a 3rd party library generates a "cannot find symbol" error. However I can still manually import the class, any idea what's wrong?[16:44:35] <Guest38162> Using netbeans 8.2 on Windows 10, forgot to mention[16:46:02] *** Della <Della!~Della@46.183.219.231> has left #netbeans ("Leaving")[16:53:45] *** Guest38162 <Guest38162!2a3cd452@gateway/web/freenode/ip.42.60.212.82> has quit IRC (Quit: Page closed)[17:31:00] *** julius_ <julius_!~julius@dslb-178-011-083-167.178.011.pools.vodafone-ip.de> has joined #netbeans[17:31:00] <julius_> hi[17:31:35] <julius_> is there a way to comment out multiple lines in html with a netbeans shortcut? i found several stackoverflow tips, but apparently none of them worked in a .xhtml file[17:31:38] <julius_> any ideas?[17:32:16] <netbeans-slack> <chrizzly> Have a Look in the keymap where the comment shortcut is[17:40:11] *** bof22 <bof22!~Thunderbi@185.13.183.107> has quit IRC (Quit: bof22)[17:47:05] <sfisque> the "shift" modifier "typically" does block comments vs. line comments[17:59:32] *** millerti <millerti!~millerti@cpe-66-24-91-119.stny.res.rr.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)[18:14:30] <julius_> and what does "shift modifier" mean in keys?[18:14:49] <sfisque> holding the shift key when typing the other keys[18:15:01] <sfisque> ctrl-shift-N versus just ctrl-N[18:15:06] <sfisque> e.g.[18:16:01] <sfisque> in the default key layout, if i hit command-/ it does // on each line, but if i do command-shift-/ it does a /* */ block comment[18:16:25] <sfisque> not sure if that works the same in html, but worth a shot[19:03:41] *** millerti <millerti!~millerti@rrcs-24-97-187-107.nys.biz.rr.com> has joined #netbeans[19:05:22] <julius_> nope, not in html[19:06:16] <netbeans-slack> <chrizzly> It is working in HTML because i use it too. Have Look into the Keymap. Comments[19:12:53] *** millerti <millerti!~millerti@rrcs-24-97-187-107.nys.biz.rr.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)[19:27:33] *** GustavoLapasta <GustavoLapasta!~GustavoLa@5.102.4.116> has joined #netbeans[19:36:10] *** millerti <millerti!~millerti@cpe-66-24-91-119.stny.res.rr.com> has joined #netbeans[19:37:08] *** mastro <mastro!~mastro@host61-19-dynamic.104-80-r.retail.telecomitalia.it> has quit IRC (Quit: Leaving)[19:39:09] *** wildlander <wildlander!~wildlande@unaffiliated/wildlander> has joined #netbeans[20:20:18] *** GustavoLapasta <GustavoLapasta!~GustavoLa@5.102.4.116> has quit IRC (Quit: Leaving)[20:47:19] *** julius_ <julius_!~julius@dslb-178-011-083-167.178.011.pools.vodafone-ip.de> has quit IRC (Ping timeout: 255 seconds)[20:56:02] *** Mikerhinos <Mikerhinos!~mikerhino@vic03-h02-176-145-45-161.dsl.sta.abo.bbox.fr> has joined #netbeans[21:27:32] *** zgvbhu <zgvbhu!d4b901c2@gateway/web/freenode/ip.212.185.1.194> has joined #netbeans[21:28:18] <zgvbhu> hello[21:28:47] <zgvbhu> I'm using the remote build feature to build a cmake project on a linux machine with netbeans running on windows[21:29:06] <zgvbhu> it works more or less after some fiddeling[21:29:26] <zgvbhu> but the biggest remaining problem is, that compile file doesn't work[21:30:06] <zgvbhu> it looks like this needs a <Configuration>.properties file in nbproject/private[21:30:25] <zgvbhu> but this thing isn't generated all that often[21:30:35] <zgvbhu> sometimes it works[21:30:40] <zgvbhu> mostly it doesn't[21:31:11] <zgvbhu> if the file is missing, netbeans tries to build the cpp file with it's windows path on linux[21:32:15] *** julius_ <julius_!~julius@dslb-178-011-083-167.178.011.pools.vodafone-ip.de> has joined #netbeans[22:07:00] *** Mikerhinos <Mikerhinos!~mikerhino@vic03-h02-176-145-45-161.dsl.sta.abo.bbox.fr> has quit IRC (Quit: Leaving)[22:30:54] *** Lengsdorfer <Lengsdorfer!~Lengsdorf@unaffiliated/lengsdorfer> has joined #netbeans[22:36:11] *** mr_lou <mr_lou!~sirlou@77.214.59.112> has quit IRC (Quit: Ex-Chat)[22:56:55] *** julius_ <julius_!~julius@dslb-178-011-083-167.178.011.pools.vodafone-ip.de> has quit IRC (Quit: Leaving)[23:44:37] *** malware_ <malware_!~malware@187-79-11-249.user.veloxzone.com.br> has joined #netbeans[23:48:43] *** zgvbhu <zgvbhu!d4b901c2@gateway/web/freenode/ip.212.185.1.194> has quit IRC (Quit: Page closed)[23:55:39] *** malware_ <malware_!~malware@187-79-11-249.user.veloxzone.com.br> has quit IRC (Quit: Konversation terminated!)