Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] CTRL+C codebase

You may have a look at org.eclipse.ui.actions.TextActionHandler.CopyActionHandler.

Before you start you should create an enhancement request in bugzilla. I’m not completely sure if a behaviour change here is acceptable. Please mention other editors that implement the same behaviour.

> Am 24.08.2018 um 00:57 schrieb faraz.uic@xxxxxxxxx:
> 
> Hello everyone,
> 
> Can someone please point me where CTRL + C code base is?
> I want to enhance CTRL + C action. 
> 
> This enhancement would do this:
> 
> Click on any line (no need to highlight the line), press CTRL + C, it will copy the whole line from start to end. 
> 
> Any help is really appreciated. Also please let me know if someone else is working on the similar behavior already.  
> 
> 
> 
> _______________________________________________
> pde-dev mailing list
> pde-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/pde-dev



Back to the top