Re: [Qt-creator] Crazy improvement idea #2

2018-03-13 Thread Hualet Wang
Sounds like "Peek" in VSCode to me, really helpful :) 2018-03-14 7:14 GMT+08:00 Jason H : > After my auto commenting of } comes my next crazy editor idea... Function > popups. > > After hovering or clicking on a function being called in code, a pop-up of > the finction's source I appears and can

Re: [Qt-creator] Problems with new qt creator in qt 5.7

2016-06-20 Thread 王耀华(Hualet Wang
OK, I'll try.😁 Sent from [Nylas N1](https://nylas.com/n1?ref=n1), the extensible, open source mail client. On 6月 20 2016, at 10:30 晚上, Murphy, Sean wrote: > > Yeah, that’s the same bug I’ve encountered. > > Feel free to vote for it then! So far it hasn't even bee

Re: [Qt-creator] Problems with new qt creator in qt 5.7

2016-06-20 Thread Hualet Wang
Yeah, that’s the same bug I’ve encountered. > 在 2016年6月20日,下午9:26,Murphy, Sean 写道: > >> I have code completion issue on Linux, too. My problem is that I have to >> press >> Esc to hide the 'signature preview' ( I don't know what it is) to make the >> code >> completion works right. > > Is i

Re: [Qt-creator] Problems with new qt creator in qt 5.7

2016-06-20 Thread 王耀华(Hualet Wang
I have code completion issue on Linux, too. My problem is that I have to press Esc to hide the 'signature preview' ( I don't know what it is) to make the code completion works right. Sent from [Nylas N1](https://nylas.com/n1?ref=n1), the extensible, open source mail client. On 6月 20 2016, a

Re: [Qt-creator] Is it possible to run some commands or scripts on saving the documents?

2015-09-09 Thread Hualet Wang
Haha, I agree with you, but tricks are really handy sometimes and can save you a lot of time ;) Anyway, it’s good to hear that there’s already solutions, cheers :) > 在 2015年9月9日,下午10:43,Lorenz Haas 写道: > > > > I know, but that can be fixed by some tricks, like a delayed operation, > > right?

Re: [Qt-creator] Is it possible to run some commands or scripts on saving the documents?

2015-09-09 Thread Hualet Wang
> Why would you want to do that? I’m the leader of a young team that doing Qt stuff, and now I want to unify the coding style of our team, Beautifier plugin is handy enough, but we need to manually trigger Beautifier every time, that’s boring and should be made automatic. > There are *lots* o

Re: [Qt-creator] Is it possible to run some commands or scripts on saving the documents?

2015-09-09 Thread Hualet Wang
and stop the close event. I was thinking of a similar hook > for saving a file. But it's in a early brainstorming stage and I first > have to ask the core developer if that would be principally okay? Is it? :) > > Best, > Lorenz > > > > Am 28.08.2015 um 09:52 s

[Qt-creator] Is it possible to run some commands or scripts on saving the documents?

2015-08-28 Thread Hualet Wang
I found the useful beautifier plugin yesterday, but what I want is to run astyle every time I save the document. so, any ideas? -- -- Hualet ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator