Switch to DuckDuckGo Search
   February 8, 2017  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | >

Toggle Join/Part | bottom
[00:21:31] *** bbankes <bbankes!~bbankes@162.218.222.150> has quit IRC (Ping timeout: 240 seconds)
[00:46:19] *** Zed_ <Zed_!~Zed_@213.152.162.79> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[01:21:24] *** smartracer <smartracer!~smartrace@157.50.218.245> has joined #netbeans
[01:31:30] *** smartracer <smartracer!~smartrace@157.50.218.245> has quit IRC (Ping timeout: 240 seconds)
[01:58:25] *** Candle_ <Candle_!~Candle@25.254.187.81.in-addr.arpa> has joined #netbeans
[02:00:28] *** Candle <Candle!~Candle@25.254.187.81.in-addr.arpa> has quit IRC (Ping timeout: 240 seconds)
[02:48:29] *** bbankes <bbankes!~bbankes@75-169-251-158.slkc.qwest.net> has joined #netbeans
[03:35:28] *** bbankes <bbankes!~bbankes@75-169-251-158.slkc.qwest.net> has quit IRC (Ping timeout: 240 seconds)
[03:37:42] *** bbankes <bbankes!~bbankes@75-169-251-158.slkc.qwest.net> has joined #netbeans
[04:12:59] *** cpe <cpe!~cpe@unaffiliated/cpe> has quit IRC (Ping timeout: 276 seconds)
[04:18:05] *** cpe <cpe!~cpe@unaffiliated/cpe> has joined #netbeans
[04:45:24] *** jdlee <jdlee!~jdlee@unaffiliated/littlezoper> has quit IRC (Quit: No Ping reply in 180 seconds.)
[04:46:36] *** jdlee <jdlee!~jdlee@unaffiliated/littlezoper> has joined #netbeans
[04:46:42] *** ChanServ sets mode: +o jdlee
[04:56:18] *** jdlee <jdlee!~jdlee@unaffiliated/littlezoper> has quit IRC (Quit: No Ping reply in 180 seconds.)
[04:57:46] *** jdlee <jdlee!~jdlee@unaffiliated/littlezoper> has joined #netbeans
[04:57:54] *** ChanServ sets mode: +o jdlee
[05:11:17] *** aiena <aiena!~aiena@unaffiliated/aiena> has joined #netbeans
[05:11:59] <aiena> In netbeans the code editing window is there a way to for example select lines 1-20 and 30-45 skipping lines 21 - 29
[05:59:27] *** mr_lou <mr_lou!~sirlou@77.214.59.112> has joined #netbeans
[06:05:10] *** danimal2 <danimal2!~danimal2@c-73-204-220-99.hsd1.fl.comcast.net> has joined #netbeans
[06:05:30] <aiena> In the netbeans code editing window is there a way to for example select lines 1-20 and 30-45 skipping lines 21 - 29
[06:14:46] <sfisque> i do not believe so aiena, but if you find out how to do it, share it with the channel :-)
[06:15:31] <aiena> i wish we could that in combo with netbeans replace within a selection would be a bomb
[06:15:43] <aiena> sfisque, I havent found a way either
[06:15:53] <sfisque> you "could" craft a REGEX pattern that achieves what you're looking for, maybe
[06:17:18] <aiena> hmm i was thinking more along the lines of simple multi selection, and replace. You could use a regular replace or a REGEX replace within the multi selected groups of code. So that becomes even more powerful
[06:18:02] <aiena> sfisque, like in a file manager you can select some folders contiguosly while skipping others
[06:18:51] <aiena> actually the editor is where you spend most of your time though
[06:19:40] <sfisque> right but you're selecting objects that are distinct (different inodes, etc.) versus just segments of a contiguous entity (text in a buffer)
[06:19:52] <sfisque> filesystem vs. editor
[06:20:10] <sfisque> i see what you are saying but the comparison is not clearly 1 <-> 1
[06:20:50] <sfisque> that being said, NB is open source, so maybe 1) open a ticket for feature request, or 2) check out source and submit a patch
[06:34:16] *** millerti <millerti!~millerti@cpe-66-24-91-119.stny.res.rr.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[07:12:11] *** bof22 <bof22!~Thunderbi@185.13.183.107> has joined #netbeans
[07:56:05] <aiena> sfisque, yes maybe it is a limitation which is harder than netbeans. I dont know of other text editors which allow you to select non contiguous bits of text. But then I dont know of another editor that allows you to replace within the selection. That alone is dang useful. I love netbeans.
[08:01:23] <sfisque> jedit does it too, but jedit doesnt have the richness of project management that NB offers
[08:02:01] <aiena> sfisque, netbeans is great but its editor could improve. Its has some amazing stuff though in it
[08:02:31] <aiena> I think there are more important things that netbeans gets busy supporting so the editor remains at the backend
[08:02:36] <aiena> *back burner
[08:06:26] * sfisque nods
[08:13:44] <netbeans-slack2> <chrizzly> We have multicorsor Support. So it is Kind of Hack but you Set the First Cursor on line 1 and the second on line 30 and then you can select via Keyboard. You will Not have exact the same Count of selected lines but it is a beginning
[08:14:41] <netbeans-slack2> <chrizzly> Maybe it is possible if you set a second Cursor and hold the shlrtcut to select the Text but i dont know
[08:14:58] *** Damnit__ <Damnit__!~chatzilla@2602:306:330e:4a50::41> has joined #netbeans
[08:15:33] <Damnit__> is a smm easy to create ?
[08:21:58] <netbeans-slack2> <chrizzly> Smm?
[08:23:56] <Damnit__> yeah, similar to sprinklr
[08:34:39] *** Mikerhinos <Mikerhinos!~mikerhino@vic03-h02-176-145-45-161.dsl.sta.abo.bbox.fr> has joined #netbeans
[08:55:11] *** danimal2 <danimal2!~danimal2@c-73-204-220-99.hsd1.fl.comcast.net> has quit IRC (Quit: Leaving)
[09:19:41] *** mr_lou <mr_lou!~sirlou@77.214.59.112> has quit IRC (Read error: Connection reset by peer)
[09:54:50] *** mr_lou <mr_lou!~sirlou@77.214.59.112> has joined #netbeans
[10:28:44] *** Candle_ is now known as Candle
[10:35:36] *** netbeans-slack <netbeans-slack!~netbeans-@ec2-52-206-207-64.compute-1.amazonaws.com> has joined #netbeans
[10:41:21] *** softmetz_ <softmetz_!rGjxaPQ3xV@menkent.uberspace.de> has joined #netbeans
[10:44:17] *** marvi_ <marvi_!~marvi@helm.marvi.io> has joined #netbeans
[10:44:25] *** Nebraskka_ <Nebraskka_!~Nebraskka@178.62.130.190> has joined #netbeans
[10:44:38] *** Korvin[BNC] <Korvin[BNC]!~Korvin@phab.krasnow.me> has joined #netbeans
[10:44:38] *** Korvin[BNC] <Korvin[BNC]!~Korvin@phab.krasnow.me> has quit IRC (Changing host)
[10:44:38] *** Korvin[BNC] <Korvin[BNC]!~Korvin@concrete5/79063/Korvin> has joined #netbeans
[10:45:48] *** marvi <marvi!~marvi@helm.marvi.io> has quit IRC (*.net *.split)
[10:45:48] *** SebastianFlyte <SebastianFlyte!~sebf@pool-108-48-93-213.washdc.fios.verizon.net> has quit IRC (*.net *.split)
[10:45:48] *** Korvin <Korvin!~Korvin@concrete5/79063/Korvin> has quit IRC (*.net *.split)
[10:45:49] *** softmetz <softmetz!FMhnnTExI6@menkent.uberspace.de> has quit IRC (*.net *.split)
[10:45:49] *** Nebraskka <Nebraskka!~Nebraskka@178.62.130.190> has quit IRC (*.net *.split)
[10:45:49] *** netbeans-slack2 <netbeans-slack2!~netbeans-@ec2-52-206-207-64.compute-1.amazonaws.com> has quit IRC (*.net *.split)
[10:54:25] *** SebastianFlyte <SebastianFlyte!~sebf@pool-108-48-93-213.washdc.fios.verizon.net> has joined #netbeans
[11:16:03] *** aiena <aiena!~aiena@unaffiliated/aiena> has quit IRC (Read error: No route to host)
[11:16:12] *** Damnit__ <Damnit__!~chatzilla@2602:306:330e:4a50::41> has left #netbeans
[12:10:45] *** mastro <mastro!~mastro@host61-19-dynamic.104-80-r.retail.telecomitalia.it> has joined #netbeans
[12:32:15] *** jost__ <jost__!~jost@p2E5017FB.dip0.t-ipconnect.de> has joined #netbeans
[12:35:09] *** jost_ <jost_!~jost@p508BEF39.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 258 seconds)
[12:40:58] *** Zed_ <Zed_!~Zed_@255.172.90.146.dyn.plus.net> has joined #netbeans
[12:44:41] *** Zed__ <Zed__!~Zed_@109.202.107.5> has joined #netbeans
[12:45:05] *** Zed_ <Zed_!~Zed_@255.172.90.146.dyn.plus.net> has quit IRC (Ping timeout: 240 seconds)
[14:06:08] *** bbankes <bbankes!~bbankes@75-169-251-158.slkc.qwest.net> has quit IRC (Ping timeout: 240 seconds)
[14:39:43] *** millerti <millerti!~millerti@cpe-66-24-91-119.stny.res.rr.com> has joined #netbeans
[14:42:11] *** millerti <millerti!~millerti@cpe-66-24-91-119.stny.res.rr.com> has quit IRC (Client Quit)
[14:50:15] *** bbankes <bbankes!~bbankes@162.218.222.150> has joined #netbeans
[15:16:21] *** bbankes_ <bbankes_!~bbankes@162.218.222.150> has joined #netbeans
[15:19:40] *** bbankes <bbankes!~bbankes@162.218.222.150> has quit IRC (Ping timeout: 240 seconds)
[16:02:59] *** millerti <millerti!~millerti@149.125.131.18> has joined #netbeans
[16:38:59] *** StrangeNoises <StrangeNoises!~rachel@2a01:4f8:a0:60cd::2> has quit IRC (Quit: ZNC - http://znc.in)
[16:40:08] *** StrangeNoises <StrangeNoises!~rachel@2a01:4f8:a0:60cd::2> has joined #netbeans
[16:48:32] *** Mikerhinos is now known as MikerAway_
[17:31:28] *** eihabara_ <eihabara_!~eihabarab@5.41.58.216> has joined #netbeans
[17:32:31] *** eihabara_ <eihabara_!~eihabarab@5.41.58.216> has quit IRC (Client Quit)
[17:45:54] *** ScorpionJack <ScorpionJack!~realname@unaffiliated/scorpionjack> has quit IRC (Quit: ScorpionJack)
[18:16:10] *** bof22 <bof22!~Thunderbi@185.13.183.107> has quit IRC (Quit: bof22)
[18:16:50] *** MikerAway_ is now known as Mikerhinos
[19:35:30] *** Fenhl <Fenhl!sid30770@gateway/web/irccloud.com/x-cxkgefxskwvuvxxv> has quit IRC (Remote host closed the connection)
[19:45:06] *** huhlig <huhlig!sid17687@gateway/web/irccloud.com/x-bzovhanlmqboimch> has quit IRC (Remote host closed the connection)
[19:50:38] *** GustavoLapasta <GustavoLapasta!~GustavoLa@5.102.0.130> has joined #netbeans
[20:17:27] *** danimal2 <danimal2!~danimal2@c-73-204-220-99.hsd1.fl.comcast.net> has joined #netbeans
[20:23:59] *** huhlig <huhlig!sid17687@gateway/web/irccloud.com/x-cxmdpmnqpvvsdxae> has joined #netbeans
[20:33:42] *** Fenhl <Fenhl!sid30770@gateway/web/irccloud.com/x-tlwekymomatborhf> has joined #netbeans
[21:18:51] *** folbofasolin <folbofasolin!~folbo@apn-95-40-17-35.dynamic.gprs.plus.pl> has joined #netbeans
[21:29:12] *** mr_lou <mr_lou!~sirlou@77.214.59.112> has quit IRC (Quit: Ex-Chat)
[21:42:39] *** Mikerhinos <Mikerhinos!~mikerhino@vic03-h02-176-145-45-161.dsl.sta.abo.bbox.fr> has quit IRC (Quit: Leaving)
[21:43:56] *** BadApe <BadApe!~badape@port-49-121.securuscomms.co.uk> has joined #netbeans
[22:30:35] *** folbofasolin <folbofasolin!~folbo@apn-95-40-17-35.dynamic.gprs.plus.pl> has quit IRC (Ping timeout: 240 seconds)
[22:37:45] *** Gustavo_ <Gustavo_!~GustavoLa@5.102.4.116> has joined #netbeans
[22:40:23] *** GustavoLapasta <GustavoLapasta!~GustavoLa@5.102.0.130> has quit IRC (Ping timeout: 252 seconds)
[23:05:08] *** millerti <millerti!~millerti@149.125.131.18> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[23:27:42] *** prxq <prxq!~quassel@x590dd595.dyn.telefonica.de> has joined #netbeans
[23:29:47] *** millerti <millerti!~millerti@cpe-66-24-91-119.stny.res.rr.com> has joined #netbeans
top

   February 8, 2017  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | >